Enhance
Features

Daily Summary

Automated daily digest of team activity with AI-generated insights and suggested actions.

The daily summary workflow generates an executive digest of your project's activity every day. It collects events from the past 24 hours, runs them through an LLM, and produces a structured summary with suggested follow-up actions.

How it works

  1. Scheduled trigger — Runs daily at 6 AM UTC (or manually triggered)
  2. Gate check — Skips if total activity is below the minimum threshold (default: 3 events)
  3. Data collection — Gathers activity from the past 24 hours
  4. LLM generation — Produces an executive summary with sections and suggested prompts
  5. Storage — Saves the summary for the project, keyed by date

Activity sources

The summary collects data from:

SourceWhat's included
Issues createdNew issues with title, status, priority
Issues updatedModified issues
Issues closedCompleted or cancelled issues
CommentsIssue comments with author and snippet
Index jobsRepository indexing activity
Agent runsAI agent execution results
ConversationsChat sessions and workflows
Decision recordsDocumented decisions and their status
Sprint changesSprint start, end, scope changes

Summary output

Each daily summary includes:

  • Executive summary — 2-4 paragraph overview of the day
  • Sections — Breakdown by category (Issues, Code, Docs, Agents, Decisions)
  • Activity counts — Numeric totals for each activity type
  • Suggested prompts — Follow-up actions organized by type:
    • Explore — Questions to investigate
    • Decide — Decisions to make
    • Document — Things to write down
    • Plan — Work to plan or prioritize
  • Mermaid diagram (optional) — Visual timeline of activity

Configuration

Configure the daily summary per-workspace in workflow settings:

SettingDefaultDescription
Minimum activity threshold3Minimum events required to generate a summary
Include Mermaid diagramOffGenerate a visual activity timeline

Enabling / disabling

The daily summary is a togglable workflow. Workspace admins can enable or disable it from Workspace Settings > Workflows. It can also be triggered manually for a specific date or project.