What problem does it solve? Investigating multiple unrelated failures or tasks sequentially wastes time, and a single agent juggling many problems loses focus and context. This Skill provides a structured pattern for splitting independent work across parallel agents so each problem domain gets focused attention at the same time. ## Core Features & Use Cases - Independence Decision Framework: A decision flowchart and criteria to determine whether failures or tasks are truly independent and safe to parallelize. - Focused Agent Prompt Structure: Guidance for writing self-contained agent prompts with specific scope, constraints, and expected output format. - Review and Integration Workflow: Steps to verify agent results, detect conflicts, and run the full test suite after parallel fixes. - Use Case: After a refactoring leaves 6 test failures across 3 files (abort logic, batch completion, race conditions), dispatch one agent per file so all three investigations complete concurrently, then integrate the non-conflicting fixes. ## Quick Start Ask your agent to dispatch one parallel sub-agent per failing test file, each with a focused prompt containing the error messages, scope constraints, and a required summary of root cause and fixes.