Enterprise Activity Digest
Generate comprehensive activity digests that aggregate updates across email, chat, documents, wikis, tickets, and other connected enterprise sources.
Digest Generation Process
Step 1: Determine Scope and Parameters
| Parameter |
Options |
Default |
| Time range |
daily, weekly, custom date range |
daily (24h) |
| Sources |
all, or specific tools |
all connected |
| Focus |
mentions, team, project, topic |
all activity |
| Audience |
individual, team, leadership |
individual |
| Priority filter |
critical-only, high+, all |
high+ |
Parse the user's request to extract:
- Period: "daily", "weekly", "since Monday", "last 3 days"
- Filters: team names, project names, specific people, topics
- Format: brief, detailed, executive summary
Step 2: Gather Activity from Sources
Collect updates from each connected source in this priority order:
- Direct mentions and assignments - Highest priority; anything where the user was @mentioned, assigned, or directly addressed
- Action items and deadlines - Tasks due, overdue, or newly assigned
- Thread and conversation updates - Active discussions the user participates in
- Document changes - Edits to documents the user owns or watches
- Team activity - Updates from the user's team channels and projects
- Organizational announcements - Company-wide or department-wide updates
Step 3: Categorize and Prioritize
Assign each item a priority level:
| Priority |
Criteria |
Icon |
| Critical |
Blocking issues, urgent mentions, overdue deadlines |
!! |
| High |
Direct mentions, approaching deadlines, review requests |
! |
| Medium |
Team updates, document changes, active threads |
- |
| Low |
FYI announcements, resolved items, informational |
. |
Step 4: Generate the Digest
Output Format
# [Daily/Weekly] Digest — [Date or Date Range]
Sources checked: [list of sources queried]
## Needs Your Attention (Critical & High)
- [!!] [Source Icon] **Item title** — Brief description
Action needed: [specific action required]
Due: [deadline if applicable]
- [!] [Source Icon] **Item title** — Brief description
Context: [relevant context]
## Updates & Activity
### [Source Name]
- **[Item]** — [Summary of update] ([timestamp])
### [Source Name]
- **[Item]** — [Summary of update] ([timestamp])
## Action Items Summary
- [ ] [Action item 1] — Due [date] — Source: [source]
- [ ] [Action item 2] — Due [date] — Source: [source]
- [ ] [Action item 3] — Due [date] — Source: [source]
## Trends & Patterns
- [Notable pattern, e.g., "5 new tickets in Project X this week, up from 2 last week"]
- [Recurring topic or emerging theme]
## Stats
| Source | New Items | Mentions | Action Items |
|------------|-----------|----------|--------------|
| Email | X | X | X |
| Chat | X | X | X |
| Docs | X | X | X |
| Tickets | X | X | X |
| Wiki | X | X | X |
Digest Variants
Daily Standup Digest
Optimized for standup meetings:
- What was completed yesterday
- What is planned for today
- Blockers and dependencies identified across tools
Weekly Leadership Digest
Optimized for managers and leadership:
- Team velocity and throughput metrics
- Cross-team dependencies and blockers
- Key decisions made and pending
- Risk items requiring escalation
Project-Focused Digest
Filtered to a specific project:
- All activity related to the project across every source
- Progress against milestones
- Open questions and unresolved threads
Quality Standards
- Deduplication: If the same event appears in multiple sources (e.g., a ticket update that also triggered a chat notification), consolidate into one entry referencing both sources
- Recency: Always show the most recent state, not intermediate states
- Actionability: Every "Needs Your Attention" item must include a clear next action
- Brevity: Summaries should be one line; expand only when the user requests detail
- Time zones: Display all times in the user's local time zone
- Completeness: If a source is unavailable or errored, note it clearly rather than silently omitting
Edge Cases
- No activity: Report "No new activity in [source] for this period" rather than omitting the source
- Too much activity: If more than 50 items in a category, summarize with counts and show top 10, offering to expand
- Partial data: If a source returned incomplete results (e.g., API rate limit), flag it with a warning
- New sources: If a source was recently connected, note that historical data may be limited
- Overlapping periods: For weekly digests, avoid repeating items already covered in daily digests unless they have new updates
Follow-Up Actions
After presenting the digest, offer:
- "Want me to expand on any item?"
- "Should I search for more context on [top item]?"
- "Want me to draft responses to any pending mentions?"
- "Should I create tasks for the action items?"
Quality Checklist
1---2name: digest3description: Generate a daily or weekly activity digest across all connected enterprise tools and sources. Summarizes key updates, mentions, action items, and trends so users can stay informed without checking each tool individually. TRIGGER when: user asks for a digest, daily summary, weekly recap, activity roundup, "what did I miss", catch-up summary, or standup prep.4---56# Enterprise Activity Digest78Generate comprehensive activity digests that aggregate updates across email, chat, documents, wikis, tickets, and other connected enterprise sources.910## Digest Generation Process1112### Step 1: Determine Scope and Parameters1314| Parameter | Options | Default |15|-----------------|--------------------------------------|----------------|16| Time range | daily, weekly, custom date range | daily (24h) |17| Sources | all, or specific tools | all connected |18| Focus | mentions, team, project, topic | all activity |19| Audience | individual, team, leadership | individual |20| Priority filter | critical-only, high+, all | high+ |2122Parse the user's request to extract:23- **Period**: "daily", "weekly", "since Monday", "last 3 days"24- **Filters**: team names, project names, specific people, topics25- **Format**: brief, detailed, executive summary2627### Step 2: Gather Activity from Sources2829Collect updates from each connected source in this priority order:30311. **Direct mentions and assignments** - Highest priority; anything where the user was @mentioned, assigned, or directly addressed322. **Action items and deadlines** - Tasks due, overdue, or newly assigned333. **Thread and conversation updates** - Active discussions the user participates in344. **Document changes** - Edits to documents the user owns or watches355. **Team activity** - Updates from the user's team channels and projects366. **Organizational announcements** - Company-wide or department-wide updates3738### Step 3: Categorize and Prioritize3940Assign each item a priority level:4142| Priority | Criteria | Icon |43|------------|-------------------------------------------------------|------|44| Critical | Blocking issues, urgent mentions, overdue deadlines | !! |45| High | Direct mentions, approaching deadlines, review requests| ! |46| Medium | Team updates, document changes, active threads | - |47| Low | FYI announcements, resolved items, informational | . |4849### Step 4: Generate the Digest5051## Output Format5253```54# [Daily/Weekly] Digest — [Date or Date Range]55Sources checked: [list of sources queried]5657## Needs Your Attention (Critical & High)58- [!!] [Source Icon] **Item title** — Brief description59 Action needed: [specific action required]60 Due: [deadline if applicable]6162- [!] [Source Icon] **Item title** — Brief description63 Context: [relevant context]6465## Updates & Activity66### [Source Name]67- **[Item]** — [Summary of update] ([timestamp])6869### [Source Name]70- **[Item]** — [Summary of update] ([timestamp])7172## Action Items Summary73- [ ] [Action item 1] — Due [date] — Source: [source]74- [ ] [Action item 2] — Due [date] — Source: [source]75- [ ] [Action item 3] — Due [date] — Source: [source]7677## Trends & Patterns78- [Notable pattern, e.g., "5 new tickets in Project X this week, up from 2 last week"]79- [Recurring topic or emerging theme]8081## Stats82| Source | New Items | Mentions | Action Items |83|------------|-----------|----------|--------------|84| Email | X | X | X |85| Chat | X | X | X |86| Docs | X | X | X |87| Tickets | X | X | X |88| Wiki | X | X | X |89```9091## Digest Variants9293### Daily Standup Digest94Optimized for standup meetings:95- What was completed yesterday96- What is planned for today97- Blockers and dependencies identified across tools9899### Weekly Leadership Digest100Optimized for managers and leadership:101- Team velocity and throughput metrics102- Cross-team dependencies and blockers103- Key decisions made and pending104- Risk items requiring escalation105106### Project-Focused Digest107Filtered to a specific project:108- All activity related to the project across every source109- Progress against milestones110- Open questions and unresolved threads111112## Quality Standards113114- **Deduplication**: If the same event appears in multiple sources (e.g., a ticket update that also triggered a chat notification), consolidate into one entry referencing both sources115- **Recency**: Always show the most recent state, not intermediate states116- **Actionability**: Every "Needs Your Attention" item must include a clear next action117- **Brevity**: Summaries should be one line; expand only when the user requests detail118- **Time zones**: Display all times in the user's local time zone119- **Completeness**: If a source is unavailable or errored, note it clearly rather than silently omitting120121## Edge Cases122123- **No activity**: Report "No new activity in [source] for this period" rather than omitting the source124- **Too much activity**: If more than 50 items in a category, summarize with counts and show top 10, offering to expand125- **Partial data**: If a source returned incomplete results (e.g., API rate limit), flag it with a warning126- **New sources**: If a source was recently connected, note that historical data may be limited127- **Overlapping periods**: For weekly digests, avoid repeating items already covered in daily digests unless they have new updates128129## Follow-Up Actions130131After presenting the digest, offer:1321. "Want me to expand on any item?"1332. "Should I search for more context on [top item]?"1343. "Want me to draft responses to any pending mentions?"1354. "Should I create tasks for the action items?"136137## Quality Checklist138139- [ ] Output is specific and actionable, not generic140- [ ] All relevant inputs have been gathered before producing output141- [ ] Recommendations are prioritized by impact142- [ ] Stakeholders and audience are identified143- [ ] Output format matches the audience's needs144- [ ] Key assumptions are documented145- [ ] Follow-up actions have clear owners