multi-agent-orchestration

Analyze PHASEx_TASKS.md dependencies to generate multi-agent orchestration prompts and coordination documents.

9|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/DavidTeju/shared-skills --skill multi-agent-orchestration-davidteju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-orchestration
Source: https://github.com/DavidTeju/shared-skills/tree/main/skills/multi-agent-orchestration
Command: npx skills add https://github.com/DavidTeju/shared-skills --skill multi-agent-orchestration-davidteju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

An orchestration helper that analyzes a phase's task breakdown to enable parallel work by coordinating multiple Claude agents and generating the required coordination artifacts.

Core Features & Use Cases

  • Dependency analysis and graph extraction for a phase
  • Parallelization planning: agent count determination and epic assignments
  • Generation of implementation prompts and coordination documentation for phase execution
  • Human-names-based collaboration patterns to improve readability and logging

Quick Start

Provide a PHASEx_TASKS.md detailing epics and dependencies and I will generate the full orchestration artifacts.

Frequently Asked Questions about multi-agent-orchestration

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

FAQPage Schema
How do I parallelize tasks across multiple Claude agents using a task breakdown file?

To parallelize tasks across multiple Claude agents, provide a PHASEx_TASKS.md file detailing epics and dependencies. The orchestration helper analyzes this task breakdown to determine agent count, assign epics, and generate the required coordination artifacts.

What is multi-agent orchestration for phase-wide task coordination?

Multi-agent orchestration is the process of analyzing a phase's task breakdown to coordinate parallel work across multiple Claude agents. It extracts dependency graphs, determines agent count, and generates implementation prompts and coordination documentation.

How do I set up parallel work coordination when my epics have complex dependencies?

You set up parallel work coordination by feeding your task breakdown into the orchestration helper. It reads your epic dependencies, determines the optimal agent count, and generates prompts and coordination documents to manage the parallel execution.

Do I need a specific file format to generate multi-agent coordination documents?

Yes, you need a PHASEx_TASKS.md file that details multiple epics and their dependencies. This file serves as the input for dependency analysis and graph extraction, enabling the generation of implementation prompts and coordination documentation.

What's the best way to manage parallel Claude agent assignments for a project phase?

The best way to manage parallel Claude agent assignments is using human-names-based collaboration patterns. The orchestration helper applies these patterns to improve readability and logging while generating prompts and coordination documentation for phase execution.

Can I use this orchestration approach if my phase only has a single epic with no dependencies?

This orchestration approach applies when you have a PHASEx_TASKS.md with multiple epics and dependencies. If your phase has a single epic with no dependencies, the multi-agent parallelization and coordination artifacts are not necessary.