executing-plans

Installation
SKILL.md

Executing Plans

Execute written implementation plans efficiently using Superpower Loop for continuous iteration through all phases.

CRITICAL: First Action - Start Superpower Loop NOW

Resolve the plan path and start the loop immediately — do NOT read plan files, explore the codebase, or do anything else first.

  1. Resolve the plan path:
    • If $ARGUMENTS provides a path (e.g., docs/plans/YYYY-MM-DD-topic-plan/), use it
    • Otherwise, search docs/plans/ for the most recent *-plan/ folder matching YYYY-MM-DD-*-plan/
    • If found without explicit argument, confirm with user: "Execute this plan: [path]?"
    • If not found or user declines, ask the user for the plan folder path
  2. Immediately run:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-superpower-loop.sh" "Execute the plan at <resolved-plan-path>. Continue progressing through the superpowers:executing-plans skill phases: Phase 1 (Plan Review) → Phase 2 (Task Creation) → Phase 3-4 loop (Batch Execution + Verification, repeat per batch) → Phase 5 (Git Commit) → Phase 6 (Completion)." --completion-promise "EXECUTION_COMPLETE" --max-iterations 100
  1. Only after the loop is running, proceed with Initialization below
Related skills

More from fradser/dotclaude

Installs
67
GitHub Stars
547
First Seen
Feb 11, 2026