Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.
Create and execute automated workflows for complex multi-step processes.
npx claude-flow workflow create --name "deploy-flow" --template ci
npx claude-flow workflow execute --name "deploy-flow" --env production
npx claude-flow workflow list
npx claude-flow workflow export --name "deploy-flow" --format yaml
npx claude-flow workflow status --name "deploy-flow"
| Template | Description |
|---|---|
ci | Continuous integration pipeline |
deploy | Deployment workflow |
test | Testing workflow |
release | Release automation |
review | Code review workflow |