What problem does it solve? Investigating multiple unrelated failures sequentially wastes time when each failure has an independent root cause. This Skill provides a structured pattern for delegating isolated problem domains to parallel subagents with focused, self-contained prompts. ## Core Features & Use Cases - Domain Identification: Group failures by subsystem to determine which investigations are independent and safe to run concurrently. - Focused Agent Prompts: Construct self-contained agent tasks with specific scope, constraints, and expected output summaries. - Parallel Dispatch & Integration: Issue multiple subagent dispatches in one response for concurrent execution, then review summaries, check for conflicts, and run the full test suite. - Use Case: After a major refactoring leaves 6 test failures across 3 files (abort logic, batch completion, race conditions), dispatch one agent per file to fix each domain concurrently, then integrate the independent fixes. ## Quick Start Ask the AI to dispatch one parallel subagent per failing test file, each with a focused prompt describing the failures, constraints, and expected summary output.