Flow Orchestrate
Orchestrate sub-agents through a Flow workflow
Claude CodeGeneric
---
description: Orchestrate sub-agents through a Flow workflow
---
Orchestrate specialized sub-agents through a complete Flow workflow.
Arguments (ask if not provided):
- Feature/task description
- Workflow stages needed (default: design → implement → test → review → deploy)
- Number of work items to process
Process:
1. **Setup** (if not already exists):
- Create node and queues
- Create automation rules
- Spawn specialized agents
2. **Create Work Items**:
- Use flow_work_create for the task
- Set appropriate priority
3. **Orchestrate Execution**:
- For each stage in the workflow:
a. Use flow_agent_claim to assign work to appropriate agent
b. Simulate/describe agent working on the task
c. Use flow_work_complete with --rules=true to auto-advance
d. Report progress
- Continue until work reaches final stage
4. **Report Completion**:
- Show work item final status
- List what was accomplished
- Provide next steps
This command demonstrates the full power of Flow + sub-agents working autonomously through a complete pipeline.
Maintain Flow Orchestrate?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Flow Orchestrate on getagentictools](https://getagentictools.com/loops/sethdford-flow-orchestrate?ref=badge)