From h-superpowers
Use when you have a written implementation plan to execute inline in the current session as the no-subagent fallback
How this skill is triggered — by the user, by Claude, or both
Slash command
/h-superpowers: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.
Core principle: Inline execution — run the whole plan, then report.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: This skill works much better with access to subagents. If subagents are available, prefer h-superpowers:subagent-driven-development (fresh subagent + two-stage review per task) instead of this skill.
Before starting: Use h-superpowers:using-git-worktrees to set up an isolated workspace via the native worktree tool (EnterWorktree). Teardown is deferred to finishing-a-development-branch (Step 3), which uses ExitWorktree.
For each task, in order:
Do not pause for human checkpoints between tasks. Execute the full plan, then report. Stop only when blocked (see below).
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:
EnterWorktree)ExitWorktreenpx claudepluginhub ehartye/hartye-superpowers --plugin h-superpowersCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.