Implement Plan
Overview
Execute a plan reliably by following phases, verifying results, and updating the plan file as work completes.
Workflow
- •If no plan path is provided, ask for one.
- •Read the plan and all referenced files fully.
- •Create a todo list and implement phase by phase.
- •After each phase, run automated checks from the plan and fix issues before continuing.
- •Update plan checkboxes as sections complete.
- •Pause for manual verification when required; do not mark manual steps complete without user confirmation.
Mismatch Handling
If the plan conflicts with reality:
- •Stop and describe the mismatch (expected vs found, why it matters).
- •Ask how to proceed before deviating.
Verification Format
After a phase completes:
- •List automated checks that passed.
- •List manual verification steps to run.
- •Wait for user confirmation before continuing.