multi-agent-orchestration

Coordinate launch-phase scripts, prompts, and supervision across CLAUDE-based projects.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/IMBurbank/ganttlet --skill multi-agent-orchestration-imburbank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-orchestration
Source: https://github.com/IMBurbank/ganttlet/tree/main/.claude/skills/multi-agent-orchestration
Command: npx skills add https://github.com/IMBurbank/ganttlet --skill multi-agent-orchestration-imburbank

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex multi-agent workflows to coordinate launch-phase scripts, prompts, and supervision in CLAUDE-based projects.

Core Features & Use Cases

  • Launch-phase.sh architecture with staged, gated execution across parallel agents
  • WATCH mode for real-time monitoring and logging in tmux environments
  • Prompt authoring and phase-driven configuration to define scope and dependencies
  • Worktree isolation to prevent cross-branch contamination and safe PR processes
  • Subagent delegation and SDK integration for modular agent capabilities
  • Context preservation and progress tracking to survive restarts and failures
  • Lifecycle tooling for verification, PR creation, and cleanup

Quick Start

Run the supervisor against a phase config to begin coordinating phase prompts and agent worktrees.

Frequently Asked Questions about multi-agent-orchestration

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

FAQPage Schema
How do I coordinate multiple Claude agents to run in parallel without cross-branch contamination?

Multi-agent orchestration coordinates parallel Claude-based workflows using worktree isolation to prevent cross-branch contamination. It provides per-worktree isolation and gated execution so independent agents operate safely without overwriting each other's changes.

What is the best way to automate staged merges and per-branch verification for AI coding agents?

Automating staged merges and per-branch verification requires a structured phase-prompt workflow with launch-phase scripts. This orchestration approach applies gated execution across parallel agents, ensuring each branch passes verification before merging.

Can I monitor real-time agent progress in tmux during a multi-agent workflow?

Yes, multi-agent orchestration supports a WATCH mode for real-time monitoring and logging in tmux environments. This allows developers to observe agent progress and lifecycle events live as the supervisor executes phase prompts.

How does a supervisor agent manage subagent delegation and context preservation across restarts?

A supervisor agent manages subagent delegation by distributing modular capabilities, while context preservation and progress tracking survive restarts and failures. This structured lifecycle management ensures workflows resume without losing prior execution state.

Do I need worktrees to isolate agent workflows when running parallel Claude coding tasks?

Yes, worktree isolation is required to prevent cross-branch contamination and ensure safe PR processes during parallel Claude coding tasks. Per-worktree isolation keeps subagent execution environments separate throughout the launch-phase architecture.

When should I not use a phase-driven configuration for multi-agent orchestration?

Phase-driven configuration for multi-agent orchestration is not suited for simple, single-agent tasks that lack staged merges or parallel verification requirements. It is designed for complex developer team workflows requiring per-branch gating and subagent delegation.