multi-agent-orchestration

Community

Orchestrate complex tasks with sub-agents.

Authorlinus-mcmanamey
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Enable Claude to orchestrate complex tasks by spawning and managing specialized sub-agents for parallel or sequential decomposition. Use when tasks have clear independent subtasks, require specialized approaches for different components, benefit from parallel processing, need fault isolation, or involve complex state management across multiple steps. Best for data pipelines, code analysis workflows, content creation pipelines, and multi-stage processing tasks.

Core Features & Use Cases

  • Parallel & Sequential Orchestration: Spawn specialized sub-agents for parallel execution or structured sequential flows.
  • Fault Isolation & Progress Tracking: Each agent runs in isolation with clear contracts and file-based communication.
  • Use Case: Coordinate a multi-step data migration or code-analysis workflow with independent agents.

Quick Start

Use the /aa_command to plan orchestration, then run /background for a single task or /orchestrate for multi-agent execution.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: multi-agent-orchestration
Download link: https://github.com/linus-mcmanamey/multi-agent-user-story-development/archive/main.zip#multi-agent-orchestration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository