What problem does it solve?
When multiple independent failures or tasks exist, investigating them sequentially wastes time and context; this Skill enables delegating each independent problem to its own focused agent with isolated context so investigations run in parallel and coordination work remains centralized.
Core Features & Use Cases
- Parallel investigations: Dispatch one agent per independent domain (test file, subsystem, or bug) so investigations progress concurrently.
- Self-contained prompts: Provide each agent with exactly the context and constraints it needs to avoid leaking session history or creating interference.
- Integration workflow: Review concise summaries, check for conflicting edits, run full-suite verification, and integrate non-conflicting fixes.
- Use Case: Run three agents to fix unrelated failing test files after a refactor, then review and merge their independent fixes to save overall turnaround time.
Quick Start
Dispatch three focused agents to investigate separate failing test files and return concise summaries for integration.