Post-mortem on incidents
Document incident learnings through structured post-mortem to prevent recurrence.
/incident-review [incident-name] - Review specific incidentGather incident context:
Prompt for root cause analysis:
Identify action items:
Create post-mortem document in 06-Resources/Learnings/
# Incident Post-Mortem: [Incident]
**Date:** [When occurred]
**Duration:** [Length]
**Severity:** [Critical/Major/Minor]
## Impact
- **Users affected:** [Count/percentage]
- **Services impacted:** [List]
- **Business impact:** [Description]
## Timeline
- [Time] - [Event]
- [Time] - [Event]
## Root Cause
[Analysis of why this happened]
## Action Items
- [ ] [Immediate fix] - Owner: [Name] - Due: [Date]
- [ ] [Prevention measure] - Owner: [Name] - Due: [Date]
## What We Learned
1. [Learning 1]
2. [Learning 2]