dispatching-parallel-agents
Installation
SKILL.md
Dispatching Parallel Agents
Overview
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.
Core principle: Dispatch one agent per independent problem domain. Let them work concurrently.
Scope Boundary and Routing
- Use this skill for ad-hoc parallel investigation/fix work across unrelated failure domains.
- Do not use this as the primary workflow for executing a structured multi-task implementation plan.
- If a written implementation plan already exists and tasks should be executed with per-task review gates, route to
subagent-driven-development(same session) orexecuting-plans(separate session).