Receive the implementation plan.
For each phase:
Deploy an Implementation subagent to execute the phase.
Deploy a Verification subagent to run the verification checklist.
Deploy an Anti-pattern subagent to check for bad patterns.
Deploy a Code Quality subagent to review changes.
If verification passes, deploy a Commit subagent to commit the changes.
Deploy a Branch/Sync subagent to push to the working branch and prepare for the next phase.
Repeat until all phases are complete.