From cf-powers
Executes written implementation plans step-by-step: checks git branch, reviews critically, tracks tasks, verifies, invokes finishing skill. Use for separate sessions with review checkpoints.
npx claudepluginhub cloudfieldcz/cf-powers --plugin cf-powersThis skill uses the workspace's default tool permissions.
Load plan, review critically, execute all tasks, report when complete.
Executes written implementation plans in isolated sessions: loads plan, reviews critically, follows steps with verifications, handles blockers by asking for help, finishes with branch completion.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Executes written implementation plans step-by-step: critical review, task execution with verifications and checkpoints, git worktrees, stopping at blockers.
Share bugs, ideas, or general feedback.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Subagent-driven development (cf-powers:subagent-driven-development) produces significantly higher quality results. If subagents are available, prefer that skill over this one.
git branch --show-currentmain or master: STOP — ask user to create/switch to a feature branch firstFor multi-phase plans (index exists):
For single-phase plans:
Context loading principle: Only load what you need for the current phase. If you need context from a previous phase's plan, read it on-demand, not upfront.
For each task:
After all tasks complete and verified:
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:
Note: User manages their own branches. Step 0 verifies a feature branch exists — do NOT create worktrees automatically.