一键导入
close-plan
Plan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Coordinate specialized teammates in Agent Teams for execution, review, and planning. Delegate mode mandatory with TaskCompleted/TeammateIdle hooks.
Plan confirmation workflow - extract plan from conversation, create file, auto-review with Interactive Recovery. Use for confirming plans after /00_plan.
Plan execution workflow - parallel SC implementation, worktree mode, verification patterns, GPT delegation. Use for executing plans with TDD + Ralph Loop.
Use when blocked, stuck, or needing fresh perspective. Consults GPT experts via Codex CLI with graceful fallback.
Coordinate independent teammates concurrently in Agent Teams for 50-70% speedup. Launch multiple teammates simultaneously.
Use after first code change. Autonomous iteration until all quality gates pass (max 7 iterations).
| name | close-plan |
| description | Plan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans. |
Purpose: Archive completed plans and create git commits with safe push retry logic Target: Coder Agent after implementing all Success Criteria
# Full workflow
/03_close [RUN_ID|plan_path] [no-commit] [no-push] [--force]
# Steps: Load+Verify+TODO Gate → Evidence Verify → Docs Sync+Verify → Move+Git → Worktree Merge
CRITICAL: NEVER skip any step - agent MUST verify execution of each step before proceeding to the next. All steps MUST execute in order. Do NOT pause between steps.
Team Lead operates in delegate mode (coordinates only, never implements):
MANDATORY teammate delegation:
TRIVIAL EXCEPTIONS (no delegation needed):
WHY: Agent Teams native isolation provides automatic context protection
- [ ] items
.pilot/plan/done/YYYYMMDD/Internal: @.claude/skills/close-plan/REFERENCE.md - Full implementation details, worktree cleanup, git push system | @.claude/skills/git-operations/SKILL.md - Git push retry system | @.claude/skills/git-master/SKILL.md - Version control workflow | @.claude/skills/three-tier-docs/SKILL.md - Documentation synchronization | @.claude/skills/using-git-worktrees/SKILL.md - Worktree management
External: Conventional Commits | GitHub CLI