Back to Ruflo

ruflo-workflows plugin contract — pinning, namespace coordination, 10-tool MCP surface, smoke as contract

plugins/ruflo-workflows/docs/adrs/0001-workflows-contract.md

3.6.302.4 KB
Original Source

Context

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:

ToolPurpose
workflow_createCreate a new workflow definition
workflow_runRun a workflow with inputs
workflow_executeExecute a one-shot workflow without persistence
workflow_statusInspect a running workflow
workflow_listList workflows
workflow_pausePause a running workflow
workflow_resumeResume a paused workflow
workflow_cancelCancel a workflow
workflow_deleteDelete a workflow definition
workflow_templateManage workflow templates

This plugin is the canonical wrapper for the workflow-* MCP family.

Decision

  1. Add this ADR (Proposed).
  2. README augment: Compatibility (pin v3.6); 10-tool MCP surface table; lifecycle state machine (created → running ↔ paused → completed/cancelled); Namespace coordination (claims workflows-state); Verification + Architecture Decisions sections.
  3. Bump 0.1.0 → 0.2.0. Keywords add mcp, workflow-templates, pause-resume, lifecycle.
  4. 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.

Consequences

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.

Verification

bash
bash plugins/ruflo-workflows/scripts/smoke.sh
# Expected: "11 passed, 0 failed"
  • plugins/ruflo-agentdb/docs/adrs/0001-agentdb-optimization.md — namespace convention
  • plugins/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 transitions
  • v3/@claude-flow/cli/src/mcp-tools/workflow-tools.ts — 10 workflow_* tools