Incident response and blameless post-mortem management. Classifies incidents by severity (SEV1-4), constructs precise timelines, performs root cause analysis, and produces actionable post-mortem documents with tracked action items.
From godmodenpx claudepluginhub arbazkhan971/godmodegodmode//incidentGuides interactive incident response workflow: triage severity, mitigate issues, perform root cause analysis with 5 Whys, resolve, and generate post-mortem documentation. Also supports SEV1 and post-mortem modes.
/incidentOrchestrates incident response for specified <incident> using SRE best practices, supporting optional [phase] like triage or postmortem.
/incidentOpen and manage a production incident. Creates a structured incident document, guides root cause analysis, generates status page updates and Slack messages, and sets up a post-mortem after resolution.
Incident response and blameless post-mortem management. Classifies incidents by severity (SEV1-4), constructs precise timelines, performs root cause analysis, and produces actionable post-mortem documents with tracked action items.
/godmode:incident # Interactive incident management
/godmode:incident --classify # Classify severity only
/godmode:incident --timeline # Build/update incident timeline
/godmode:incident --postmortem # Generate post-mortem from timeline
/godmode:incident --retro # Retrospective post-mortem for past incident
/godmode:incident --actions # List and track action items
/godmode:incident --metrics # Incident metrics dashboard
/godmode:incident --template # Output blank post-mortem template
docs/incidents/INC-<ID>-postmortem.mddocs/incidents/INC-<ID>-timeline.md"incident: INC-<ID> — <severity> — <title> (<status>)"| Level | Impact | Response Time |
|---|---|---|
| SEV1 | Complete outage, data loss, security breach | Immediate (< 15 min) |
| SEV2 | Major degradation, critical feature broken | < 30 min |
| SEV3 | Partial degradation, workaround available | < 2 hours |
| SEV4 | Cosmetic issue, minimal user impact | Next business day |
If resolved: /godmode:plan to schedule remediation work.
If active: Focus on mitigation, re-run when resolved.
/godmode:incident Production API returning 500 errors
/godmode:incident --retro Write post-mortem for Tuesday's database outage
/godmode:incident --actions Show outstanding action items from all post-mortems
/godmode:incident --metrics Show incident frequency and MTTR trends