From superpowers
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
/superpowers:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute tasks in batches, report for review between batches. For Rails projects, three-stage review after each batch: spec compliance, Rails conventions, code quality.
Load plan, review critically, execute tasks in batches, report for review between batches. For Rails projects, three-stage review after each batch: spec compliance, Rails conventions, code quality.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Tell your human partner that Superpowers 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 superpowers:subagent-driven-development instead of this skill.
For each task:
For Rails projects, load ALL convention skills BEFORE executing any task:
superpowers:rails-controller-conventions
superpowers:rails-model-conventions
superpowers:rails-view-conventions
superpowers:rails-policy-conventions
superpowers:rails-job-conventions
superpowers:rails-migration-conventions
superpowers:rails-stimulus-conventions
superpowers:rails-testing-conventions
After each batch, add Rails conventions check:
| Rationalization | Reality |
|---|---|
| "I already know Rails conventions" | These are PROJECT conventions. Load them. |
| "Plan already covers conventions" | Plan is architecture. Skills are implementation. |
| "Batch is small, conventions don't matter" | Small violations compound. Check every batch. |
When batch complete:
Based on feedback:
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 pabloscolpino/superpowers-railsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.