Guide incident response from detection to post-mortem using SRE principles, severity classification, on-call management, blameless culture, and communication protocols. Use when setting up incident processes, designing escalation policies, or conducting post-mortems.
npx skills add https://github.com/ancoleman/ai-design-components --skill managing-incidents
Provide end-to-end incident management guidance covering detection, response, communication, and learning. Emphasizes SRE culture, blameless post-mortems, and structured processes for high-reliability operations.
Apply this skill when:
Declare Early and Often: Do not wait for certainty. Declaring an incident enables coordination, can be downgraded if needed, and prevents delayed response.
Mitigation First, Root Cause Later: Stop customer impact immediately (rollback, disable feature, failover). Debug and fix root cause after stability restored.
Blameless Culture: Assume good intentions. Focus on how systems failed, not who failed. Create psychological safety for honest learning.
Clear Command Structure: Assign Incident Commander (IC) to own coordination. IC delegates tasks but does not do hands-on debugging.
Communication is Critical: Internal coordination via dedicated channels, external transparency via status pages. Update stakeholders every 15-30 minutes during critical incidents.
Standard severity levels with response times:
SEV0 (P0) - Critical Outage:
SEV1 (P1) - Major Degradation:
SEV2 (P2) - Minor Issues:
SEV3 (P3) - Low Impact:
For detailed severity decision framework and interactive classifier, see references/severity-classification.md.
Incident Commander (IC):
Communications Lead:
Subject Matter Experts (SMEs):
Scribe:
Assign roles based on severity:
For detailed role responsibilities, see references/incident-roles.md.
Primary + Secondary:
Follow-the-Sun (24/7):
Tiered Escalation:
Standard incident lifecycle:
Detection → Triage → Declaration → Investigation
↓
Mitigation → Resolution → Monitoring → Closure
↓
Post-Mortem (within 48 hours)
When to Declare: When in doubt, declare (can always downgrade severity)
When to Escalate:
When to Close:
For complete workflow details, see references/incident-workflow.md.
Incident Slack Channel:
#incident-YYYY-MM-DD-topic-descriptionWar Room: Video call for SEV0/SEV1 requiring real-time voice coordination
Status Update Cadence:
Status Page:
Customer Email:
Regulatory Notifications:
For communication templates, see examples/communication-templates.md.
Every runbook should include:
For runbook templates, see examples/runbooks/ directory.
Assume Good Intentions: Everyone made the best decision with information available.
Focus on Systems: Investigate how processes failed, not who failed.
Psychological Safety: Create environment where honesty is rewarded.
Learning Opportunity: Incidents are gifts of organizational knowledge.
1. Schedule Review (Within 48 Hours): While memory is fresh
2. Pre-Work: Reconstruct timeline, gather metrics/logs, draft document
3. Meeting Facilitation:
4. Post-Mortem Document:
5. Follow-Up: Track action items in sprint planning
For detailed facilitation guide and template, see references/blameless-postmortems.md and examples/postmortem-template.md.
Actionable Alerts Only:
Preventing Alert Fatigue:
PagerDuty:
Opsgenie:
incident.io:
For detailed tool comparison, see references/tool-comparison.md.
Statuspage.io: Most trusted, easy setup ($29-399/month)
Instatus: Budget-friendly, modern design ($19-99/month)
MTTA (Mean Time To Acknowledge):
MTTR (Mean Time To Recovery):
MTBF (Mean Time Between Failures):
Incident Frequency:
Action Item Completion Rate:
Incident → Post-Mortem → Action Items → Prevention
↑ ↓
└──────────── Fewer Incidents ─────────────┘
Is production completely down or critical data at risk?
├─ YES → SEV0
└─ NO → Is major functionality degraded?
├─ YES → Is there a workaround?
│ ├─ YES → SEV1
│ └─ NO → SEV0
└─ NO → Are customers impacted?
├─ YES → SEV2
└─ NO → SEV3
Use interactive classifier: python scripts/classify-severity.py
For detailed escalation guidance, see references/escalation-matrix.md.
Prioritize Mitigation When:
Prioritize Root Cause When:
Default: Mitigation first (99% of cases)
Observability: Monitoring alerts trigger incidents → Use incident-management for response
Disaster Recovery: DR provides recovery procedures → Incident-management provides operational response
Security Incident Response: Similar process with added compliance/forensics
Infrastructure-as-Code: IaC enables fast recovery via automated rebuild
Performance Engineering: Performance incidents trigger response → Performance team investigates post-mitigation
Runbook Templates:
examples/runbooks/database-failover.mdexamples/runbooks/cache-invalidation.mdexamples/runbooks/ddos-mitigation.mdPost-Mortem Template:
examples/postmortem-template.md - Complete blameless post-mortem structureCommunication Templates:
examples/communication-templates.md - Status updates, customer emailsOn-Call Handoff:
examples/oncall-handoff-template.md - Weekly handoff formatIntegration Scripts:
examples/integrations/pagerduty-slack.pyexamples/integrations/statuspage-auto-update.pyexamples/integrations/postmortem-generator.pyInteractive Severity Classifier:
python scripts/classify-severity.py
Asks questions to determine appropriate severity level based on impact and urgency.
Books:
Online Resources:
Standards:
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take ancoleman/managing-incidents from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.