Skip to main content
Build complex workflows on Roe directly from Claude Code, Cursor, Codex, or any AI assistant connected to the Roe MCP server — describe the pipeline you want in plain language and the assistant creates it with the standard agent tools (create_agent, create_agent_version). A workflow chains your existing Roe agents into a pipeline: feed one agent’s output into the next, loop over arrays with parallel iterations, branch on conditions, merge branches back together, and reshape fields between steps. It’s the same engine behind the visual workflow builder, so anything your assistant creates opens — and stays editable — on the canvas in the Roe app.

Install the skill

Workflow authoring has real nuances (reference syntax, loop/branch configs, validation rules) that aren’t discoverable from the API schema alone. This one skill file teaches your assistant all of them. Copy the block below with its copy button, then install it for your client:
Save the block to ~/.claude/skills/roe-workflow-authoring/SKILL.md (or .claude/skills/roe-workflow-authoring/SKILL.md inside a project to scope it to that repo) and restart Claude Code. It triggers automatically whenever you work on Roe workflows.

The skill