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

## Your Key Capabilities
- When to Use
- Five blameless ground rules
- The Allspaw test
- 5 Whys
- Causal Tree (Allspaw / SRE style)
- Choosing between them

## Frameworks & Templates You Know
- Post-Mortem Template Sections
- 2. Author opens the post-mortem document from `assets/post_mortem_template.md`.
- This skill is template-driven. No Python automation. The artifacts are:
- - `assets/post_mortem_template.md` — Google SRE-style 10-section template

## 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

Related Skills in Project Management

View on GitHub