Daily Summary
Automated daily workspace activity summaries.
The daily summary workflow generates an executive digest of project activity. It runs on a schedule and can be manually triggered.
Schedule
The workflow runs daily at 6 AM UTC. It processes the previous 24-hour window (midnight to midnight UTC).
For manual triggers, you can specify a custom date or target a specific project.
Gate check
Before generating a summary, the workflow checks if there's enough activity. If the total event count is below the minimum threshold (default: 3), the summary is skipped and marked with a skip reason.
Activity sources
| Source | Collected data |
|---|---|
| Issues created | Title, status, priority |
| Issues updated | Title, changes |
| Issues closed | Title, resolution |
| Comments | Issue title, author, snippet |
| Index jobs | Status, file count |
| Agent runs | Name, status, outcome |
| Conversations | Title, workflow type |
| Decision records | Title, status |
| Sprint changes | Name, status change |
Output format
Each summary includes:
- Executive summary — 2-4 paragraph overview
- Sections — Breakdown by category (Issues, Code, Docs, Agents, Decisions)
- Activity counts — Numeric totals per category
- Suggested prompts — Follow-up actions in four categories:
- Explore (investigation questions)
- Decide (pending decisions)
- Document (documentation gaps)
- Plan (planning actions)
- Mermaid diagram (optional) — Visual activity timeline
Configuration
| Setting | Default | Description |
|---|---|---|
| Minimum activity threshold | 3 | Skip summary if fewer events |
| Include Mermaid diagram | Off | Generate visual timeline |
Storage
Summaries are stored per-project per-date. Re-running for the same date updates the existing record (idempotent).
Each summary records token usage and generation duration for cost tracking.