What problem does it solve? Investigating multiple unrelated test failures or broken subsystems one at a time wastes time. This Skill coordinates parallel subagent dispatch so each independent problem domain is investigated and fixed concurrently, while keeping your own context free for coordination. ## Core Features & Use Cases - Independence Assessment: A decision flowchart and explicit criteria help you determine whether failures are independent enough for parallel dispatch or require sequential investigation. - Focused Agent Prompts: Guidance for writing self-contained agent prompts with specific scope, constraints, and expected output so agents stay on task. - Parallel Dispatch Pattern: Instructions for issuing multiple subagent dispatches in a single response so they run concurrently, plus a review-and-integrate checklist for merging results. - Use Case: After a major refactoring leaves 6 failures across 3 test files (abort logic, batch completion, race conditions), dispatch one agent per file, then verify the fixes don't conflict and run the full suite. ## Quick Start Ask the AI to dispatch one parallel subagent per failing test file to investigate and fix each independent failure, then review and integrate the results.