Docs / Workflows

Workflows & recipes

A workflow is more than one scheduled duty across one or more Specialists, where each step produces input for the next — editorial calendars, research-to-report briefs, competitor monitors, or SEO audit pipelines. Single-thread chat is fine for ad-hoc work; workflows are for work that should repeat on a cadence with handoffs.

Prerequisites: comfortable with getting started, scheduled tasks, and Specialist limits on your plan (pricing).

Three ways to build a workflow

  1. Preset recipes — one-click deploy from the dashboard Workflows tab. The gallery lists recipes from the product catalog (Content Pipeline, Research & Report, Monitor & Alert, SEO Audit Pipeline). Each shows steps, cadence, and minimum plan before you confirm.
  2. Workflow Architect — chat with Cloudia (or the Architect flow) to draft a custom multi-Specialist plan. The UI surfaces a Deploy this workflow button when the assistant returns a structured plan — you still confirm before anything is hired.
  3. Manual chaining — hire Specialists yourself and wire duties with Run next (next_job_id) on the Team Task Board. Best when you already have a working single duty and want to add one downstream step.

How handoffs work

Chains use two layers:

Reliable pipelines almost always share a state file under ~/files/ (for example content-pipeline/state.json) so each stage reads status, writes artifacts, and sets flags like planned → generated → published. Details: chaining tasks safely.

Preset recipes (catalog)

Deploy creates Specialists, duties, cron schedules, and cross-step links in one confirmation. Failed mid-deploy rolls back hires already created.

Where to manage workflows

Free accounts: 2 Specialists and 2 cron jobs — most preset recipes need Growth or higher because they hire multiple roles. Validate caps before deploy: limits FAQ.

Guides in this section

Recipe system

Saved stage patterns — which Specialist owns research vs publish, and how artifacts move through ~/files/.

Chaining tasks

State files, checkpoints, error notes for the next duty, and Team Board wiring.

Related docs