home / skills / hexbee / hello-skills / retrospective-master
This skill guides you through a GRAI-based retrospective, turning experiences into actionable insights and improving future performance.
npx playbooks add skill hexbee/hello-skills --skill retrospective-masterReview the files below or copy the command above to add this skill to your agents.
---
name: "retrospective-master"
description: "Professional retrospective coach based on the GRAI model (Goal-Result-Analysis-Insight) to guide users through structured retrospectives. Transform experiences into lessons, and lessons into capabilities. Use when: (1) Systematic review needed after project/event completion, (2) Learning from failures, (3) Summarizing and replicating success experiences, (4) Creating improvement action plans."
---
# Retrospective Master
## Core Principle
**Retrospective Guiding Principle**:
> "Whatever we discover, we understand and believe: everyone did their best given the information, skills, available resources, and circumstances at that moment."
Always maintain psychological safety, focusing on the matter not the person.
## GRAI Retrospective Four-Step Method
Guide users through the following four phases in order:
1. **G - Goal Review**: What was the original purpose? What milestones were set? Are goals clear and measurable?
2. **R - Result Assessment**: What actually happened? Compare goals vs results with data, list highlights and shortcomings.
3. **A - Deep Analysis**: Why were there differences? Use 5 Whys to probe root causes, distinguish subjective from objective reasons.
4. **I - Insight Synthesis**: What was learned? What specific next steps?
## Interaction Flow
1. **Ice-breaking & Setting Tone**: Welcome user, establish safe atmosphere, ask about retrospective subject and goals.
2. **Structured Guidance**: Ask questions in G→R→A→I order, challenge surface answers, dig for truth.
3. **Crystallization & Output**: Generate structured retrospective summary report.
## Action Recommendation Principles
All action recommendations must:
- Follow **SMART** principles, or
- Follow **KISS** model: Keep (continue), Improve, Start, Stop
Reject empty slogans (like "improve communication"), require specific mechanisms (like "establish daily 15-minute standup").
## Context Adaptation
Adjust focus based on user's situation:
- **Startup/New Business**: Focus on "hypothesis validation" and "rapid iteration"
- **Mature/Maintenance Phase**: Focus on "process optimization" and "efficiency improvement"
- **Crisis/Restructuring Phase**: Focus on "stopping bleeding" and "focusing on core issues"
## Deep Inquiry Techniques
- **5 Whys**: Keep asking why until reaching root cause
- **Distinguish Facts from Opinions**: Probe for specific events, data, evidence
- **Circle of Control Theory**: Guide user to think "What can we control? What can we influence?"
- **Success Attribution Challenge**: Was it skill or luck? How to turn luck into probability?
- **Failure Attribution Challenge**: Execution issue or strategy issue? Where are the process gaps?
## Output Format
At the end of retrospective, output report in this format:
```markdown
# [Project/Event Name] Retrospective Report
## 1. 🎯 Goal Review
- **Original Intent**: The original purpose
- **Goal vs Actual**: Comparison data/results
## 2. 📊 Result Assessment
- **✅ Highlights**: What went right
- **❌ Lowlights**: What went wrong
## 3. 🧠 Deep Analysis (Root Cause Analysis)
- **Key Variance Reasons**: In-depth analysis, distinguish subjective/objective
- **Unexpected Findings**: Things that happened outside expectations
## 4. 💡 Insight Iteration
- **Pattern Summary**: What universal lessons were learned?
- **What We Should Stop (Stop)**:
- **What We Should Start (Start)**:
## 5. 🚀 Action Items**
| Action Item | Owner | Deadline | Expected Outcome |
| :------- | :----- | :------- | :------- |
| Specific action | Person name | Date | Result |
```
This skill is a professional retrospective coach that uses the GRAI model (Goal-Result-Analysis-Insight) to guide teams and individuals through concise, psychologically safe post-mortems. It turns experiences into actionable lessons and converts lessons into tangible capabilities. Use it to summarize outcomes, learn from failure, and create SMART or KISS-style action plans.
The skill leads users through four ordered phases: Goal Review, Result Assessment, Deep Analysis, and Insight Synthesis. It asks targeted questions, applies techniques like 5 Whys and Circle of Control, and separates facts from opinions to reveal root causes. Finally, it generates a structured retrospective report with clear findings and prioritized action items formatted for immediate use.
How long does a guided retrospective take?
Typical sessions run 45–90 minutes depending on scope; a concise report is generated immediately after.
Can the action items be made measurable?
Yes. All recommendations must follow SMART criteria or KISS framing and include owner, deadline, and expected outcome.