incident-response
Incident triage, cascade prevention, and postmortem methodology. Use when handling production incidents, designing resilience patterns, or conducting chaos engineering exercises.
What this skill does
# Incident Response Structured incident management from detection through postmortem, with resilience patterns for preventing and containing cascading failures. ## When to Use - Production incident in progress (outage, degradation, data loss) - Designing circuit breakers, bulkheads, or fallback strategies - Conducting or planning chaos engineering exercises - Writing or reviewing postmortem documents - Establishing on-call procedures and escalation paths Avoid when: - The issue is a development-time bug with no production impact - Designing general system architecture (use system-design instead) ## Quick Reference | Topic | Load reference | | --- | --- | | **Triage Framework** | `skills/incident-response/references/triage-framework.md` | | **Postmortem Patterns** | `skills/incident-response/references/postmortem-patterns.md` | ## Incident Response Workflow ### Phase 1: Detect - Alert fires or user report received - Confirm the issue is real (not a false positive) - Identify affected services and user impact scope ### Phase 2: Triage - Classify severity (P0-P3) - Assign incident commander - Open communication channel (war room, Slack channel) - Begin status page updates ### Phase 3: Contain - Stop the bleeding: rollback, feature flag, traffic shift - Prevent cascade: circuit breakers, load shedding, bulkhead isolation - Communicate: stakeholder updates every 15 minutes for P0/P1 ### Phase 4: Resolve - Implement fix (minimal viable fix first) - Validate in staging if time permits - Deploy with monitoring and rollback plan ready - Confirm recovery with metrics returning to baseline ### Phase 5: Postmortem - Document timeline within 48 hours - Conduct blameless review with all participants - Identify root cause and contributing factors - Assign action items with owners and deadlines - Update runbooks and alerting based on lessons learned ## Severity Framework | Level | Impact | Response Time | Examples | |-------|--------|---------------|---------| | **P0** | Complete outage, data loss, security breach | Immediate (< 5 min) | Service down, data corruption, credential leak | | **P1** | Major feature broken, significant user impact | < 30 min | Payment processing failed, auth broken for region | | **P2** | Degraded performance, partial feature loss | < 4 hours | Elevated latency, non-critical feature unavailable | | **P3** | Minor issue, workaround available | Next business day | UI glitch, slow report generation, cosmetic error | ## Output - Incident timeline and severity classification - Containment actions taken - Postmortem document with action items - Updated runbooks and alerting rules ## Common Mistakes - Skipping severity classification and treating everything as P0 - Making changes without a rollback plan - Forgetting to communicate status to stakeholders - Writing postmortems that assign blame instead of identifying systemic issues - Not following up on postmortem action items
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.