What problem does it solve? Investigating multiple unrelated failures sequentially wastes time when each problem domain is independent. This Skill provides a structured pattern for splitting independent failures across concurrent agents so multiple investigations complete simultaneously. ## Core Features & Use Cases - Independence Assessment: A decision flowchart helps determine whether failures are truly independent and safe to parallelize, or related and better handled sequentially. - Focused Agent Prompts: A proven prompt structure gives each agent a specific scope, clear goal, constraints, and expected output format. - Integration Workflow: Guidance for reviewing agent summaries, checking for conflicting edits, and verifying the full test suite after parallel fixes. - Use Case: After a major refactoring leaves 6 test failures across 3 files (abort logic, batch completion, race conditions), dispatch one agent per file so all three investigations finish concurrently 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 its assigned file.