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
- Scheduled trigger — Runs daily at 6 AM UTC (or manually triggered)
- Gate check — Skips if total activity is below the minimum threshold (default: 3 events)
- Data collection — Gathers activity from the past 24 hours
- LLM generation — Produces an executive summary with sections and suggested prompts
- Storage — Saves the summary for the project, keyed by date
Activity sources
The summary collects data from:
| Source | What's included |
|---|---|
| Issues created | New issues with title, status, priority |
| Issues updated | Modified issues |
| Issues closed | Completed or cancelled issues |
| Comments | Issue comments with author and snippet |
| Index jobs | Repository indexing activity |
| Agent runs | AI agent execution results |
| Conversations | Chat sessions and workflows |
| Decision records | Documented decisions and their status |
| Sprint changes | Sprint 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:
| Setting | Default | Description |
|---|---|---|
| Minimum activity threshold | 3 | Minimum events required to generate a summary |
| Include Mermaid diagram | Off | Generate 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.