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

  1. List templates — call mcp__claude-flow__workflow_template to see available templates
  2. Create workflow — call mcp__claude-flow__workflow_create with steps, conditions, and execution order
  3. List workflows — call mcp__claude-flow__workflow_list to see all defined workflows
  4. Check status — call mcp__claude-flow__workflow_status to monitor a workflow
  5. Clean up — call mcp__claude-flow__workflow_delete to remove unused workflows

Features: sequential/parallel steps, conditional branching, template inheritance, pause/resume approval gates.

Installs
394
Repository
ruvnet/ruflo
GitHub Stars
58.7K
First Seen
Apr 28, 2026
workflow-create — ruvnet/ruflo