What problem does it solve?
Investigating and fixing multiple unrelated failures sequentially wastes time and context; this Skill enables dispatching focused agents to work on independent problems in parallel so each issue is investigated and remediated concurrently without contaminating shared context.
Core Features & Use Cases
- Parallel investigation: Run one agent per independent test file, subsystem, or failing component to accelerate troubleshooting.
- Self-contained prompts: Each agent receives exactly the context it needs, clear goals, and explicit constraints so it stays narrowly focused.
- Isolation & safety: Agents do not inherit session history, preventing cross-contamination and reducing merge conflicts.
- Review & integration: Collect agent summaries, verify fixes, detect edit conflicts, and run the full test suite before merging.
- Example: Dispatch three agents to fix separate failing test files after a refactor and integrate their independent fixes after verification.
Quick Start
Dispatch three parallel agents, each assigned a single failing test file or subsystem with a clear scope, goal, constraints, and expected output.