Workflows

Chain agents.

New workflow

Take the output of one agent and feed it to the next. Build pipelines that run end-to-end. Export the whole chain as a Claude Code workflow, an n8n template, or a markdown spec.

Compose

Pick agents from the catalog and arrange them as steps.

Map outputs

Connect step N's output to step N+1's input. Per-step input override too.

Export

Download the whole chain as one runnable workflow file.

Examples to start from

Four pipelines that ship work.

Cold outbound campaign

Find prospects → write the first email → drip sequence behind it.

  1. 01Lead Gen Researcher
  2. 02Cold Outreach Specialist
  3. 03Email Campaign Builder

PR review pipeline

Quality pass → security pass → architectural threat model. All in one.

  1. 01Code Reviewer
  2. 02Security Reviewer
  3. 03Threat Modeler

Editorial publishing chain

Synthesize sources → draft the piece → optimize for search.

  1. 01Research Synthesizer
  2. 02Copywriter
  3. 03SEO Optimizer

Customer-feedback flywheel

Design the survey → read the results → write the win-back.

  1. 01Survey Designer
  2. 02Analytics Interpreter
  3. 03Retention Specialist

Pro plans get up to 3 chained steps. Enterprise gets unlimited steps, plus branching, conditional routing, and saved templates (coming).