Dispatching Parallel Agents
Assign separate agents to independent problem domains simultaneously for faster resolution.
When to Use
- 3+ test failures across different files/subsystems
- Multiple independent tasks that don't share state
- Investigations that won't interfere with each other
- Failures from unrelated root causes
When NOT to Use
- Failures are interconnected
- Tasks share state or create conflicts
- Agents would modify the same files
- You lack context to properly scop
[Description truncada. Veja o README completo no GitHub.]