plugins/ruflo-workflows/docs/adrs/0001-workflows-contract.md
ruflo-workflows (v0.1.0) — workflow automation with templates, orchestration, and lifecycle management. 1 agent (workflow-specialist), 2 skills (workflow-create, workflow-run), 1 command (/workflow).
Wraps 10 workflow_* MCP tools at v3/@claude-flow/cli/src/mcp-tools/workflow-tools.ts:84, 196, 264, 450, 511, 558, 597, 648, 701, 739:
| Tool | Purpose |
|---|---|
workflow_create | Create a new workflow definition |
workflow_run | Run a workflow with inputs |
workflow_execute | Execute a one-shot workflow without persistence |
workflow_status | Inspect a running workflow |
workflow_list | List workflows |
workflow_pause | Pause a running workflow |
workflow_resume | Resume a paused workflow |
workflow_cancel | Cancel a workflow |
workflow_delete | Delete a workflow definition |
workflow_template | Manage workflow templates |
This plugin is the canonical wrapper for the workflow-* MCP family.
workflows-state); Verification + Architecture Decisions sections.0.1.0 → 0.2.0. Keywords add mcp, workflow-templates, pause-resume, lifecycle.scripts/smoke.sh — 11 structural checks: version + keywords; both skills + agent + command with valid frontmatter; all 10 workflow_* tools referenced; lifecycle state machine documented; v3.6 pin; namespace coordination; ADR Proposed; no wildcard tools.Positive: plugin joins the cadence. The 10-tool surface + lifecycle state machine are now contractually documented. This ADR completes the plugin-contract retrofit across the entire ruflo plugin family — all 33 plugins now have ADR-0001 + smoke + namespace coordination.
Negative: none material.
bash plugins/ruflo-workflows/scripts/smoke.sh
# Expected: "11 passed, 0 failed"
plugins/ruflo-agentdb/docs/adrs/0001-agentdb-optimization.md — namespace conventionplugins/ruflo-loop-workers/docs/adrs/0001-loop-workers-contract.md — sibling automation surface (loops vs workflows)plugins/ruflo-sparc/docs/adrs/0001-sparc-contract.md — SPARC orchestration uses workflows for phase transitionsv3/@claude-flow/cli/src/mcp-tools/workflow-tools.ts — 10 workflow_* tools