What problem does it solve? When multiple unrelated failures appear across different test files or subsystems, investigating them sequentially wastes time and bloats your working context. This Skill coordinates parallel subagents so each independent problem is investigated and fixed concurrently with isolated context. ## Core Features & Use Cases - Independent Domain Detection: Decision rules to determine whether failures are truly independent and safe to parallelize, or related and better handled by a single agent. - Focused Agent Prompts: A prompt structure ensuring each subagent gets a specific scope, clear goal, constraints, and expected output format. - Integration & Verification Workflow: Steps to review agent summaries, detect conflicting edits, and run the full test suite after parallel fixes. - Use Case: After a major refactoring leaves 6 failing tests across 3 files (abort logic, batch completion, race conditions), dispatch three agents in parallel, then integrate their independent fixes with zero conflicts. ## Quick Start Ask the agent to dispatch parallel subagents to investigate and fix the failing tests in each of these independent test files, then review and integrate their results.