What problem does it solve? When a crash spike hits production, teams need a fast, structured way to find the culprit commit, decide between a targeted fix and a rollback, and document the incident so lessons become tracked work instead of forgotten notes. ## Core Features & Use Cases - Culprit Identification: Cross-references the crash timeline with recent git commits, diffs, and blame output to pinpoint the change that introduced the crash. - Fix and Rollback Recommendations: Proposes a targeted code fix with exact file and line, plus a revert command against the last known-good commit. - Post-Mortem Generation: Writes a severity-classified post-mortem to docs/artifacts/post-mortem/ and appends a row to the shared INDEX.md. - Prevention Task Tracking: Converts every prevention action point into a board task with owner, priority, and due date via the board adapter. - Use Case: Crashlytics alerts that crash-free sessions dropped after yesterday's release. Run the investigation to identify the offending KMP commit, get a revert command, and file a post-mortem with tracked follow-up tasks. ## Quick Start Ask the agent to investigate the current Crashlytics crash spike and produce a post-mortem with a recommended fix.