What problem does it solve?
Investigating multiple unrelated failures sequentially wastes time and context switching; this Skill enables concurrent investigations by dispatching one focused agent per independent problem domain so fixes can be found and validated in parallel.
Core Features & Use Cases
- Parallel dispatching: Create one agent per independent test file, subsystem, or bug so investigations run concurrently.
- Focused, self-contained prompts: Each agent receives a narrow scope, clear goals, and constraints to avoid unintended changes or interference.
- Review and integrate: Collect concise summaries from each agent, check for conflicts, run the full test suite, and integrate non-conflicting fixes.
- Use Case: When 3+ test files fail for unrelated reasons, dispatch one agent per file to diagnose and fix each issue simultaneously, then reconcile and run the full CI pipeline.
Quick Start
Dispatch three parallel agents to investigate and fix failures in agent-tool-abort.test.ts, batch-completion-behavior.test.ts, and tool-approval-race-conditions.test.ts.