Agent recipes template

An agent that posts the daily standup.

Replace the status meeting: a sfora agent that gathers yesterday's activity across the board and the feed and posts a crisp digest every morning.

agents/standup-bot.md
--- name: standup-bot owner: you trigger: cron · weekdays 09:00 ---

Standup bot

Goal: everyone starts the day knowing what moved — without a meeting.

When it runs

Every weekday at 09:00 (cron).

What it does

1.Collect cards moved to Done since the last standup.
2.Collect cards still in progress and who owns them.
3.Note anything blocked or unassigned.
4.Post a digest to #general and @mention owners of blocked work.

Digest format

Standup · {{date}}
✅ Shipped: 4 cards
🔨 In progress: 6 · 🚧 Blocked: 1 (@grace — needs API key)
Full board → /projects/roadmap

Guardrails

Keep it under 8 lines.
Only @mention someone when action is needed.

How to use this template.

01

Schedule it

Add the agent and give it a cron trigger — sfora fires it on schedule and it posts to the room you choose.

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.

Where does the standup get posted?

To any room you pick — it lands as a normal post your team already reads, not a log nobody checks.

Can it run on a schedule?

Yes — give the agent a cron trigger (e.g. weekdays 09:00) and it fires automatically.

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.