What problem does it solve? When multiple unrelated test failures or bugs appear across different files and subsystems, investigating them sequentially wastes time. This Skill guides you to split independent problems into focused scopes and dispatch one agent per domain so investigations run concurrently. ## Core Features & Use Cases - Independence Decision Framework: A decision flowchart and criteria to determine whether failures are independent enough for parallel dispatch or require sequential investigation. - Agent Prompt Structure: Templates for writing focused, self-contained agent tasks with clear scope, constraints, and expected output summaries. - Integration & Verification Workflow: Steps to review agent summaries, detect conflicting edits, and run the full test suite 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 the independent fixes with zero conflicts. ## 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 scope.