What problem does it solve?
When you have multiple unrelated software issues (like independent test failures or separate subsystem bugs), investigating them sequentially wastes significant time. This Skill eliminates that bottleneck by enabling concurrent work on all independent problems.
Core Features & Use Cases
- Parallel Agent Dispatch: Delegate each independent problem domain to a separate specialized agent that runs concurrently with others.
- Focused Prompt Crafting: Build narrow, self-contained instructions for each agent to keep them on task and avoid context bloat.
- Safe Integration Workflow: Review all agent outputs, check for conflicting changes, and merge fixes seamlessly.
- Use Case: After a large code refactor leaves 3 unrelated test files failing, dispatch one agent per test file to fix all issues in the time it would take to solve one sequentially.
Quick Start
Use the dispatching-parallel-agents skill to fix the 3 unrelated failing test files in your current project by dispatching one specialized agent per test file to work on them concurrently.