What problem does it solve?
When multiple independent failures or tasks exist, investigating them sequentially wastes time and attention. This Skill enables rapid parallel investigation by dispatching focused agents with isolated context so independent problems are resolved concurrently without cross-contamination of state or history.
Core Features & Use Cases
- Focused agent dispatch: Create one agent per independent domain (test file, subsystem, or bug) with a narrow scope and explicit constraints.
- Self-contained prompts: Ensure each agent receives all necessary context, goals, and expected outputs so they do not rely on shared session history.
- Collect & synthesize: Gather agent summaries, detect conflicts or overlaps, and merge results into a coherent resolution plan.
- Use Case: Three failing test files after a refactor can be assigned to three parallel agents that each reproduce, diagnose, and propose fixes, then the maintainer verifies and integrates non-conflicting changes.
Quick Start
Dispatch three focused agents to investigate each failing test file and return concise summaries for synthesis.