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."
Default: First 3 tasks
For each task:
If delegating tasks to subagents, include these CRITICAL CONSTRAINTS in every subagent prompt:
**CRITICAL ARCHITECTURAL CONSTRAINTS:**
DO NOT make architectural decisions beyond what's explicitly specified in the plan.
If you encounter architectural contradictions, missing implementation details requiring design choices, or dependency conflicts:
STOP immediately and report back with:
1. What you discovered
2. What decision needs to be made
3. Options you identified (with trade-offs)
DO NOT proceed by making assumptions or changing the fundamental architecture.
Before marking a task as completed, verify:
If any verification fails: Do not mark complete. Report the issue and get clarification.
When batch complete:
Based on feedback:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Examples of when to STOP:
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
npx claudepluginhub fnichol/claude-code-plugins --plugin superpowersUse when you have a written implementation plan to execute in a separate session with review checkpoints
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Executes implementation plans in separate sessions with batch checkpoints for architect review. Useful for structured, step-by-step plan execution with verification.