Luna · Workflows
Repeat the work,
consistently.
What a workflow is
A named, versioned, multi-step task.
Each workflow has a trigger (manual, scheduled, or event-driven), an ordered list of steps that may include agent calls, fetches, decisions, and human approvals, and an output. They run on Cloudflare Workflows for durable execution — automatic retries, step-level checkpoints, and the ability to pause and resume without losing state.
The catalog
What we're running today.
Scheduled · 0 7 * * 1-5
Morning briefing
Per-person summary of inbox, calendar, and pending decisions, delivered before standup.
Scheduled · 0 18 * * *
Daily fleet briefing
Generates a short written report and a podcast-format audio episode of what the fleet has been working on in the last 24 hours.
Scheduled · 0 */2 * * *
Support ticket triage
Reads new HubSpot support tickets, drafts compliant responses for review, and surfaces the queue to John.
Scheduled · 0 9 1 * *
Monthly platform audit
Adversarial review of every Worker, agent, and Workflow against the Cloudflare-Agents anti-pattern checklist. Surfaces drift before it becomes incidents.
How to file a workflow
If you do it twice a week, write it down.
The bar for a workflow isn't "this should be automated" — it's "this is shaped enough to be written down." Drop a paragraph in #ai-platform with the trigger, the steps, and what "done" looks like. We'll either point you at an existing workflow or scaffold a new one.
Phase 4 lands the in-UI designer. Until then, new workflows are proposed in Slack and added to this catalog by a platform-team PR.