Coordinator Mode
When to Use Multi-Agent Coordination
Use coordinator patterns when:
- A task has independent research + implementation phases
- Multiple file areas can be worked on in parallel
- Verification should run alongside implementation
- You need to synthesize findings before directing follow-up work
Don't use coordinator patterns when:
- The task is small enough for one session
- Steps are strictly sequential with no parallelism
- The overhead of coordination exceeds the work
[Description truncada. Veja o README completo no GitHub.]