Receipts
Pre-built, battle-tested Agent Swarm workflow recipes — copy-paste configurations for iterative agent loops, scheduled tasks, error recovery, and human-in-the-loop approval. Drop into your deployment with minimal adaptation.
Receipts are workflow recipes — battle-tested swarm configurations that any operator can drop into their own deployment with minimal adaptation. Each receipt ships with:
- A description of the pattern and when to use it
- A "Copy for your swarm" prompt you can paste into your lead agent's session to auto-configure the workflow
- A downloadable workflow JSON definition with placeholders for your agent IDs, org IDs, and Slack channels
Receipts are intentionally generic. They define the shape of a workflow; you bring the work.
Available receipts
Workflows
- Ralph Loop — A reusable iterative agent loop that pairs a worker with an analyst. Persistent scratch space in
agent-fs, max-iteration safety cap, automatic Slack notifications on success/failure.
How to use a receipt
Two paths, depending on how hands-on you want to be:
- Paste the prompt. Each receipt page has a "Copy for your swarm" block at the top. Paste it into a Claude session connected to your swarm's lead agent — the lead will fetch the JSON, adapt the IDs to your deployment, and create the workflow via the
create-workflowMCP tool. - Manual install. Download the workflow JSON, replace the
<your-...>placeholders with values from your swarm, and callcreate-workflowyourself with the resulting object.
See Workflows for the underlying concepts and create-workflow in the API reference.