From superpowers
Use when you have a written implementation plan and need to execute it directly in the current session on main/master
How this skill is triggered — by the user, by Claude, or both
Slash command
/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 directly in the current session, and report completion.
Load plan, review critically, execute all tasks directly in the current session, and report completion.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Branch policy (required): Execute only on main or master. Do not create feature branches, do not use git worktrees, and do not dispatch subagents.
Implementation policy (required):
**Architecture:** line. It must indicate Lightweight or Heavyweight and which primary skill applies (lightweight-software-principles or hex-infra).Approach=Lightweight|Heavyweight or equivalent), stop and run superpowers:selecting-implementation-architecture with the user, then update the plan header before continuing.superpowers:test-driven-development for RED-GREEN-REFACTOR.superpowers:lightweight-software-principles (lightweight) or superpowers:hex-infra (heavyweight) for structure and boundaries — as recorded in the plan.main or master (git branch --show-current)**Architecture:** for Lightweight vs Heavyweight; if missing or ambiguous, run superpowers:selecting-implementation-architecture and reconcile the planFor each task:
superpowers:hex-infra (handlers, ports, adapters, domain craftsmanship)superpowers:lightweight-software-principles (modular, domain-centered, thin edges); classify command vs query only when it clarifies the changeAfter all tasks complete and verified:
main/master now or leave them uncommittedSTOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
main/masterlightweight-software-principles or hex-infra)Required workflow skills:
npx claudepluginhub martinzokov/superpowers-mz --plugin superpowersGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.