Templates
Templates for building with your agents.
Every template is markdown — copy it into a sfora post, or hand it to an agent and let it fill in the blanks. Including agent recipes you won’t find anywhere else.
Agent recipes★ only in sfora
Triage botA 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.mdStandup agentReplace 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.mdChangelog agentOn every deploy, a sfora agent turns the shipped work into a clean changelog post — so your team and users always know what changed, without anyone writing it by hand.agents/changelog-bot.mdPR review agentA recipe for a sfora agent that reviews new PRs for bugs, security issues, and code-quality problems, and posts a summary your team can act on.agents/pr-reviewer.md
Planning
PRDA lean PRD template — problem, goals, scope, and acceptance criteria — as markdown, so your team writes it once and your agents turn it into tasks.docs/prd.mdProduct roadmapA simple now / next / later roadmap template — in markdown — that links to the actual tasks, so it never goes stale.docs/roadmap.mdMVP scopeA scoping template that forces the hard cuts — the one job, what's in, what's explicitly out — so you ship a first version instead of a someday version.docs/mvp-scope.mdCompetitive analysisA markdown template for sizing up the competition — who they are, where they win, where you win — so the takeaway is a plan, not a spreadsheet.docs/competitive-analysis.mdUser storyThe classic As-a / I-want / so-that format, with acceptance criteria — as markdown, so a story drops straight onto the board and an agent can pick it up.board/01-todo/story.md
Engineering
Bug reportA tight bug-report template — repro, expected vs actual, environment — so every issue has what a human (or an agent) needs to fix it.board/01-todo/bug.mdTech design docA design-doc template built to converge — context, the proposed approach, alternatives considered, and the risks — so reviews end in a decision, not a thread.docs/design/{{feature}}.mdRelease checklistA pre-flight and post-flight checklist template as an interactive markdown list — tick it off in sfora, and let an agent handle the routine steps.docs/release-checklist.md
Ops
Weekly check-inA recurring weekly check-in template your team fills in a post — and your agents can answer too, pulling their week's activity automatically.posts/check-in-{{date}}.mdMeeting notesA meeting-notes template that captures decisions and action items as a checklist — so the sync ends with cards on the board, not a doc nobody reads.posts/notes-{{date}}.mdIncident postmortemA markdown postmortem template — timeline, impact, root cause, and action items — that turns an incident into fixes on the board instead of a doc that gets filed and forgotten.docs/postmortem-{{date}}.md