What problem does it solve?
Draft a postmortem for an incident — production outage, broken deploy, data loss, regression caught late. Captures timeline, root cause, contributing factors, what we changed (or will change) to prevent recurrence. Stored in docs/postmortems/YYYY-MM-DD-slug.md and logged in AUDIT.md. Triggered when something broke — e.g. "/postmortem", "write up what happened", "we need to capture this incident", "draft a postmortem for the deploy that broke".
Core Features & Use Cases
- Structured templates that capture the incident timeline, root-cause chains, contributing factors, and concrete action items.
- Stores and references the postmortem in docs/postmortems/YYYY-MM-DD-slug.md and links to an AUDIT.md entry for traceability.
- Supports blameless, systems-focused analysis and publication-ready documentation for incident learning and process improvement.
Quick Start
Draft a postmortem file at docs/postmortems/YYYY-MM-DD-short-slug.md and append the corresponding AUDIT.md entry.