What problem does it solve? When multiple unrelated failures appear at once (different test files, subsystems, or bugs), investigating them sequentially wastes time and bloats your context. This Skill provides a structured pattern for delegating each independent problem to a focused agent that works concurrently with isolated context. ## 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: A template for writing focused, self-contained agent prompts with specific scope, constraints, and expected output format. - Integration & Verification Workflow: Steps to review agent summaries, detect conflicts, run the full test suite, and spot-check results after agents return. - 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 complete concurrently, then integrate the non-conflicting fixes. ## 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 domain.