What problem does it solve?
This Skill dramatically speeds up debugging by enabling the orchestrator to dispatch multiple bug-investigator subagents concurrently when facing independent failures. It prevents the inefficiency of sequential debugging for unrelated issues, allowing for faster problem resolution.
Core Features & Use Cases
- Independence Detection: Analyzes bugs for file, resource, dependency, and state overlaps to determine if they can be fixed in parallel.
- Concurrent Subagent Dispatch: Orchestrates the simultaneous execution of multiple bug-investigator subagents, each focused on a specific, independent problem domain.
- Focused Subagent Tasks: Ensures each subagent receives a clear, self-contained scope and goal, minimizing interference.
- Use Case: When a test suite reports 3+ failing tests with different root causes (e.g., one in UI, one in API, one in a background job), this skill dispatches separate agents to fix each bug at the same time.
Quick Start
Activate the parallel-agent-dispatch skill to fix the 3 independent test failures reported in file-a.test.ts, file-b.test.ts, and file-c.test.ts.