team-coordinate

Orchestrate multi-agent teams with DAG-based task chains and runtime role-specs.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill team-coordinate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-coordinate
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.claude/skills/team-coordinate
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill team-coordinate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the orchestration of multi-agent teams to analyze complex requests, generate runtime role specifications, dispatch worker agents, and manage a fault-tolerant task pipeline so humans don't manually sequence or monitor each step.

Core Features & Use Cases

  • Dynamic Role Generation: Analyze a task description and create lightweight role-spec files at runtime to cover research, design, implementation, testing, and writing needs.
  • DAG-based Task Dispatch: Build dependency graphs, create TaskCreate entries, and spawn team-worker agents to execute tasks in the correct order with inner-loop handling for serial tasks.
  • Robust Session Management & Recovery: Maintain session state, message-bus logs, quality gates, resume interrupted sessions, handle capability gaps by generating new roles, and present interactive completion actions.
  • Use Case: Describe a new feature or bug to the coordinator and it will produce a phased pipeline (research → design → implement → test), spawn workers, and deliver verified artifacts to the session folder.

Quick Start

Describe the task in plain language to the coordinator, for example: Team Coordinate implement OAuth2 authentication with refresh tokens.

Frequently Asked Questions about team-coordinate

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

FAQPage Schema
How do I automate multi-agent task orchestration for complex software engineering projects?

Multi-agent task orchestration automates complex software engineering projects by generating runtime role-specs, building DAG-based task chains, and spawning worker agents to execute dependent work items in the correct order.

How does dynamic role generation work for multi-agent coordination?

Dynamic role generation analyzes a plain-language task description to create lightweight role-spec files at runtime, covering research, design, implementation, testing, and writing needs for the spawned worker agents.

Can I use a coordinator to dispatch dependent work items across multiple agents?

Yes, a coordinator can dispatch dependent work items by building dependency graphs, creating TaskCreate entries, and spawning team-worker agents to execute tasks with inner-loop handling for serial execution.

What is the best way to handle capability gaps when managing multi-agent teams?

Handling capability gaps in multi-agent teams involves robust session management that logs state via message buses, generates new roles dynamically, and applies recovery handlers to resume interrupted sessions.

How do I enforce quality gates in a multi-agent task pipeline?

Quality gates in a multi-agent task pipeline are enforced through interactive completion actions and recovery handlers, ensuring verified artifacts are delivered to the session folder before a task is marked complete.