retrospectivelisted
Install: claude install-skill lwalden/AIAgentMinder
# /aiagentminder:retrospective - Sprint Retrospective
Generate a brief retrospective for the completed sprint. Called automatically at sprint completion, or invoke manually with `/aiagentminder:retrospective`.
---
## Step 1: Gather Sprint Data
Read the following:
1. `.sprint-metrics.json` — if present, use as primary metrics source (timestamps, cycle counts, rework). Fall back to git log parsing when the metrics file is absent (backward compatible with sprints that ran before metrics collection was added).
2. `SPRINT.md` — sprint goal, issue list, final statuses (including Post-Merge column)
3. Use TaskList to get final task states and any notes
4. `DECISIONS.md` — identify entries added during this sprint (by date or sprint reference)
5. Recent git log for this sprint's branches:
```bash
git log --oneline --merges --since="sprint start date"
```
6. Check for any issues that were added or removed after approval (scope changes)
---
## Step 2: Compute Metrics
From the data gathered, calculate:
| Metric | Value |
| --- | --- |
| **Planned issues** | How many issues were in the approved sprint |
| **Completed issues** | How many reached `done` |
| **Rework items** | How many items required rework (post-merge validation failures or test failures after initial "done") |
| **Blocked issues** | How many are still `blocked` at sprint end |
| **Post-merge validations** | How many items had post-merge validation tasks; how many passed vs. failed |
| **Risk-tagged issue