maestro-link-coordinate

Coordinate step-mode graph execution via Maestro CLI endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating multi-agent workflows across Claude, Codex, and other agents can be complex and error-prone. This skill provides a step-mode graph coordinator that drives graphs node-by-node via the maestro coordinate CLI, enabling deterministic, resumable execution.

Core Features & Use Cases

  • Step-by-step chain navigation using maestro coordinate start/next/status/run endpoints.
  • Session persistence and resume with -c to continue paused work.
  • Auto mode with -y to perform autonomous runs without intermediate confirmations.
  • Node-type handling (command, decision, gate, checkpoint, eval) with appropriate results and progress tracking.

Quick Start

Provide an intent to initialize a chain, and Maestro will guide you through the graph step-by-step.

Frequently Asked Questions about maestro-link-coordinate

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

FAQPage Schema
How do I orchestrate multi-agent workflows step by step?

Step-by-step multi-agent workflow orchestration is driven node-by-node using the maestro coordinate CLI, which executes command, decision, gate, and checkpoint nodes deterministically. It provides step-mode graph navigation to start chains and track progress through each workflow step.

Can I resume a paused workflow session without restarting the graph?

Yes, paused workflow sessions can be resumed using the -c flag with maestro coordinate. This continues the existing graph execution from its last checkpoint, preserving session state without losing prior node progress.

How do I run an autonomous workflow graph without intermediate confirmations?

Autonomous workflow graph execution is enabled by passing the -y flag to the maestro coordinate run command. This auto-walks the entire graph, handling decisions and gates automatically along the path without requiring manual confirmation at each node.

Do I need the Maestro CLI installed to coordinate step-mode graphs?

Yes, the Maestro CLI must be installed locally to coordinate step-mode graphs. The skill interfaces directly with maestro coordinate start, next, status, and run endpoints to drive node-by-node execution and manage workflow orchestration state.

What is the best way to handle decisions and gates in a multi-agent workflow?

Handling decisions and gates in a multi-agent workflow is managed natively by the maestro coordinate CLI during step-mode execution. The coordinator processes each node type appropriately, evaluating conditions and directing the graph path autonomously.