Cookbook

Copy-paste flows for the automations people actually build first — verified end to end, not just typechecked.

We cook. Everybody eats. AgentWorkforce/flows-cookbook is a growing collection of single-file recipes — copy one, point it at your repo, run it locally or deploy it on our infrastructure at agentrelay.com/flows. Every recipe was run for real before it was published: see its README for the run link and exactly what was exercised.

npm install -g relayflows
npm install --save-dev @relayflows/surface

Getting started

cloud-gates: Deploy Flow prospect-demo: Deploy Flow

Automations

stale-issues: Deploy Flow stale-prs: Deploy Flow

Review

Deploy Flow

Software Factory

An issue becomes a pull request: implementation agent → deterministic tests, run outside the agent → adversarial review agent that must write an explicit verdict → PR for a human.

flows deploy software-factory/software-factory.flow.ts \
  --repo acme/api --on linear:team=ENG --approver you

Deploy Flow

--on also takes github:labels=agent, jira:project=OPS, shortcut:workspace=… or slack:channel=#eng. flows deployments lists what's listening; flows undeploy <id> stops it.

Coming soon

Four more recipes are real but currently blocked on upstream work in flows — the cookbook's README tracks each one against its blocking issue instead of quietly leaving it out: a two-sandbox dependency upgrade bot, a three-lens PR review pipeline, a research-then-fact-checked social post pipeline, and a multi-model research fan-out.

Browse every recipe, its verification evidence, and what's still blocked.