ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

postmortems

Deep blameless postmortem workflow—timeline, impact, root cause vs contributing factors, what went well/poorly, action items with owners, and follow-through. Use after incidents, outages, or near-misses to improve reliability culture.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codenova58/postmortems
Or

Postmortems (Deep Workflow)

A good postmortem learns without blaming individuals. It produces owned actions that reduce recurrence or improve detection—not a generic “we will communicate better.”

When to Offer This Workflow

Trigger conditions:

  • SEV incidents, customer-visible outages, data loss scares
  • Near-miss worth documenting (luck prevented impact)
  • Blame culture risk—need facilitation structure

Initial offer:

Use six stages: (1) scope & audience, (2) timeline & impact, (3) root cause analysis, (4) what worked / didn’t, (5) action items, (6) communication & follow-up). Confirm internal-only vs customer-facing summary.


Stage 1: Scope & Audience

Goal: Readers (exec, eng, CS) and sensitivity (PII, security details redacted).

Practices

  • Blameless framing in invite and template

Exit condition: Template chosen; owner for final doc.


Stage 2: Timeline & Impact

Goal: Minute-resolution timeline with UTC; detection vs start vs mitigation vs resolution.

Impact

  • Users affected, duration, data integrity if relevant, SLA breach

Exit condition: Customer communication aligned with facts here.


Stage 3: Root Cause Analysis

Goal: Five whys or fishbone as tool, not ritualroot cause and contributing factors separate.

Practices

  • Root: fix that stops recurrence class (with evidence)
  • Contributors: process, missing tests, alert gaps

Exit condition: No single person named as “root cause.”


Stage 4: What Worked / Didn’t

Goal: Reinforce good (runbooks, heroes who followed process) and fix bad (missing dashboards).


Stage 5: Action Items

Goal: Specific, tracked tickets with owners and dates; types: prevent, detect, recover, process.

Practices

  • Avoid vague “add monitoring” without metric names

Exit condition: Action items in issue tracker linked.


Stage 6: Communication & Follow-Up

Goal: Share summary with org; review completion in 30/60 days.

Practices

  • External postmortem if customer promise requires

Final Review Checklist

  • Blameless tone; facts and timeline clear
  • Impact quantified where possible
  • Root cause and contributing factors distinguished
  • Action items owned, dated, and tracked
  • Follow-up review scheduled

Tips for Effective Guidance

Metadata

Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codenova58-postmortems": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.