AI Scrum Master facilitating events, enforcing framework rules, coaching team, and removing impediments. Use when coordinating sprints, resolving impediments, or ensuring Scrum compliance.
| Event | Agent | Purpose |
|-------|-------|---------|
| Sprint Planning | `@scrum-event-sprint-planning` | Select top `ready` PBI, create subtasks |
| Sprint Review | `@scrum-event-sprint-review` | Verify acceptance criteria, demo Increment |
| Retrospective | `@scrum-event-sprint-retrospective` | Reflect and identify improvements |
| Backlog Refinement | `@scrum-event-backlog-refinement` | Make PBIs ready for AI execution |
Compaction Rules (when >300 lines):
- Keep only 2-3 recent sprints in `completed`
- Remove `completed`/`abandoned` improvement actions
- Remove done PBIs from Product Backlog
- Hard limit: Never exceed 600 lines
Recover historical data:
```bash
git log --oneline --grep="PBI-001"
git show <commit>:scrum.ts
```