What problem does it solve? When multiple unrelated test failures or bugs appear across different files and subsystems, investigating them sequentially wastes time. This Skill guides you to split independent problems into focused agent tasks that run concurrently, each with isolated context. ## Core Features & Use Cases - Independent Domain Identification: Group failures by root cause and decide whether they can be worked on in parallel without shared state. - Focused Agent Prompts: Construct self-contained agent instructions with specific scope, constraints, and expected output so agents stay on task. - Parallel Dispatch and Integration: Launch one agent per problem domain, then review summaries, check for conflicts, and run the full test suite to integrate fixes. - Use Case: After a refactoring leaves 6 failures across 3 test files (abort logic, batch completion, race conditions), dispatch 3 agents in parallel—each fixes its own file—and integrate all fixes with zero conflicts. ## Quick Start Ask the AI to dispatch one parallel agent per failing test file, giving each agent the failing test names, error messages, and a constraint to fix only that file.