What problem does it solve? When multiple unrelated test failures or bugs appear across different files and subsystems, investigating them sequentially wastes time and bloats your working context. This Skill provides a structured pattern for splitting independent problems into focused agent tasks that run concurrently. ## Core Features & Use Cases - Independence Assessment: A decision flowchart helps determine whether failures are truly independent and safe to parallelize, or related and better handled by a single agent. - Focused Agent Prompts: A proven prompt structure ensures each agent gets a specific scope, clear goal, explicit constraints, and a defined output format. - Integration Workflow: Guidance for reviewing agent summaries, checking for conflicting edits, and verifying fixes with a full test suite run. - Use Case: After a major refactoring leaves 6 test failures across 3 files (abort logic, batch completion, race conditions), dispatch three agents in parallel—one per file—and integrate their independent fixes with zero conflicts. ## Quick Start Ask the AI to dispatch one parallel agent per failing test file so each independent failure is investigated and fixed concurrently.