What problem does it solve? When facing multiple independent failures (different test files, subsystems, or bugs), investigating them one by one wastes time. This Skill provides a structured method for splitting unrelated problem domains into focused agent tasks that run concurrently, each with its own isolated context. ## Core Features & Use Cases - Independence Decision Framework: A decision flowchart and criteria to determine whether failures are independent enough to parallelize or share state requiring sequential handling. - Agent Prompt Structure: A template for writing focused, self-contained agent prompts with clear scope, constraints, and expected output summaries. - Review and Integration Workflow: Steps to verify agent results, detect conflicting edits, and run the full test suite after parallel fixes. - Use Case: After a large refactor leaves 6 failing tests across 3 files (abort logic, batch completion, race conditions), dispatch one agent per file, then integrate the three independent fixes without conflicts. ## Quick Start Ask the AI to dispatch one parallel agent per independent failing test file, each with a focused prompt describing the failures, constraints, and required summary output.