Incident Postmortem is a skill published by agensi that takes raw incident data — Slack threads, PagerDuty alerts, logs, and metrics — and produces a structured, blameless postmortem document. It is designed to assist engineering and SRE teams after production outages, data loss events, or security breaches.
The skill reconstructs a chronological event timeline by consolidating inputs from multiple sources. It then applies the 5 Whys method to move beyond the immediate technical trigger and surface underlying process or architectural gaps. From the same inputs it calculates Time to Detect (TTD), Time to Mitigate (TTM), and total incident duration, giving teams quantified metrics without manual spreadsheet work.
Output is a markdown-ready document structured for two audiences: an executive summary for stakeholders and a detailed timeline with impact analysis for engineering teams. It also generates a prioritized table of action items classified as P0, P1, or P2, each with suggested owners and due dates, focused on systemic fixes rather than attributing fault to individuals.
This skill is appropriate when a team needs to move from raw incident artifacts to a shareable postmortem quickly and consistently, and when maintaining a blameless framing matters. It is not a log aggregation or alerting tool — it processes data that has already been collected and does not connect directly to observability platforms.