What problem does it solve?
When you have multiple unrelated technical issues (such as separate failing test files, independent subsystem bugs, or isolated code problems), investigating them sequentially wastes significant time and slows down overall resolution. This skill eliminates that bottleneck by enabling parallel investigation of independent issues.
Core Features & Use Cases
- Independent Domain Identification: Group unrelated failures by their root cause to ensure no overlapping work between agents.
- Focused Agent Tasking: Create scoped, self-contained tasks for each agent with clear goals, constraints, and expected outputs.
- Parallel Dispatch & Integration: Run agents concurrently to resolve issues simultaneously, then review outputs, check for conflicts, and integrate fixes seamlessly.
- Real-World Use Case: If you have 3 failing test files with completely different root causes (e.g., timing issues in abort logic, event structure bugs in batch completion, race conditions in tool approval), use this skill to fix all three in the time it would take to fix one sequentially.
Quick Start
Use the dispatching-parallel-agents skill to fix all unrelated failing test files in your project by dispatching one focused agent per test file to investigate and resolve issues in parallel.