What problem does it solve? After a bug or outage is fixed, the lessons usually evaporate — timelines live in chat threads, root causes stay in someone's head, and the same defect class recurs. This Skill turns a resolved failure into a durable, auditable post-mortem: a timestamped timeline reconstructed from git history, logs, CI runs, and issue threads, a 5-Whys chain that stops at a systemic cause rather than a person, and prevention items phrased as checkboxes with owners. ## Core Features & Use Cases - Evidence-disciplined timeline reconstruction: Every entry cites a commit sha, file:line, CI run, or log timestamp; unbacked reconstruction is explicitly labeled as inference. - Blameless 5-Whys root cause analysis: Chains run at least three levels deep and stop at systemic causes, with a translation table for converting person-shaped answers into system questions. - Deterministic structural linter: A stdlib-only Python script enforces required sections, timestamps, evidence citations, checkbox prevention items, and warns on blame-y phrasing. - Use Case: After a cache regression serves cross-tenant data, ask the agent to autopsy it — it reconstructs the timeline from git and CI records, chases the root cause to a missing test invariant, and persists a lint-clean post-mortem into the repo's OKF knowledge bundle. ## Quick Start Ask the agent to post-mortem a resolved failure, for example: autopsy the cache regression from last week and write up why it happened.