From agents
Operational incident response for triage, containment, communications, recovery, and postmortems. Use when coordinating outages or service degradation. NOT for code review or proactive security scanning.
npx claudepluginhub wyattowalsh/agents --plugin agentsThis skill uses the workspace's default tool permissions.
Coordinate production incident response from first signal through recovery and
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Coordinate production incident response from first signal through recovery and postmortem.
Scope: Live operational incidents and service degradation. NOT for general code review (honest-review), proactive vulnerability scanning (security-scanner), or one-off bug fixing without incident coordination.
| Term | Definition |
|---|---|
| severity | Incident priority level based on business impact |
| impact | User-visible harm, revenue loss, or operational degradation |
| blast radius | The systems, regions, tenants, or users affected |
| containment | Short-term action that stops the incident from spreading |
| mitigation | Action that reduces impact before root cause is fully fixed |
| recovery | Restoring the service to accepted operating behavior |
| incident commander | The single coordinator for decisions and timeline |
| stakeholder update | Time-boxed status message for internal or external audiences |
| timeline | Ordered record of facts, decisions, and actions |
| action item | Concrete follow-up with owner and due date |
| $ARGUMENTS | Mode |
|---|---|
triage <signal> | Classify the incident and establish the first response plan |
stabilize <incident> | Contain impact and coordinate mitigation |
comms <incident> | Draft internal or customer-facing updates |
postmortem <incident> | Build the incident review and corrective actions |
review <timeline or runbook> | Audit the handling of an incident |
drill <scenario> | Run a tabletop or rehearsal plan |
| Natural language about a live outage | Auto-detect the closest mode |
| Empty | Show the mode menu with examples |
| # | Mode | Example |
|---|---|---|
| 1 | Triage | triage elevated 500s in eu-west checkout |
| 2 | Stabilize | stabilize auth outage caused by bad deploy |
| 3 | Comms | comms database failover affecting signups |
| 4 | Postmortem | postmortem queue backlog incident |
| 5 | Review | review incident timeline from 2026-03-12 |
| 6 | Drill | drill primary region outage |
references/severity-matrix.md.references/containment-recovery-aids.md.references/comms-templates.md.references/timeline-postmortem-examples.md.references/severity-matrix.md, references/comms-templates.md, and references/timeline-postmortem-examples.md.references/severity-matrix.md, references/comms-templates.md, and references/containment-recovery-aids.md.Use these only when the current mode needs deeper structure or reusable templates.
| File | Purpose | Use when |
|---|---|---|
references/severity-matrix.md | Severity calibration by impact, blast radius, and response posture | Triage, stabilize, drill, review |
references/comms-templates.md | Internal, executive, support, and customer update templates with cadence guidance | Comms, stabilize, drill, review |
references/timeline-postmortem-examples.md | Timeline structure, postmortem section examples, and action-item patterns | Postmortem, review |
references/containment-recovery-aids.md | Decision aids for rollback, failover, dependency isolation, degraded mode, and recovery confirmation | Triage, stabilize, drill |
IS for: live outage coordination, mitigation strategy, stakeholder updates, postmortems, incident drills.
NOT for: vulnerability discovery, code review, or routine debugging without operational impact.