Back to Ruflo

Workflow

plugins/ruflo-workflows/commands/workflow.md

3.10.13725 B
Original Source

Manage workflows across both surfaces:

MCP workflows (persisted, lifecycle)

  1. Call mcp__claude-flow__workflow_list to show all defined workflows
  2. Call mcp__claude-flow__workflow_template to show available templates
  3. Show workflow IDs, status (running/paused/completed), and step progress

Native workflows (.claude/workflows/*.js)

  1. List the native orchestration scripts: ls .claude/workflows/*.js (each file's meta.name is its invocable name)
  2. For each, read the export const meta block and show name + description + phase titles
  3. Run one with the Workflow tool — Workflow({ name }) — or author a new one via the workflow-create skill

See ADR-0002 for when to use which surface.