orchestration

Coordinate multi-agent workflows across Claude Code with fan-out, pipeline, and map-reduce patterns.

35|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/spences10/claude-code-toolkit --skill orchestration-spences10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/spences10/claude-code-toolkit/tree/main/plugins/claude-workflow/skills/orchestration
Command: npx skills add https://github.com/spences10/claude-code-toolkit --skill orchestration-spences10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate multi-agent workflows across Claude Code agents.

Core Features & Use Cases

  • Fan-Out: spawn multiple agents for parallel work and independent results
  • Pipeline and Map-Reduce: sequence and aggregate outputs across stages
  • Team-based coordination: support long-running, inter-dependent tasks
  • Reference-guided patterns: leverage domain-specific decomposition practices

Quick Start

Design a 4-agent plan to coordinate feature research and implementation using subagents and teams, then synthesize results.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I coordinate multiple Claude Code agents for parallel tasks?

Multi-agent workflows across Claude Code agents are coordinated using orchestration patterns like Fan-Out to spawn multiple subagents for parallel work and independent results. This enables concurrent research and implementation across decomposed domains.

What is the best way to aggregate outputs across multiple sequential agents?

Aggregating outputs across sequential agents is handled through Pipeline and Map-Reduce orchestration patterns. These sequence and aggregate outputs across stages, allowing subagents to process data step-by-step and synthesize final results.

Can I use team-based coordination for long-running and inter-dependent tasks?

Team-based coordination supports long-running and inter-dependent tasks across Claude Code agents. It applies domain decomposition with clear guardrails, allowing multiple agents to sustain complex workflows that require ongoing interaction.

When do I need multi-agent orchestration for complex software engineering tasks?

Multi-agent orchestration is needed for complex software engineering tasks requiring parallel research, planning, and synthesis. It satisfies orchestration patterns and domain decomposition when a single agent cannot efficiently handle the workload.

How do I design a multi-agent plan to research and implement a feature?

Designing a multi-agent plan involves structuring four agents to coordinate feature research and implementation using subagents and teams. The orchestration skill provides reference-guided patterns to decompose the domain and synthesize results effectively.