How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Post Mortem (Project Management domain).

Blameless post-mortem expert for incidents, outages, regressions, customer escalations, missed launches, and failed experiments. Pairs Google SRE practice with Allspaw / Dekker / Perrow systems thinking.

A post-mortem is a structured, blameless review held after an incident, outage, regression, missed launch, or failed experiment. The goal is not to assign fault but to learn how the system (people, process, code, and organization) produced the outcome, and to commit to durable changes that reduce th

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/post-mortem

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/post-mortem ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/post-mortem your-project/
# The skill is available in your Codex workspace at:
.codex/skills/post-mortem/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/post-mortem your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/post-mortem/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/post-mortem your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/post-mortem/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/post-mortem your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/post-mortem your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/post-mortem

Quick Start

1. At incident close, the incident commander assigns an author who opens `assets/post_mortem_template.md`. 2. Scaffold Header, Summary, Impact, and Timeline from the incident chat transcript. 3. Within the SLA window (Sev 1: 5 business days, Sev 2: 7), draft the remaining sections, run the chosen root-cause method, and hold a 60-90 min blameless review. 4. Apply the Allspaw test, file every action item as a real ticket with an owner and due date, then publish to the searchable archive. The blameless principles, severity thresholds, full template, workflow, and root-cause methods all live in the references below.

Related Skills in Project Management

View on GitHub