dispatching-parallel-agents

Coordinate parallel agent workflows with dependencies and inbox messaging.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill dispatching-parallel-agents-xza85hrf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/Xza85hrf/claude-code-agent-kit/tree/main/.claude/skills/architecture/dispatching-parallel-agents
Command: npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill dispatching-parallel-agents-xza85hrf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating multiple Claude agents (teammates and subagents) to run parallel tasks, manage dependencies, and orchestrate complex multi-step workflows, reducing handoffs and wasted waiting time.

Core Features & Use Cases

  • Supports short-lived subagents for fast, isolated tasks.
  • Supports persistent teammates for collaboration on long-running pipelines.
  • Provides a Task system with owner, status, dependencies, and inbox-based messaging for coordination across teams.
  • Use Case: parallel code reviews, multi-stage deployments, and large feature rollouts with clear handoffs.

Quick Start

Spawn a team of three agents and parallelize the API, UI, and test implementations to accelerate delivery.

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 agent workflows to run independent tasks simultaneously?

You coordinate parallel agent workflows by spawning subagents for quick isolated tasks or persistent teammates for long-running pipelines. They stay coordinated through a Task system that manages owner statuses and shared outcomes using inbox-based messaging to synchronize results.

What is the best way to orchestrate multi-agent code reviews across different teams?

The best way to orchestrate multi-agent code reviews is by dispatching parallel agents for different review areas. This reduces handoffs and wasted waiting time by managing task dependencies and synchronizing shared outcomes across persistent teammates.

How do I manage dependencies between multiple agents working in parallel?

You manage dependencies between parallel agents using a dedicated Task system. It tracks owner status and task dependencies while leveraging inbox-based messaging to ensure independent workflows stay coordinated through shared outcomes.

Can I use subagents for fast isolated tasks within a larger deployment pipeline?

Yes, you can use short-lived subagents for fast, isolated tasks within a larger pipeline. For multi-stage deployments, they work alongside persistent teammates to handle quick execution while the Task system coordinates overall dependencies and shared outcomes.

When should I use persistent teammates instead of subagents for parallel task orchestration?

You should use persistent teammates instead of short-lived subagents when coordinating long-running pipelines or large feature rollouts. Teammates support ongoing collaboration across complex multi-step workflows, whereas subagents are designed for fast, isolated tasks.