What problem does it solve?
This Skill eliminates manual reconstruction of incidents by automatically reading campaign files, telemetry logs, and git history to produce a cohesive postmortem and actionable recommendations.
Core Features & Use Cases
- Automated Collection: Aggregates campaign files, telemetry (.planning/telemetry/), and git commits to create the evidence base for a retrospective.
- Structured Analysis: Identifies what broke, what safety systems caught, scope drift, recurring patterns, and the cost of failures.
- Outcome Generation: Produces a markdown postmortem in .planning/postmortems/ with summaries, numbered failure analyses, safety system tables, metrics, and concrete recommendations.
- Use Case: Run after a completed Archon campaign, after a difficult debugging session, or on-demand to document an incident without manual reconstruction.
Quick Start
Run /postmortem to analyze the most recent completed campaign and generate a structured postmortem saved to .planning/postmortems/.