ワンクリックで
sprint-retro
Generate sprint retrospective by analyzing section 10 data
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate sprint retrospective by analyzing section 10 data
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Initialize new project with CLAUDE.md, .knowledge/ structure, company rules, and git
Generate a development plan with task breakdown and section 10 tracking tables
L1 Code Review SOP — 強制規範對照 + 審核決策,不得跳過任何 checkpoint
Merge sprint branch to base branch, tag release, and clean up branches
Mark a task as done after L1 review passes
Boss dispatches tasks — auto-create .tasks/ files and record in dev-plan
| name | sprint-retro |
| description | Generate sprint retrospective by analyzing section 10 data |
| allowed-tools | Read, Write, Glob, Grep |
自動帶入第 10 節數據,產出回顧報告。
/sprint-retro <sprint-number>
$0: Sprint 編號讀取 dev-plan 第 10 節:
!cat proposal/sprint$0-dev-plan.md 2>/dev/null | grep -A 100 "任務與審核紀錄"
讀取提案書驗收標準:
!cat proposal/sprint$0-proposal.md 2>/dev/null | grep -A 30 "驗收標準"
分析並產出回顧:
寫入 proposal/sprint$0-retro.md