Skip to content

Daily Standup Collector

Example prompt: "Every morning at 9am, ask each team member in our Slack channel for their standup update, then compile all responses into a summary and post it to #daily-standups."

How to automate daily standups with GloriaMundo

The Problem

Daily standups are meant to keep a team aligned, but the synchronous meeting format does not always work — people are in different time zones, meetings overrun, and half the team ends up saying "same as yesterday." Async standups in Slack solve the timing problem, but create a new one: someone has to read through 8-15 individual messages, spot blockers, and pull together a coherent picture of what the team is working on. Without that synthesis, the updates sit in a channel and nobody reads them. The value of the standup is lost.

How GloriaMundo Solves It

We build a scheduled workflow that runs each weekday morning. An integration step posts a structured prompt to your Slack channel asking each team member for their update: what they completed yesterday, what they are working on today, and any blockers. After a collection window (say, 90 minutes), a second integration step retrieves all the responses from the channel. An LLM step reads the individual updates and compiles a formatted summary — grouping work by project, highlighting blockers that need attention, and noting who has not responded yet. The summary is posted back to a dedicated #daily-standups channel and optionally logged to a Notion page for historical reference. Glass Box preview lets you see the compiled summary before it is posted.

Example Workflow Steps

  1. Trigger (scheduled): Runs every weekday at 9:00am.
  2. Step 1 (integration): Post a standup prompt to the team's Slack channel asking for yesterday's progress, today's plan, and any blockers.
  3. Step 2 (integration): After the collection window, retrieve all responses from the Slack channel.
  4. Step 3 (LLM): Compile individual updates into a formatted summary — group by project, highlight blockers, and flag missing responses.
  5. Step 4 (integration): Post the compiled summary to #daily-standups in Slack.
  6. Step 5 (integration): Log the summary to a Notion page for a running record of daily standups.

Integrations Used

  • Slack — used to prompt team members for updates, collect responses, and post the compiled summary
  • Notion — stores a historical log of daily standup summaries for reference and retrospectives

Who This Is For

Engineering managers, team leads, and project coordinators running distributed or hybrid teams who want the benefits of daily standups without the overhead of synchronous meetings or manual summary writing.

Time & Cost Saved

A synchronous standup meeting for an 8-person team typically takes 15-20 minutes, plus the coordination cost of finding a time that works for everyone. Manual compilation of async updates takes another 10-15 minutes. This workflow eliminates both: updates are collected asynchronously and summarised automatically. Over a five-day week, that is roughly 2-3 hours saved for the team lead, and the team reclaims the meeting slot entirely. The workflow uses integration and LLM steps, costing a few credits per day.