What problem does it solve? Investigating multiple unrelated failures sequentially wastes time when each problem domain is independent. This Skill provides a decision framework and prompt patterns for dispatching one focused agent per independent problem so investigations run concurrently without interference. ## Core Features & Use Cases - Independence Decision Framework: A flowchart and criteria to determine whether failures are independent enough for parallel dispatch or require sequential investigation. - Focused Agent Prompt Structure: Templates for writing self-contained agent tasks with specific scope, constraints, and expected output summaries. - Integration and Verification Workflow: Steps to review agent summaries, detect conflicting edits, and run the full test suite after parallel fixes. - Use Case: After a refactoring leaves 6 failing tests across 3 files (abort logic, batch completion, race conditions), dispatch three agents in parallel—one per file—then integrate their independent fixes with zero conflicts. ## Quick Start Ask the AI to dispatch one parallel agent per failing test file, giving each agent the file name, the failing test names, and a constraint not to touch other code.