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 your working context. This Skill provides a structured pattern for delegating each independent problem domain to a focused agent that works in parallel with isolated context. ## Core Features & Use Cases - Independence Assessment: A decision flowchart and criteria help you determine whether failures are truly independent and safe to parallelize, or related and better handled sequentially. - Focused Agent Prompts: A proven prompt structure ensures each agent gets a specific scope, clear goal, constraints, and expected output format. - Integration Workflow: Guidance for reviewing agent summaries, checking for conflicting edits, and verifying fixes with a full test suite run. - Use Case: After a major refactoring leaves 6 failures across 3 test files (abort logic, batch completion, race conditions), dispatch three agents concurrently—each fixes its own file—and integrate the non-conflicting results in the time of one investigation. ## Quick Start Ask the AI to dispatch one parallel agent per failing test file, giving each agent the specific test names, error messages, and constraints for its assigned file.