Skip to Content
Docs are being rebuilt — start at Introduction → How it works.

Daily standup bot

You’ll build an agent that prompts the team for standup updates in Slack each morning and posts a consolidated summary.

The plan

  1. Create the standup agent
  2. Connect Slack
  3. Schedule the daily prompt and summary

Step 1 — Create the agent

Create an agent in Agents. In System instructions, define the standup questions (done, doing, blockers) and how to summarize responses.

Step 2 — Connect Slack

Add Slack as a channel so the bot can post to your team channel and read replies. See the Slack integration.

Step 3 — Schedule it

Create a recurring task under Automation to post the morning prompt, and a second one a bit later to collect replies and post the summary. Set times in your workspace timezone and test from the builder preview.

Where to go next