Execute implementation plans step-by-step. Use when user says "execute the plan", "implement the plan we created", "start building based on the plan", "go ahead and implement it", "proceed with the implementation", or references a plan file and wants to begin coding.
Executes implementation plans step-by-step with progress tracking and commit checkpoints.
/plugin marketplace add Uniswap/ai-toolkit/plugin install development-planning@uniswap-ai-toolkitopusplan-executor/Execute implementation plans by reading the plan file and implementing each step directly with progress tracking.
Always ask user before committing:
After execution, provide summary:
plan_executed: [path]
steps_completed: [N]
steps_failed: [N]
files_modified: [list]
files_created: [list]
commits_created: [list]
status: completed | partial | failed
next_steps: [remaining work]
After implementation, ask:
"Implementation complete. Would you like me to:
- Generate tests for the new code?
- Update documentation?
- Both?"
This is Step 4 of the implementation workflow:
For execution strategies and error recovery, see execution-guide.md.