What problem does it solve? When multiple unrelated failures appear across different test files or subsystems, investigating them one by one wastes time and bloats your working context. This Skill lets you delegate each independent problem domain to an isolated sub-agent so investigations run concurrently. ## Core Features & Use Cases - Independence Decision Framework: A decision flowchart and criteria help you determine whether failures are independent enough to parallelize or share state requiring sequential handling. - Agent Prompt Structure: Provides a proven template for writing focused, self-contained agent prompts with clear scope, constraints, and expected output summaries. - Review and Integration Workflow: Guides you through reviewing agent summaries, checking for conflicting edits, and running the full test suite after agents return. - Use Case: After a large refactor leaves 6 failing tests across 3 files (abort logic, batch completion, race conditions), dispatch 3 agents in parallel—one per file—and integrate their independent fixes with zero conflicts. ## Quick Start Ask the AI to dispatch one parallel sub-agent per failing test file, each with a focused prompt to diagnose and fix its failures, then review and integrate the results.