What problem does it solve?
When you have multiple independent software failures (like unrelated test failures, separate subsystem bugs) that would take hours to fix sequentially, this skill eliminates wasted time by enabling parallel resolution of all independent issues at once.
Core Features & Use Cases
- Independent Failure Grouping: Categorizes unrelated failures into distinct problem domains with no shared state or dependencies between them.
- Focused Parallel Agent Dispatch: Sends a specialized, self-contained agent to each problem domain with precise scoping and constraints to prevent cross-domain changes.
- Conflict-Free Integration: Validates all agent fixes for conflicts, runs full test suites to ensure compatibility, and integrates changes seamlessly.
- Use Case: After a large code refactor, 6 tests fail across 3 unrelated modules (abort logic, batch completion, tool approval). Use this skill to fix all 3 modules simultaneously instead of sequentially, cutting debugging time by two-thirds.
Quick Start
Use the dispatching-parallel-agents skill to resolve the 3 independent test failures across the abort, batch completion, and tool approval modules in parallel by dispatching a focused agent to each module.