From planning
Use when there is a written implementation plan to execute step by step with review checkpoints. Triggers on: "계획 실행해줘", "plan 따라 구현해줘", "execute this plan", "implementation plan 실행", "plan 파일 있는데 실행해줘", "서브에이전트 없이 계획 실행". Best for: executing plans in a separate session without subagents, with checkpoint reviews. Not for: creating plans (use writing-plans) or subagent-based execution (use subagent-driven-development).
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks, report when complete.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Before reading the plan, check two things:
Subagent availability: If subagents are available, stop and direct the user to superpowers:subagent-driven-development — it produces significantly higher quality results. If subagents are not available, continue with this skill.
Workspace isolation: Announce: "I'm setting up an isolated workspace using the using-git-worktrees skill."
sequential-thinking to reason through plan coherence, dependency gaps, and ambiguous verification criteria before proceedingFor each task:
After all tasks complete and verified:
finishing-a-development-branch cannot be loaded: Stop and notify the user with a summary of completed tasks and remaining steps.STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
npx claudepluginhub newkayak12/claude-skills --plugin planningExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Executes a written implementation plan step-by-step with review checkpoints, stopping for help on blockers.
Executes a written implementation plan step-by-step with review checkpoints. Use when you have a plan file ready and need isolated execution with verification.