What problem does it solve?
Investigating multiple independent failures or tasks sequentially wastes time and attention; this Skill provides a structured pattern to dispatch focused, isolated agents that work in parallel so each independent problem is investigated and resolved concurrently.
Core Features & Use Cases
- One-agent-per-domain: Create a distinct agent for each independent test file, subsystem, or bug domain so investigations do not share state.
- Self-contained prompts: Each agent receives only the minimal context, explicit constraints, and a clear expected output to avoid cross-contamination and keep work focused.
- Parallel execution and integration: Run investigations concurrently, then review summaries, check for conflicts, run the full test suite, and integrate verified fixes.
- Use Case: When refactoring produces 6 failures across 3 unrelated test files, dispatch three parallel agents (one per file) to identify root causes, propose fixes, and return concise change summaries.
Quick Start
Dispatch three focused agents to concurrently investigate failing tests in three separate files, returning for each a concise root-cause summary, proposed fix, and verification steps.