What problem does it solve?
This Skill aids in creating structured post-mortem reports after incidents, mistakes, or stuck sessions, ensuring systematic improvement and preventing future occurrences.
Core Features & Use Cases
- Structured Analysis: Offers a structured framework for analyzing incidents, identifying root causes, and implementing preventive measures.
- Timeline Reconstruction: Assists in building a chronological sequence of events to understand the sequence of actions leading to the incident.
- Root Cause Analysis: Utilizes the 5 Whys method to pinpoint the root cause and suggest concrete changes.
- Fix Classification: Categorizes fixes into skill, guard, rule, documentation, hook, or checklist, ensuring appropriate implementation.
- Fix Implementation: Encourages immediate implementation of fixes during the retrospective phase.
- Verification: Defines test scenarios and success criteria to verify the effectiveness of the fixes.
- Output: Writes a comprehensive report detailing the incident, root cause, contributing factors, and implemented fixes.
Quick Start
Start a post-mortem for the incident "Server downtime on January 5th" by running the command: /postmortem start incident "Server downtime on January 5th".