456
Workflow

AI Daily Standup Digest

Auto-generate a team standup from yesterday's Linear, GitHub and Slack activity.

1 min readupdated 2026-06-22

/ quick answer

A cron job pulls activity from all sources, an LLM summarises per person, and the digest posts to Slack before standup so the sync becomes decisions, not updates. Auto-generate a team standup from yesterday's Linear, GitHub and Slack activity.

Auto-generate a team standup from yesterday's Linear, GitHub and Slack activity. The problem it solves: Standups are either skipped or waste 15 min × N people daily. Nobody reads yesterday's PRs before the meeting. A cron job pulls activity from all sources, an LLM summarises per person, and the digest posts to Slack before standup so the sync becomes decisions, not updates. It runs in 5 steps, starting with fetch yesterday's linear issues moved, github prs merged, slack channel highlights. This workflow node is part of the Onexial knowledge graph and links to related concepts, workflows and tools below.
Problem
Standups are either skipped or waste 15 min × N people daily. Nobody reads yesterday's PRs before the meeting.
Solution
A cron job pulls activity from all sources, an LLM summarises per person, and the digest posts to Slack before standup so the sync becomes decisions, not updates.
Steps
  1. 01Fetch yesterday's Linear issues moved, GitHub PRs merged, Slack channel highlights.
  2. 02Group activity by person.
  3. 03LLM step per person: 'summarize as 1 sentence shipped, 1 sentence blocked, 1 sentence today'.
  4. 04Compose the digest and post to #standup at 8:55am.
  5. 05Team meets to discuss blockers only; no status theater.
Tools Used
Prompts Used
Variations
  • Add sentiment tracking to catch team-morale drift.
Related Dictionary
/ frequently asked

What does the AI Daily Standup Digest workflow do?

A cron job pulls activity from all sources, an LLM summarises per person, and the digest posts to Slack before standup so the sync becomes decisions, not updates.

What problem does AI Daily Standup Digest solve?

Standups are either skipped or waste 15 min × N people daily. Nobody reads yesterday's PRs before the meeting.

How many steps does AI Daily Standup Digest take?

5 steps. It starts with fetch yesterday's linear issues moved, github prs merged, slack channel highlights. and ends with team meets to discuss blockers only; no status theater..

Which tools does AI Daily Standup Digest need?

It uses ai-automation-operator-stack — each linked below with its own node.

/ topics#ops#team