parallel-agent-dispatch

Dispatch independent bug-investigator subagents concurrently for parallel debugging.

161|25|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/romiluz13/cc10x --skill parallel-agent-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agent-dispatch
Source: https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/parallel-agent-dispatch
Command: npx skills add https://github.com/romiluz13/cc10x --skill parallel-agent-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill dramatically speeds up debugging by enabling the orchestrator to dispatch multiple bug-investigator subagents concurrently when facing independent failures. It prevents the inefficiency of sequential debugging for unrelated issues, allowing for faster problem resolution.

Core Features & Use Cases

  • Independence Detection: Analyzes bugs for file, resource, dependency, and state overlaps to determine if they can be fixed in parallel.
  • Concurrent Subagent Dispatch: Orchestrates the simultaneous execution of multiple bug-investigator subagents, each focused on a specific, independent problem domain.
  • Focused Subagent Tasks: Ensures each subagent receives a clear, self-contained scope and goal, minimizing interference.
  • Use Case: When a test suite reports 3+ failing tests with different root causes (e.g., one in UI, one in API, one in a background job), this skill dispatches separate agents to fix each bug at the same time.

Quick Start

Activate the parallel-agent-dispatch skill to fix the 3 independent test failures reported in file-a.test.ts, file-b.test.ts, and file-c.test.ts.