After action report

Run a structured after-action review (postmortem, retrospective) on a launch, incident, or completed project to capture timeline, root cause analysis, contributing factors, and actionable lessons.

After action report — Creative Direction skill highlight diagram. Navy header card reads 'Impactful Creative Direction' with the subtitle… (from the rampstackco/claude-skills README)

From the rampstackco/claude-skills README — shows the whole collection, not only this skill. · view on GitHub

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/after-action-report.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit rampstackco/claude-skills/skills/after-action-report#main ~/.claude/skills/after-action-report

For one project only, change the path to .claude/skills/after-action-report.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of After action report

Show the full text289 lines
namedescriptioncategorycatalog_summarydisplay_order
after-action-reportRun a structured after-action review (postmortem, retrospective) on a launch, incident, or completed project to capture timeline, root cause analysis, contributing factors, and actionable lessons. Use this skill whenever the user wants to run a postmortem, retrospective, AAR, or after-action review on any past event. Triggers on after-action report, AAR, postmortem, retrospective, retro, post-incident review, what went well what didn't, lessons learned, blameless postmortem, root cause analysis, RCA, five whys. Also triggers when the user has just shipped something or just resolved an incident and wants to capture learnings.operationsPost-mortems, retros, learnings documentation3

After-Action Report

Run a structured retrospective on a launch, incident, or completed project. Produce actionable lessons, not just a document.

This skill is for after-the-fact analysis. For active incident response, use incident-response. For planning launches, use launch-runbook.


When to use

  • After any incident (any severity)
  • After every major launch
  • At the end of a project (sprint retro, quarterly retro, project closeout)
  • When a recurring issue has happened enough times to demand investigation
  • When a decision didn't work out and the team wants to learn

When NOT to use

  • During an active incident (use incident-response)
  • For pre-launch planning (use launch-runbook)
  • For one-off bug fixes that don't merit broad analysis

Required inputs

  • The event being analyzed (incident, launch, project)
  • A timeline reconstructed from logs, chat, tickets
  • Participant accounts of what they observed and did
  • Outcomes and impact (what actually happened to users, the business)

The framework: blameless analysis

The most important principle: blameless. Without it, retrospectives produce hidden information and theatrical lessons rather than real ones.

What blameless means
  • Focus on systems, not individuals
  • Assume everyone made reasonable decisions given what they knew at the time
  • The question is "why was this decision reasonable to make?" not "who screwed up?"
  • Fixing the system means the next person in that situation succeeds where this person didn't
What blameless does not mean
  • No accountability (action items still have owners)
  • No hard truths (sometimes the system is broken in obvious ways)
  • No standards (some patterns of failure are individual, not systemic)
  • No discomfort (real reflection is uncomfortable)

The framework: 6 sections

A complete AAR covers six sections.

1. Summary

A 2 to 3 paragraph overview. Captures:

  • What happened
  • Impact (users, business, time)
  • Root cause (in plain language)
  • Top action items

This is what executives read. Anyone who reads only this section should leave with the most important information.

2. Timeline

A reconstructed timeline of events.

For incidents:

  • T-0: Detection
  • T+X: Acknowledgment
  • T+Y: Severity assessed, IC assigned
  • T+Z: Investigation began
  • ... mitigation, communication, resolution events
  • T+N: Resolution declared

For launches:

  • Pre-launch decisions and milestones
  • Launch day events
  • Post-launch monitoring observations

For projects:

  • Major milestones, decisions, pivots
  • Both planned and emergent

The timeline is the source of truth. Disagreements about what happened get resolved here.

3. Root cause analysis

What caused this, in plain language.

Use one or both of:

Five whys. Start with the surface symptom. Ask "why?" Repeat 5 times (or until you reach a true root). Each "why" should yield a substantive answer, not a tautology.

Example:

  • Why did the site go down? Database connection pool exhausted.
  • Why was the pool exhausted? Background job opened too many connections.
  • Why did the background job open too many connections? Connection cleanup code didn't run on errors.
  • Why didn't cleanup run on errors? Original code review didn't cover error paths.
  • Why didn't the review cover error paths? No checklist for error handling in our review process.

The fifth why often reveals the system fix. In this case: improve the review process.

Causal chain. Multiple contributing factors that combined.

  • Factor 1: Background job opened too many connections (technical)
  • Factor 2: Connection limit was set too low for actual traffic (configuration)
  • Factor 3: No alert on connection pool saturation (monitoring)
  • Factor 4: Recent traffic doubled without infra capacity review (process)

No single fix addresses the incident. Multiple gaps need attention.

4. Contributing factors

Factors that didn't cause the event but made it worse, or removed safety nets that would have caught it.

  • Monitoring gaps
  • Documentation gaps
  • Process gaps
  • Tooling gaps
  • Knowledge gaps

A "would have been caught earlier if..." factor.

5. What went well

Real lessons require capturing successes, not just failures.

  • What detection worked?
  • What response worked?
  • What decisions were good?
  • What tools or processes performed as expected?

This is not consolation. It's calibration. Things that worked here should be reinforced and replicated.

6. Action items

Specific, owned, dated.

Action Owner Due Type
Add alert on connection pool saturation [name] [date] Monitoring
Add error handling checklist to PR template [name] [date] Process
Audit other background jobs for similar issue [name] [date] Code

Action item criteria:

  • Specific. "Improve monitoring" is not actionable. "Add alert on connection pool saturation, threshold 80%, page on-call" is.
  • Owned. A name. Not "the team."
  • Dated. A real date. Not "soon."
  • Sized. Roughly hours, days, or weeks of effort.
  • Closeable. Definition of done is clear.

Action items that don't close in their committed timeframe should re-surface in the next AAR. Patterns of unclosed actions point to deeper organizational issues.


Workflow

1. Schedule the AAR

Within 1 to 2 weeks of the event. Long enough that emotions cooled and facts gathered. Short enough that memories are fresh.

For incidents: pre-decided in the response procedure. For launches: schedule on the runbook. For projects: schedule at project closeout.

2. Gather inputs

Before the meeting:

  • Reconstructed timeline (often the scribe's notes if there was one)
  • Logs, chat transcripts, tickets, incident updates
  • Individual accounts from each participant (written, before the meeting)
  • Impact data (users affected, duration, revenue impact, etc.)
3. Run the meeting

Typical agenda (60 to 90 minutes):

  • Read the summary as drafted (5 min)
  • Walk the timeline together. Add corrections. Resolve disagreements. (20 to 30 min)
  • Discuss root cause. Use five whys or causal chain. (15 to 20 min)
  • Discuss contributing factors. (10 min)
  • Discuss what went well. (10 min)
  • Identify action items. Owners and dates. (10 min)

A facilitator runs the meeting. Often the IC for an incident, or a project lead for a project. The facilitator is not the scribe.

4. Write the document

Within a few days of the meeting. The full AAR includes all 6 sections.

5. Distribute

Internal: post in a known location. Make searchable. Reference in onboarding.

For high-severity incidents: external summary may be appropriate (status page, customer email, public blog).

6. Track action items

Every action item should be tracked to closure. The next AAR re-surfaces unclosed ones.


Failure patterns

  • Skipping the AAR for "small" incidents. Patterns get missed.
  • Naming and shaming. Real lessons get hidden when people fear blame.
  • Generic action items. "Improve testing" instead of specific testing change.
  • Action items that never close. Filed, forgotten. Same incident recurs.
  • Theater retrospectives. Going through the motions without genuine reflection.
  • Skipping "what went well." Misses calibration on what's working.
  • Blame externalized. "Our vendor failed." OK, what's our system for vendor risk?
  • Single-person AAR. One person writes the whole thing. Misses other perspectives.
  • AAR only for failures. Successful launches deserve AARs too. Lessons from success are valuable.
  • Long delays. Memories fade. Conversations cool. Get it done within 2 weeks.

Output format

A markdown document at aar-[date]-[event-name].md.

Structure:

# AAR: [Event name]

**Date of event:** [YYYY-MM-DD]
**AAR date:** [YYYY-MM-DD]
**Severity / scope:** [SEV-1 / Major launch / Project closeout]
**Facilitator:** [Name]
**Participants:** [Names]

## Summary
[2 to 3 paragraphs]

## Impact
- Users affected: [number, segment]
- Duration: [time]
- Revenue / business impact: [if applicable]

## Timeline
[Timestamped events]

## Root cause analysis
[Five whys or causal chain]

## Contributing factors
[List]

## What went well
[List]

## Action items
| Action | Owner | Due | Type | Status |
|---|---|---|---|---|
| | | | | |

## Lessons
[Reflections that don't fit elsewhere. Often the most quotable section.]

If required data is unavailable

This skill's output depends on data, measurements, or tool results it cannot generate on its own. When a required input, tool, or data source is unavailable or unverifiable, the sanctioned output is the deliverable with the gap stated: what was needed, what was actually obtained or verified, and which parts of the output are affected. Fabricating, estimating, or interpolating a required number to complete the deliverable is never sanctioned. A stated gap is a complete answer.


Reference files

1---
2name: after-action-report
3description: "Run a structured after-action review (postmortem, retrospective) on a launch, incident, or completed project to capture timeline, root cause analysis, contributing factors, and actionable lessons. Use this skill whenever the user wants to run a postmortem, retrospective, AAR, or after-action review on any past event. Triggers on after-action report, AAR, postmortem, retrospective, retro, post-incident review, what went well what didn't, lessons learned, blameless postmortem, root cause analysis, RCA, five whys. Also triggers when the user has just shipped something or just resolved an incident and wants to capture learnings."
4category: operations
5catalog_summary: "Post-mortems, retros, learnings documentation"
6display_order: 3
7---
8 
9# After-Action Report
10 
11Run a structured retrospective on a launch, incident, or completed project. Produce actionable lessons, not just a document.
12 
13This skill is for after-the-fact analysis. For active incident response, use `incident-response`. For planning launches, use `launch-runbook`.
14 
15---
16 
17## When to use
18 
19- After any incident (any severity)
20- After every major launch
21- At the end of a project (sprint retro, quarterly retro, project closeout)
22- When a recurring issue has happened enough times to demand investigation
23- When a decision didn't work out and the team wants to learn
24 
25## When NOT to use
26 
27- During an active incident (use `incident-response`)
28- For pre-launch planning (use `launch-runbook`)
29- For one-off bug fixes that don't merit broad analysis
30 
31---
32 
33## Required inputs
34 
35- The event being analyzed (incident, launch, project)
36- A timeline reconstructed from logs, chat, tickets
37- Participant accounts of what they observed and did
38- Outcomes and impact (what actually happened to users, the business)
39 
40---
41 
42## The framework: blameless analysis
43 
44The most important principle: blameless. Without it, retrospectives produce hidden information and theatrical lessons rather than real ones.
45 
46### What blameless means
47 
48- Focus on systems, not individuals
49- Assume everyone made reasonable decisions given what they knew at the time
50- The question is "why was this decision reasonable to make?" not "who screwed up?"
51- Fixing the system means the next person in that situation succeeds where this person didn't
52 
53### What blameless does not mean
54 
55- No accountability (action items still have owners)
56- No hard truths (sometimes the system is broken in obvious ways)
57- No standards (some patterns of failure are individual, not systemic)
58- No discomfort (real reflection is uncomfortable)
59 
60---
61 
62## The framework: 6 sections
63 
64A complete AAR covers six sections.
65 
66### 1. Summary
67 
68A 2 to 3 paragraph overview. Captures:
69 
70- What happened
71- Impact (users, business, time)
72- Root cause (in plain language)
73- Top action items
74 
75This is what executives read. Anyone who reads only this section should leave with the most important information.
76 
77### 2. Timeline
78 
79A reconstructed timeline of events.
80 
81For incidents:
82- T-0: Detection
83- T+X: Acknowledgment
84- T+Y: Severity assessed, IC assigned
85- T+Z: Investigation began
86- ... mitigation, communication, resolution events
87- T+N: Resolution declared
88 
89For launches:
90- Pre-launch decisions and milestones
91- Launch day events
92- Post-launch monitoring observations
93 
94For projects:
95- Major milestones, decisions, pivots
96- Both planned and emergent
97 
98The timeline is the source of truth. Disagreements about what happened get resolved here.
99 
100### 3. Root cause analysis
101 
102What caused this, in plain language.
103 
104Use one or both of:
105 
106**Five whys.** Start with the surface symptom. Ask "why?" Repeat 5 times (or until you reach a true root). Each "why" should yield a substantive answer, not a tautology.
107 
108Example:
109- Why did the site go down? Database connection pool exhausted.
110- Why was the pool exhausted? Background job opened too many connections.
111- Why did the background job open too many connections? Connection cleanup code didn't run on errors.
112- Why didn't cleanup run on errors? Original code review didn't cover error paths.
113- Why didn't the review cover error paths? No checklist for error handling in our review process.
114 
115The fifth why often reveals the system fix. In this case: improve the review process.
116 
117**Causal chain.** Multiple contributing factors that combined.
118 
119- Factor 1: Background job opened too many connections (technical)
120- Factor 2: Connection limit was set too low for actual traffic (configuration)
121- Factor 3: No alert on connection pool saturation (monitoring)
122- Factor 4: Recent traffic doubled without infra capacity review (process)
123 
124No single fix addresses the incident. Multiple gaps need attention.
125 
126### 4. Contributing factors
127 
128Factors that didn't cause the event but made it worse, or removed safety nets that would have caught it.
129 
130- Monitoring gaps
131- Documentation gaps
132- Process gaps
133- Tooling gaps
134- Knowledge gaps
135 
136A "would have been caught earlier if..." factor.
137 
138### 5. What went well
139 
140Real lessons require capturing successes, not just failures.
141 
142- What detection worked?
143- What response worked?
144- What decisions were good?
145- What tools or processes performed as expected?
146 
147This is not consolation. It's calibration. Things that worked here should be reinforced and replicated.
148 
149### 6. Action items
150 
151Specific, owned, dated.
152 
153| Action | Owner | Due | Type |
154|---|---|---|---|
155| Add alert on connection pool saturation | [name] | [date] | Monitoring |
156| Add error handling checklist to PR template | [name] | [date] | Process |
157| Audit other background jobs for similar issue | [name] | [date] | Code |
158 
159**Action item criteria:**
160 
161- **Specific.** "Improve monitoring" is not actionable. "Add alert on connection pool saturation, threshold 80%, page on-call" is.
162- **Owned.** A name. Not "the team."
163- **Dated.** A real date. Not "soon."
164- **Sized.** Roughly hours, days, or weeks of effort.
165- **Closeable.** Definition of done is clear.
166 
167Action items that don't close in their committed timeframe should re-surface in the next AAR. Patterns of unclosed actions point to deeper organizational issues.
168 
169---
170 
171## Workflow
172 
173### 1. Schedule the AAR
174 
175Within 1 to 2 weeks of the event. Long enough that emotions cooled and facts gathered. Short enough that memories are fresh.
176 
177For incidents: pre-decided in the response procedure.
178For launches: schedule on the runbook.
179For projects: schedule at project closeout.
180 
181### 2. Gather inputs
182 
183Before the meeting:
184 
185- Reconstructed timeline (often the scribe's notes if there was one)
186- Logs, chat transcripts, tickets, incident updates
187- Individual accounts from each participant (written, before the meeting)
188- Impact data (users affected, duration, revenue impact, etc.)
189 
190### 3. Run the meeting
191 
192Typical agenda (60 to 90 minutes):
193 
194- Read the summary as drafted (5 min)
195- Walk the timeline together. Add corrections. Resolve disagreements. (20 to 30 min)
196- Discuss root cause. Use five whys or causal chain. (15 to 20 min)
197- Discuss contributing factors. (10 min)
198- Discuss what went well. (10 min)
199- Identify action items. Owners and dates. (10 min)
200 
201A facilitator runs the meeting. Often the IC for an incident, or a project lead for a project. The facilitator is not the scribe.
202 
203### 4. Write the document
204 
205Within a few days of the meeting. The full AAR includes all 6 sections.
206 
207### 5. Distribute
208 
209Internal: post in a known location. Make searchable. Reference in onboarding.
210 
211For high-severity incidents: external summary may be appropriate (status page, customer email, public blog).
212 
213### 6. Track action items
214 
215Every action item should be tracked to closure. The next AAR re-surfaces unclosed ones.
216 
217---
218 
219## Failure patterns
220 
221- **Skipping the AAR for "small" incidents.** Patterns get missed.
222- **Naming and shaming.** Real lessons get hidden when people fear blame.
223- **Generic action items.** "Improve testing" instead of specific testing change.
224- **Action items that never close.** Filed, forgotten. Same incident recurs.
225- **Theater retrospectives.** Going through the motions without genuine reflection.
226- **Skipping "what went well."** Misses calibration on what's working.
227- **Blame externalized.** "Our vendor failed." OK, what's our system for vendor risk?
228- **Single-person AAR.** One person writes the whole thing. Misses other perspectives.
229- **AAR only for failures.** Successful launches deserve AARs too. Lessons from success are valuable.
230- **Long delays.** Memories fade. Conversations cool. Get it done within 2 weeks.
231 
232---
233 
234## Output format
235 
236A markdown document at `aar-[date]-[event-name].md`.
237 
238Structure:
239 
240```markdown
241# AAR: [Event name]
242 
243**Date of event:** [YYYY-MM-DD]
244**AAR date:** [YYYY-MM-DD]
245**Severity / scope:** [SEV-1 / Major launch / Project closeout]
246**Facilitator:** [Name]
247**Participants:** [Names]
248 
249## Summary
250[2 to 3 paragraphs]
251 
252## Impact
253- Users affected: [number, segment]
254- Duration: [time]
255- Revenue / business impact: [if applicable]
256 
257## Timeline
258[Timestamped events]
259 
260## Root cause analysis
261[Five whys or causal chain]
262 
263## Contributing factors
264[List]
265 
266## What went well
267[List]
268 
269## Action items
270| Action | Owner | Due | Type | Status |
271|---|---|---|---|---|
272| | | | | |
273 
274## Lessons
275[Reflections that don't fit elsewhere. Often the most quotable section.]
276```
277 
278---
279 
280## If required data is unavailable
281 
282This skill's output depends on data, measurements, or tool results it cannot generate on its own. When a required input, tool, or data source is unavailable or unverifiable, the sanctioned output is the deliverable with the gap stated: what was needed, what was actually obtained or verified, and which parts of the output are affected. Fabricating, estimating, or interpolating a required number to complete the deliverable is never sanctioned. A stated gap is a complete answer.
283 
284---
285 
286## Reference files
287 
288- [`references/aar-template.md`](references/aar-template.md) - Fillable AAR template covering incidents, launches, and projects.
289 

Discussion

Alternatives

Also in DebuggingSee all 533 in Development →