maestro-flow-one
NewAll Maestro workflow commands as a single Claude Code skill — intent routing, decision gates, minimal closed-loop chains
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/maestro-flow-one.md
@maestro-flow-oneUse Cases
Usage Examples
/maestro-flow-one route intent 'deploy to staging'
/maestro-flow-one gate condition 'test passed' then 'promote to prod' else 'rollback'
/maestro-flow-one chain 'lint' 'test' 'build' --loop-on-failure 3
Security Audits
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..