From ultrapowers
Use when you have a written implementation plan to execute in a separate session with review checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/ultrapowers: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."
Note: Tell your human partner that Ultrapowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use ultrapowers:subagent-driven-development instead of this skill.
Before executing, read .claude/ultrapowers-preferences.json in the project root. If it exists, use its values for autoCommit and autoPush to determine whether to commit after each task and whether to push. If the file is missing, default to all OFF (no auto-commit, no auto-push).
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:
npx claudepluginhub ennio-datatide/ultrapowersExecutes 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: loads and critically reviews plan, executes tasks step-by-step in git worktrees, runs verifications, handles blockers by asking for help, finishes with branch completion skill.
Executes a written implementation plan step-by-step with review checkpoints, stopping for help on blockers.