What problem does it solve? When multiple unrelated test failures or bugs appear across different files and subsystems, investigating them sequentially wastes time and bloats a single agent's context. This Skill coordinates parallel agent dispatch so each independent problem domain is investigated concurrently with focused, self-contained instructions. ## Core Features & Use Cases - Independent Domain Identification: Groups failures by root cause and decides whether problems are independent enough for parallel investigation. - Focused Agent Prompts: Provides a proven prompt structure with specific scope, constraints, context, and expected output for each dispatched agent. - Integration & Verification Workflow: Guides review of agent summaries, conflict detection, and full test suite validation after parallel fixes. - Use Case: After a major refactoring leaves 6 failures across 3 test files (abort logic, batch completion, race conditions), dispatch three agents in parallel, each fixing one file, then integrate all fixes with zero conflicts. ## Quick Start Ask the AI to dispatch one parallel agent per failing test file, giving each agent the failing test names, error messages, and a constraint to fix only that file.