Synthesize sprint retrospective notes into categorized action items and patterns. Use this skill when: - You have sprint retro notes (raw text, meeting transcript, or structured notes) to process - You need to identify recurring patterns across multiple retros - You want categorized action items with owners and deadlines from retro discussions
Process sprint retrospective notes into structured action items, recurring patterns, and process improvement recommendations.
| Category | Covers |
|---|---|
| Process | Sprint planning, estimation, ceremonies, communication, standups |
| Technical | Code quality, tech debt, tooling, CI/CD, testing, deployments |
| Team |
| Collaboration, knowledge sharing, workload balance, onboarding |
| External | Dependencies, stakeholder communication, blockers from outside |
# Retro Summary — Sprint {N} ({Date})
## What Went Well
| Category | Item | Impact |
|----------|------|--------|
| Process | {description} | {why it mattered} |
## What Didn't Go Well
| Category | Item | Root Cause | Frequency |
|----------|------|-----------|-----------|
| Technical | {description} | {why it happened} | First time / Recurring |
## Action Items
| # | Action | Owner | Deadline | Category | Priority |
|---|--------|-------|----------|----------|----------|
| 1 | {specific action} | {name} | {date} | {category} | High/Med/Low |
## Recurring Patterns
{Items that appeared in 2+ retros — flag for systemic fix}
## Process Improvement Recommendations
1. {Specific recommendation with rationale}
2. {Specific recommendation with rationale}