一键导入
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when executing implementation plans with independent tasks in the current session
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Use when you have a spec or requirements for a multi-step task, before touching code
| name | executing-plans |
| description | Use when you have a written implementation plan to execute in a separate session with review checkpoints |
Related skills: Need an isolated workspace?
/skill:using-git-worktrees. Verify each task with/skill:verification-before-completion. Done?/skill:finishing-a-development-branch.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
If a tool result contains a ⚠️ workflow warning, stop immediately and address it before continuing.
plan_tracker tool and proceedDefault: First 3 tasks
For each task:
plan_tracker toolplan_tracker toolWhen batch complete:
Based on feedback:
After all tasks complete and verified:
/skill:finishing-a-development-branchSTOP executing immediately when:
Ask for clarification rather than guessing.
Different from being blocked — you're not stuck, but you've learned something that makes the remaining plan unworkable.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
/skill:using-git-worktrees - Recommended: Set up isolated workspace before starting. For small changes, branching in the current directory is acceptable with human approval./skill:writing-plans - Creates the plan this skill executes/skill:finishing-a-development-branch - Complete development after all tasks