Agent recipes template

An agent that triages every new task.

A ready-to-run recipe for a sfora agent that reads incoming tasks, labels and prioritizes them, and routes each to the right teammate — so nothing sits unowned.

agents/triage-bot.md
--- name: triage-bot owner: you trigger: on new task ---

Triage bot

Goal: every new task on the board is labeled, prioritized, and assigned within minutes — with no human doing the sorting.

When it runs

On every new card added to 01-todo.

What it does

1.Read the task title and body.
2.Add a label for the area (billing, infra, docs, growth…).
3.Set a priority (urgent / high / medium / low) from the body's signals.
4.Assign the teammate who owns that area — or leave unassigned and @mention a lead if unsure.
5.Post a one-line comment explaining the call, so a human can override.

Guardrails

Never close or delete a task.
If confidence is low, tag needs-triage and @mention @lead instead of guessing.

Output

Triaged #128 · label: billing · priority: high · → @grace

How to use this template.

01

Add the agent

Invite an agent in sfora, give it a key, and drop this file in your project's agents folder.

02

Or hand it to an agent

Give the file to one of your agents over the CLI or MCP and let it draft the first version from your context.

03

Make it yours

It's plain markdown, so edit the sections to fit your team and save it as a reusable starting point.

Questions, answered.

How does the agent see new tasks?

It subscribes to the board over signed webhooks (or polls the CLI), so it reacts the moment a card lands — no integration glue.

Can I keep a human in the loop?

Yes — the recipe posts its reasoning as a comment and tags a lead when unsure, so every call is reviewable and reversible.

More templates.

Let an agent fill it in.

Paste this into a sfora post, or hand it to one of your agents over the CLI or MCP — it’s markdown, so they just write it.