BeClaude

maestro-flow-one

New
1knpmGeneralMIT

All Maestro workflow commands as a single Claude Code skill — intent routing, decision gates, minimal closed-loop chains

First seen 5/22/2026

Summary

This skill centralizes all Maestro workflow commands into a single Claude Code skill, enabling intent routing, decision gates, and minimal closed-loop chains directly from your CLI.

  • It streamlines complex automation workflows by providing a unified interface for Maestro's orchestration capabilities.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/maestro-flow-one.md

3
Invoke with @agent-name
@maestro-flow-one

Use Cases

Route user intents to appropriate handlers in a multi-step workflow without manual intervention.
Implement decision gates that dynamically choose next steps based on previous outputs or conditions.
Create minimal closed-loop chains for repetitive tasks like data validation and error recovery.
Automate CI/CD pipelines by chaining Maestro commands with conditional logic.
Simplify complex multi-agent coordination by defining workflows as a single skill invocation.
Rapidly prototype and test workflow logic without leaving the Claude Code environment.

Usage Examples

1

/maestro-flow-one route intent 'deploy to staging'

2

/maestro-flow-one gate condition 'test passed' then 'promote to prod' else 'rollback'

3

/maestro-flow-one chain 'lint' 'test' 'build' --loop-on-failure 3

View source on GitHub
claude-codeworkflowmaestroskillcli

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is maestro-flow-one?

This skill centralizes all Maestro workflow commands into a single Claude Code skill, enabling intent routing, decision gates, and minimal closed-loop chains directly from your CLI. It streamlines complex automation workflows by providing a unified interface for Maestro's orchestration capabilities.

How to install maestro-flow-one?

To install maestro-flow-one: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/maestro-flow-one.md. Finally, @maestro-flow-one in Claude Code.

What is maestro-flow-one best for?

maestro-flow-one is a agent categorized under General. It is designed for: claude-code, workflow, maestro, skill, cli.

What can I use maestro-flow-one for?

maestro-flow-one is useful for: Route user intents to appropriate handlers in a multi-step workflow without manual intervention.; Implement decision gates that dynamically choose next steps based on previous outputs or conditions.; Create minimal closed-loop chains for repetitive tasks like data validation and error recovery.; Automate CI/CD pipelines by chaining Maestro commands with conditional logic.; Simplify complex multi-agent coordination by defining workflows as a single skill invocation.; Rapidly prototype and test workflow logic without leaving the Claude Code environment..