AI Daily Standup Digest
Auto-generate a team standup from yesterday's Linear, GitHub and Slack activity.
/ 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.
- 01Fetch yesterday's Linear issues moved, GitHub PRs merged, Slack channel highlights.
- 02Group activity by person.
- 03LLM step per person: 'summarize as 1 sentence shipped, 1 sentence blocked, 1 sentence today'.
- 04Compose the digest and post to #standup at 8:55am.
- 05Team meets to discuss blockers only; no status theater.
- Add sentiment tracking to catch team-morale drift.
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.