Executing Plans
Load plan, review critically, execute in batches, report for review.
Process
1. Load and Review Plan
- •Read plan file completely
- •Identify questions or concerns
- •If concerns: raise with user before starting
- •If clear: proceed to execution
2. Execute Batch (3 tasks default)
For each task:
- •Mark as in_progress
- •Follow steps exactly (plan has bite-sized steps)
- •Run verifications as specified
- •Mark as completed
3. Report
After batch complete:
- •Show what was implemented
- •Show verification output
- •Say: "Ready for feedback."
4. Continue
Based on feedback:
- •Apply changes if needed
- •Execute next batch
- •Repeat until complete
5. Complete
After all tasks verified:
- •Run full test suite
- •Verify all requirements met
- •Report completion with evidence
When to Stop
STOP executing immediately when:
- •Hit blocker mid-batch (missing dependency, test fails, instruction unclear)
- •Plan has critical gaps
- •Verification fails repeatedly
Ask for clarification rather than guessing.
Rules
- •Review plan critically first
- •Follow plan steps exactly
- •Don't skip verifications
- •Between batches: just report and wait
- •Stop when blocked, don't guess
- •Never start on main/master without explicit consent