Imported from K2K22K2K22/ruflo (
plugins/ruflo-workflows/skills/workflow-run/SKILL.md). Install upstream withnpx skills add K2K22K2K22/ruflo --skill workflow-run. Copyright stays with the author.
Workflow Run
Execute and manage running workflows.
When to use
When you need to run a defined workflow, monitor its progress, or control its execution (pause, resume, cancel).
Steps
- Execute — call
mcp__claude-flow__workflow_executeormcp__claude-flow__workflow_runwith the workflow ID - Monitor — call
mcp__claude-flow__workflow_statusto check progress and step outcomes - Pause — call
mcp__claude-flow__workflow_pauseto halt execution at the current step - Resume — call
mcp__claude-flow__workflow_resumeto continue from where paused - Cancel — call
mcp__claude-flow__workflow_cancelto abort the workflow
Execution modes
- Sequential — steps run one after another
- Parallel — independent steps run concurrently
- Conditional — steps execute based on previous step outcomes
- Manual gate — pause for human approval before continuing