dispatching-parallel-agents

Dispatch separate agents to investigate independent problems in parallel.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bjconlan/burndown --skill dispatching-parallel-agents-bjconlan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/bjconlan/burndown/tree/main/.gemini/skills/dispatching-parallel-agents
Command: npx skills add https://github.com/bjconlan/burndown --skill dispatching-parallel-agents-bjconlan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate parallel investigations of independent tasks.

Core Features & Use Cases

  • Dispatch a separate agent per independent problem domain to avoid shared state.
  • Execute investigations in parallel to reduce total time and improve coverage.
  • Provide consolidated summaries and outputs for seamless integration.

Quick Start

Dispatch a separate agent for each independent problem domain and run them in parallel.

Frequently Asked Questions about dispatching-parallel-agents

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

FAQPage Schema
How do I coordinate parallel agents for independent tasks?

Parallel agent orchestration dispatches a separate agent per independent problem domain to avoid shared state and execute investigations concurrently. It provides a protocol ensuring non-interference, parallel execution, and clear deliverables for each assigned task.

When should I use parallel agents instead of a single agent workflow?

You should use parallel agent workflows when you have 2 or more independent problems that can be worked on without shared state or sequential dependencies. This approach reduces total time and improves coverage by dispatching focused agents concurrently.

How do I execute independent investigations without shared state?

You execute independent investigations by dispatching a dedicated agent for each problem domain. This ensures non-interference during parallel execution and provides consolidated summaries and outputs for seamless integration of the results.

Can I run parallel agent workflows for tasks with sequential dependencies?

No, parallel agent workflows are intended for independent problems without sequential dependencies. If tasks require shared state or must be completed in a specific order, this orchestration protocol is not suitable for your investigation.

What is the best way to consolidate outputs from parallel investigations?

The best way to consolidate outputs is to use an orchestration protocol that assigns each independent problem to a focused agent. After parallel execution, the protocol provides consolidated summaries and outputs for seamless integration.