parallel-agents
Installation
SKILL.md
Parallel Agents
Dispatch multiple agents concurrently for independent problems.
Purpose
Sequential investigation of independent problems wastes time. When multiple issues have different root causes and don't affect each other, dispatching agents in parallel reduces total resolution time significantly.
When to Use
Use parallel agents when:
- 3+ test files failing with different root causes
- Multiple subsystems broken independently
- Independent tasks in a plan that don't share state
- Bulk operations across unrelated files
Do NOT use when: