ワンクリックで
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