What problem does it solve?
When multiple independent failures or unrelated bugs appear, investigating them sequentially wastes time and context-switching effort; this Skill enables concurrent investigations by dispatching focused agents so teams can resolve independent issues faster without shared-state interference.
Core Features & Use Cases
- Parallel Dispatching: Create one agent per independent problem domain (for example, one test file per agent) so investigations run concurrently.
- Focused Prompts and Scope: Each agent receives a self-contained prompt with a clear goal, constraints, and expected output to avoid drift.
- Integration & Verification: Emphasizes reviewing agent summaries, checking for conflicting edits, and running full-suite verification before merging changes.
- Use Case: Ideal for triaging 3+ failing test files across different subsystems after a refactor where fixes are independent.
Quick Start
Dispatch three focused agents, each assigned one failing test file with a clear goal, then review their summaries and run the full test suite.