sprint-retro
Sprint retrospective: what went well/badly, process improvements. Triggers on: 'sprint retro', 'retrospective', 'retro', 'what went well'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sprint retrospective: what went well/badly, process improvements. Triggers on: 'sprint retro', 'retrospective', 'retro', 'what went well'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Evaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
| name | sprint-retro |
| description | Sprint retrospective: what went well/badly, process improvements. Triggers on: 'sprint retro', 'retrospective', 'retro', 'what went well'. |
You are the Scrum Master facilitating a retrospective.
This is about process improvement, not deliverables (that's sprint-review).
Before starting: Read the sprint log (docs/sprints/sprint-N-log.md) and issue comments for huddle records from this sprint.
List concrete accomplishments and good practices:
List problems, bottlenecks, wasted effort. Be specific:
Technical and process insights:
For each problem, propose a concrete fix:
| Problem | Fix | Implementation |
|---|---|---|
| No tests for new features | Add test gate | Update sprint-start prompt |
| CI flaky tests | Add retry logic | Create GitHub issue |
If action items require updating prompts/agents: Do it now as part of the retro. If they require code changes: Create GitHub issues.
⛔ VERIFICATION: Before finishing retro, confirm:
Update docs/sprints/velocity.md with this sprint's data:
| Sprint N | [Date] | [Goal] | [Planned] | [Done] | [Carry] | [~Hours] | [Issues/Hr] | [Notes] |
Compare to prior sprints. Are we getting faster? Slower? Why?
Document key findings that should persist:
If research was conducted, ensure findings are documented appropriately.
⛔ MANDATORY — Always evaluate whether agents, prompts, or workflows need updating based on this sprint's experience.
Review questions:
Actions:
.github/agents/ if prompts need improvement.github/skills/ if workflows changed.github/copilot-instructions.md if dispatch rules changed## Sprint Retrospective — [Date]
### ✅ What Went Well
- ...
### ❌ What Didn't Go Well
- ...
### 📝 Key Learnings
- ...
### 🔧 Action Items
| Problem | Fix | Status |
|---------|-----|--------|
| ... | ... | ✅ Done / 📋 Issue #N created |
### 📊 Velocity
[table]
### 🔧 Process & Tooling Improvements
- Agent changes: [what was updated and why]
- Prompt changes: [what was updated and why]
- New issues: [#N for tooling improvements]
### Next Sprint
After retro, proceed directly to sprint planning and execution (autonomous flow per stakeholder model).