Daily Standup Summary

workflow
flow
By Communityv1.0.4Updated 2026-03-05

A Flow workflow that collects activity from Git commits, PR reviews, and task updates to auto-generate daily standup summaries for each team member. Delivers a formatted summary to Slack or email every morning. Saves teams 15+ minutes per standup.

standup
summary
slack
automation
Installation

Copy this configuration into your project:

# standup-summary.flow.yaml
name: daily-standup-summary
trigger:
  cron: "0 9 * * 1-5"
steps:
  - collect:
      sources: [git, prs, tasks]
      window: 24h
  - summarize:
      model: claude-haiku
      format: bullet-points
  - deliver:
      channel: "#standup"

Details

Type
workflow
Platforms
flow
Version
1.0.4
Author
Community
Install method
copy config