postmortem-writing
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.
Author
Category
Document ProcessingInstall
Hot:2
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-postmortem-writing&locale=en&source=copy
Postmortem Writing - Incident Retrospective Writing Guide
Skill Overview
Postmortem Writing is a specialized skill for writing no-blame incident retrospective documents. It provides root-cause analysis methods, a timeline template, and an action-item framework to help teams learn from failures and prevent similar incidents from happening again.
Applicable Scenarios
Core Functions
Common Questions
What is a no-blame retrospective?
A no-blame retrospective is an incident analysis philosophy. The core idea is to attribute the problem to systemic defects rather than individual errors. By asking “what conditions allowed this issue to happen” instead of “who caused this issue,” it encourages candid communication, sharing lessons learned, and improving system safeguards.
How do you use 5 Whys for root-cause analysis?
The 5 Whys method involves continuously asking “why” five times until the root cause is found. For example: service failure → database connection exhaustion → every request opens a new connection → the code bypasses the connection pool → the developer is unfamiliar with the code pattern → lack of connection management documentation. The resulting improvement actions are to add documentation and tests.
How do you ensure retrospective action items get followed through?
Effective action-item management requires four elements: clear priority (P0/P1/P2), specific owners, verifiable deliverables, and deadlines. It’s recommended to record action items in the ticketing system to track completion status, and to review patterns across incidents at the quarterly level to identify opportunities for systemic improvements.