Parallel Agents Orchestration
Installation
SKILL.md
Parallel Agents Orchestration
When to Use Parallel Agents
Use this pattern when you have multiple independent problems that:
- Don't share state or dependencies
- Can be understood without context from others
- Won't interfere with each other
- Would benefit from parallel investigation
Good candidates:
- Multiple test failures in different files
- Unrelated subsystems broken independently
- Research tasks across different domains
- Code reviews of separate modules