postmortem

Installation
SKILL.md

Postmortem

Timing and Framing

  • Write within 48 hours of resolution — logs, dashboards, and people's memory of the incident channel all decay fast after that window closes.
  • Blameless framing is non-negotiable: name mechanisms, never people. "The on-call engineer missed the alert" is not a finding; "the alert routed to a channel nobody watches after hours" is.
  • Track progress with the template's own Status field: Draft while the timeline and action items are still being filled in, In Review once complete, Complete once signed off.

Workflow

Work through resources/postmortem.template.md section by section — reference its actual headings, don't invent parallel ones.

  1. Timeline — reconstruct from evidence: logs, deploy history, alert-firing times, dashboards. Cite the source for every row; "I remember it happening around..." is not a timeline entry.
  2. Root Cause — five-whys down to a MECHANISM (a missing check, an untested path, an alert that never existed). Stop at a process/system cause, not a person. If a Contributing Factor looks like "Human Error," restate it as the gap that let the error through.
  3. Impact — fill the User Impact and Business Impact tables with real numbers before writing prose. Unquantified impact under-motivates the action items that follow.
  4. Action Items — every row needs an owner, a due date, and a tracking issue link. No row ships with any of the three blank.
  5. Prevention — the trigger identified in Root Cause becomes a test, an alert, or a hook. Pick the strongest rung the trigger can support on the enforcement ladder (security.md: prose rule < skill < hook < CI) — a hook or CI check that blocks recurrence beats a prose reminder nobody re-reads.
  6. File itartifacts/postmortem_[incident-id].md, per CLAUDE.md's artifact table.
Installs
9
GitHub Stars
118
First Seen
Jul 24, 2026
postmortem — dralgorhythm/claude-agentic-framework