Skip to main content
By the end, you will:
  • create a recipe file
  • scaffold a team
  • dispatch a ticket
  • move work through the file-first flow

Step 0 — confirm ClawRecipes is installed

If that fails, go back to INSTALLATION.md.

Step 1 — create a recipe file

Create this file:
Paste this in:

Step 2 — scaffold the team

You should now have a shared workspace like:
Look around:

Step 3 — create work

Dispatch a request into the team:
Now inspect tickets:

Step 4 — move work through the lanes

Start the ticket:
Hand it to testing:
Complete it:

Step 5 — inspect the generated workspace

Useful commands:
This is the whole point: the team’s work is visible and durable on disk.

Common mistakes

Using the wrong team id

Use a stable team id and keep it consistent.

Forgetting --apply-config

If you want agent config entries written automatically, include --apply-config.

Expecting magic after install

ClawRecipes gives you the scaffolding and workflow system, but optional workflow features (LLM nodes, posting, etc.) may still require extra setup depending on your environment.

Next steps

Read these next: And inspect a bundled recipe: