From thinking-framework-skills
Produces a structured after-action review by comparing what was expected against what actually happened, diagnosing why the gaps occurred, and converting them into specific owned sustain-and-change actions. Use when a project, launch, sprint, or incident has finished and you want to turn the outcome into learning, not a status update.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-framework-skills:think-after-action-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- thinking-framework-skills | https://github.com/product-on-purpose/thinking-framework-skills | Apache-2.0 -->
Most retrospectives are an unstructured "how did it go?" that produces venting and vague lessons. The After Action Review imposes the structure that actually carries the benefit: compare what was expected to what actually happened, diagnose why the gaps occurred (in both directions), and convert that into what to sustain and what to change, specifically and with owners. The expected-vs-actual comparison is load-bearing; without a recorded expectation there is nothing to learn against, only hindsight narrative. The output is an after-action review, and it must be blameless to work.
When asked to run an after-action review, follow these steps:
references/TEMPLATE.md.Use the template in references/TEMPLATE.md. The deliverable is the expected-vs-actual review with sustain/change actions, not prose and not a status report.
Before finalizing, verify:
Tier S. A meta-analysis of team and individual debriefs (Tannenbaum & Cerasoli, 2013) found structured debriefs improve performance substantially (effect size ~0.79), and the effect depends on the structure - intent, comparison to expectations, specific takeaways - not on merely holding a meeting (origin: US Army TC 25-20). Unstructured retros do not carry this. Evidence is for human teams, transferred to AI use, not AI-validated. Full grading: evidence/dossier.md.
See references/EXAMPLE.md for a completed after-action review.
npx claudepluginhub mvandermeulen/thinking-framework-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.