원클릭으로
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