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.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Before starting, check if a question style was set this session (e.g., by deep-work-session).
| Question Style | Batch Checkpoint Behavior |
|---|---|
front-loaded | Skip checkpoints. Continue autonomously. Only stop if truly blocked. |
minimal | Skip checkpoints. Continue autonomously. Only stop if truly blocked. |
checkpoint | Pause at batch boundaries for feedback (default behavior). |
collaborative | Pause at batch boundaries for feedback. |
| Not set | Pause at batch boundaries for feedback (default behavior). |
If front-loaded or minimal: Execute all tasks continuously. Report progress but don't wait for feedback between batches. Only use the question tool if genuinely blocked.
Default batch size: 3 tasks (but execute all continuously if question style is front-loaded/minimal)
For each task:
If question style is front-loaded or minimal:
Otherwise (checkpoint, collaborative, or not set):
Based on feedback (if you waited for it):
After all tasks complete and verified:
STOP executing immediately when:
Use the question tool to ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and use the question tool to ask.
Required workflow skills:
npx claudepluginhub b0o/superpowersCreates 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.