From operations
Structure a project or incident postmortem for learning and improvement
How this command is triggered — by the user, by Claude, or both
Slash command
/operations:postmortemThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Postmortem Generator Create a structured postmortem document for projects, launches, or incidents. ## Context Gathering Before creating the postmortem, gather relevant information: ### Check for Project Documentation - Look for project plans, timelines, or milestone documents - Review README or project overview files - Check for existing retrospective notes or feedback - Look for any previous postmortems for patterns ### Analyze Event Timeline - Check git history to reconstruct sequence of events - Look for deployment logs or release notes - Review any issue tracker references (GitHu...
Create a structured postmortem document for projects, launches, or incidents.
Before creating the postmortem, gather relevant information:
Use this context to:
# Postmortem: [Subject]
## Summary
**Date:** [When]
**Type:** [Project/Launch/Incident]
**Severity:** [Critical/Major/Minor] (for incidents)
**Duration:** [How long]
### One-Sentence Summary
[What happened in one sentence]
## Timeline
| Time | Event |
|------|-------|
| [Time] | [What happened] |
## What Happened
[Detailed narrative of events]
## Impact
| Area | Impact | Measurement |
|------|--------|-------------|
| [Area] | [Description] | [Quantified] |
## Root Cause Analysis
### Contributing Factors
1. **[Factor 1]:** [Description]
2. **[Factor 2]:** [Description]
3. **[Factor 3]:** [Description]
### Root Cause
[The underlying issue that enabled this]
### 5 Whys Analysis
1. Why: [First answer]
2. Why: [Deeper answer]
3. Why: [Deeper still]
4. Why: [Getting to root]
5. Why: [Root cause]
## What Went Well
- [Positive 1]
- [Positive 2]
- [Positive 3]
## What Went Wrong
- [Issue 1]
- [Issue 2]
- [Issue 3]
## Lessons Learned
| Lesson | Category | Apply To |
|--------|----------|----------|
| [Lesson] | [Process/Tech/People] | [Future application] |
## Action Items
| Action | Owner | Due | Priority |
|--------|-------|-----|----------|
| [Action] | [Who] | [When] | [H/M/L] |
## Prevention Measures
[How to prevent this from happening again]
## Open Questions
[Things we still don't know]
Generate based on user's context.
npx claudepluginhub sponticelli/gamedev-claude-plugins --plugin operations/postmortemGenerates a blameless postmortem document for incidents, experiments, or releases, using a structured template with timeline, root cause analysis (5 Whys), impact summary, and action items.
/write-postmortemComprehensive postmortem with timeline, RCA, prevention, and action items.
/postmortemGenerates a Google-SRE-style blameless postmortem from an incident tracker URL or ID. Gathers evidence, builds a timeline, confirms scope with the user, then writes and renders the document.
/incidentManages incident response: classifies SEV1-4 severity, builds timelines with evidence, performs 5 Whys root cause analysis, generates blameless post-mortems with action items and metrics. Outputs Markdown docs and git commits.
/flow-retrospective-cycleOrchestrates structured retrospective cycles for retrospectives, producing feedback summaries, prioritized action items with owners, pattern analysis, and improvement metrics.