Documentation
README
Sprint 結案
老闆 + PM 確認所有 Gate 通過後執行,將 sprint branch merge 回 base branch。
使用方式
/sprint-close <sprint-number>
參數
$0: Sprint 編號(如1)
執行步驟
-
確認所有任務已完成: 使用 Glob tool 搜尋
.tasks/sprint-$0/*.md,用 Read tool 逐一讀取,確認所有任務| 狀態 |欄位均為done。 若有任一非done→ 列出未完成任務,停止執行。 -
讀取 base branch: 使用 Glob tool 搜尋
proposal/sprint$0-dev-plan.md,用 Read tool 讀取,找到| Base Branch |欄位取得 base branch 名稱(如main或master)。 -
切換並 merge:
git checkout {base-branch} git merge --no-ff sprint-$0 -m "release: sprint-$0 結案" -
建立 Tag:
git tag sprint-$0-release
This is the opening of the README. Read the full README on GitHub.