---
name: Sprint Retro
slug: sprint-retro
category: Automation
description: Sprint Retro generates a sprint retrospective from section 10 of the dev plan and the proposal acceptance criteria. Use it after a sprint to summarize completion, quality, schedule, wins, and follow-up actions.
github: "https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-retro"
language: TypeScript
stars: 201
forks: 23
install: "npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-retro ~/.claude/skills/sprint-retro"
installs_to: ~/.claude/skills/sprint-retro
source_path: .knowledge/company/skill-templates/sprint-retro/SKILL.md
collection_size: 25
category_size: 1956
collection_url: "https://dirskills.com/collections/Stanshy/AgentHub"
added: 2026-09-05T05:30:50.426Z
last_synced: 2026-09-05T05:30:50.426Z
canonical_url: "https://dirskills.com/skills/sprint-retro"
---

# Sprint Retro

Sprint Retro generates a sprint retrospective from section 10 of the dev plan and the proposal acceptance criteria. Use it after a sprint to summarize completion, quality, schedule, wins, and follow-up actions.

**Install:**

```bash
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sprint-retro ~/.claude/skills/sprint-retro
```

## README

# Sprint 回顧

自動帶入第 10 節數據，產出回顧報告。

## 使用方式
```
/sprint-retro <sprint-number>
```

## 參數
- `$0`: Sprint 編號

## 執行步驟

1. 讀取 dev-plan 第 10 節：
!`cat proposal/sprint$0-dev-plan.md 2>/dev/null | grep -A 100 "任務與審核紀錄"`

2. 讀取提案書驗收標準：
!`cat proposal/sprint$0-proposal.md 2>/dev/null | grep -A 30 "驗收標準"`

3. 分析並產出回顧：
   - **完成狀況**：任務完成率、準時率
   - **品質指標**：Review 通過率、Gate 通過率
   - **時程分析**：預估 vs 實際
   - **做得好的**：值得延續的做法
   - **需改進的**：下次 Sprint 要注意的
   - **行動項目**：具體改善措施

4. 寫入 `proposal/sprint$0-retro.md`
