From post-mortem
Use when documenting an incident after resolution, when the team needs to capture what happened, why, and what to do about it
How this skill is triggered — by the user, by Claude, or both
Slash command
/post-mortem:post-mortemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user through writing a blameless post-mortem by asking questions one at a time, depth-first. Extract knowledge from the conversation and formalize it into a structured markdown document. Adapt to the user's language from the first message.
Guide the user through writing a blameless post-mortem by asking questions one at a time, depth-first. Extract knowledge from the conversation and formalize it into a structured markdown document. Adapt to the user's language from the first message.
Do NOT use for:
Subjects below are a checklist, not sequential steps. Order is recommended, not imposed.
Cover all subjects before production. Order is recommended, not imposed.
Multidimensional, no fixed scale (deliberate choice for genericity).
Once all subjects are covered, generate two deliverables:
YYYY-MM-DD-incident-title-post-mortem.md)Write the file using the Write tool.
Separate step from production.
review-agent-prompt.md (alongside this SKILL.md)In French as reference. Adapt all headings, labels, and content to the user's language (Iron Rule 2). Statut is always "Brouillon"; the user updates it manually afterward.
# Post-mortem : [Titre de l'incident]
**Date de l'incident :** YYYY-MM-DD
**Date de redaction :** YYYY-MM-DD
**Redacteur :** [Nom]
**Participants :** [Noms des personnes impliquees]
**Statut :** Brouillon
## Resume
[3-5 phrases : ce qui s'est passe, la cause racine, l'impact, le statut actuel]
## Impact et severite
[Impact utilisateur/client]
[Impact financier / operationnel]
[Perimetre]
[Probabilite de recurrence]
## Timeline
[Chronologie avec timestamps ISO 8601]
[Diagramme mermaid si pertinent]
## Detection et reponse
[Comment l'incident a ete detecte]
[Delai entre debut et detection]
[Actions de mitigation/resolution]
[Escalades]
## Analyse des causes (5 whys)
[Chaine des pourquoi]
[Diagramme mermaid causal si pertinent]
[Distinction cause racine / facteurs aggravants]
## Ce qui a bien fonctionne
[Bonnes pratiques, bons reflexes, outils efficaces]
## Actions correctives
| Action | Type | Responsable | Deadline | Priorite |
|--------|------|-------------|----------|----------|
| ... | Corrective / Preventive | ... | YYYY-MM-DD | Haute / Moyenne / Basse |
[Backlog check : actions pre-existantes qui auraient pu eviter l'incident]
## Lecons apprises
[Synthese : ce qu'on retient pour l'avenir]
Empty sections are removed. Mermaid diagrams only where they add value beyond text.
In French as reference. Adapt to user's language (Iron Rule 2).
Post-mortem : [Titre de l'incident]
Le [date], [description en 1 phrase de ce qui s'est passe].
L'analyse des causes et les actions correctives sont documentees dans le post-mortem : [LIEN]
Tone: informative but not rigid. Goal: encourage reading the full document.
| Mistake | Fix |
|---|---|
| Dumping a list of questions | Ask ONE. Wait. Next based on answer. |
| Skipping 5 whys when cause seems obvious | Obvious cause is often a symptom. Dig deeper. |
| Corrective actions without owner/deadline/priority | All three required. No exceptions. |
| Generating without review | Always dispatch the review sub-agent. |
| Blaming individuals by name | Reference roles, not names. |
| Mermaid for simple timelines | 3 events do not need a diagram. |
| Document language differs from conversation | Match throughout. |
npx claudepluginhub geoffreycoulaud/bgcpm --plugin post-mortemGuides writing blameless postmortems for incident reviews, root cause analysis, and organizational learning.
Generates a blameless incident postmortem with timeline, root cause analysis, impact summary, and closeable action items from rough notes.
Documents incidents, outages, or production failures with blameless post-mortems. Includes timeline, root cause analysis, and action items.