parallel-dispatch

Dispatch parallel agents to investigate independent failure domains and aggregate results.

66|3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/lgbarn/shipyard --skill parallel-dispatch-lgbarn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/lgbarn/shipyard/tree/main/skills/parallel-dispatch
Command: npx skills add https://github.com/lgbarn/shipyard --skill parallel-dispatch-lgbarn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch parallel agents to resolve multiple independent tasks.

Core Features & Use Cases

  • Identifies independent failure domains and assigns one agent per domain
  • Executes investigations concurrently to reduce total turnaround time
  • Aggregates results from subagents for a unified remediation plan

Quick Start

Start parallel investigations by dispatching one agent per independent problem domain and collect results; then synthesize findings before proceeding.

Frequently Asked Questions about parallel-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel debugging investigations for multiple independent failures in Claude Code?

To run parallel debugging in Claude Code, dispatch one subagent per independent failure domain to investigate issues concurrently. This reduces total turnaround time by executing investigations simultaneously without shared context before aggregating the results.

What is the best way to resolve multiple unrelated concurrency bugs at once?

The best way to resolve unrelated concurrency bugs is assigning one agent per problem domain. Agents execute concurrently to investigate failures, and their findings are aggregated into a unified remediation plan for synthesis.

When should I dispatch parallel agents instead of debugging sequentially?

Dispatch parallel agents when several unrelated failures can be investigated concurrently without shared context. If failure domains are independent and require no shared state, parallel dispatch reduces total turnaround time compared to sequential debugging.

How do I aggregate results from concurrent subagents into a single remediation plan?

To aggregate results from concurrent subagents, collect findings from each dispatched agent after their parallel investigations complete, then synthesize the findings into a unified remediation plan before proceeding with fixes.

Can I use parallel-dispatch for debugging tasks that require shared context between agents?

Parallel-dispatch is not suited for debugging tasks requiring shared context. It is designed for independent failure domains where agents can investigate concurrently without shared state, ensuring faster results through isolated execution.