Enhance
Workflows

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

SourceCollected data
Issues createdTitle, status, priority
Issues updatedTitle, changes
Issues closedTitle, resolution
CommentsIssue title, author, snippet
Index jobsStatus, file count
Agent runsName, status, outcome
ConversationsTitle, workflow type
Decision recordsTitle, status
Sprint changesName, 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

SettingDefaultDescription
Minimum activity threshold3Skip summary if fewer events
Include Mermaid diagramOffGenerate 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.