with one click
sop-deploy
部署 SOP — 強制品質 checklist + pre-deploy 確認,不得跳過任何 checkpoint
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
部署 SOP — 強制品質 checklist + pre-deploy 確認,不得跳過任何 checkpoint
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 | sop-deploy |
| description | 部署 SOP — 強制品質 checklist + pre-deploy 確認,不得跳過任何 checkpoint |
| allowed-tools | Read, Bash |
部署前,必須依序完成以下所有步驟,不得跳過任何 ⛔ CHECKPOINT。
/sop-deploy
讀取(依序嘗試):
.knowledge/quality-checklist.md.knowledge/company/standards/quality-checklist.md逐項列出所有檢查項目,確認每項的當前狀態。
✋ 確認 checklist 已讀、項目已列出後再繼續。
!find .tasks -name "*.md" | xargs grep -l "| 狀態 |" 2>/dev/null | xargs grep "| 狀態 |" 2>/dev/null
確認:
donein_progress、in_review、blocked 的未結任務✋ 若有未結任務,禁止繼續部署,回報 L1 處理。
執行 /pre-deploy(讀取 .claude/commands/pre-deploy.md 並依步驟執行)
對照 STEP 1 載入的 checklist,逐項勾選:
- [x]✋ 所有 checklist 項目通過後才可繼續。若有未通過項目,記錄原因並停止。
依專案部署方式執行(參考 CLAUDE.md 或 dev-plan 的部署指令)。
執行 /gate-record G5 通過 {備註}(讀取 .claude/commands/gate-record.md 並依步驟執行)
✅ 部署完成
Sprint:Sprint N
品質 Checklist:全部通過 ✅
未結任務:無 ✅
Gate G5:已記錄 ✅
部署時間:{timestamp}
下一步:PM 執行 /sprint-retro