- Multiple subsystems broken independently
- Each problem understood without context from others
- No shared state between investigations
When NOT to Use
- Failures are related (fix one might fix others)
- Need full system state understanding
- Agents would interfere (editing same files)
Process
- Identify independent domains
- Dispatch agents in parallel (ctx.parallel.all)
- Check for conflicts between solutions
- Run full test suite to verify integration
Agents Used
- Process agents defined in
dispatching-parallel-agents.js
Tool Use
Invoke via babysitter process: methodologies/superpowers/dispatching-parallel-agents