workflow-create
Installation
SKILL.md
Workflow Create
Author a workflow on whichever surface fits the job.
Pick a surface
- MCP workflow template — a persisted definition with a pause/resume lifecycle. Use for long-lived, human-gated, resumable pipelines.
- Native
.claude/workflows/*.js— an imperative orchestration script that fans subagents out. Use for comprehensive fan-out (review, audit, migration, research) where you aggregate structured results in code.
A — MCP workflow template
- List templates — call
mcp__claude-flow__workflow_templateto see available templates - Create workflow — call
mcp__claude-flow__workflow_createwith steps, conditions, and execution order - List workflows — call
mcp__claude-flow__workflow_listto see all defined workflows - Check status — call
mcp__claude-flow__workflow_statusto monitor a workflow - Clean up — call
mcp__claude-flow__workflow_deleteto remove unused workflows
Features: sequential/parallel steps, conditional branching, template inheritance, pause/resume approval gates.