From glean-productivity
Synthesizes user's recent work activity, contributions, projects, and accomplishments using Glean's user_activity, memory, search, and meeting tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-productivity:activity-synthesisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When users ask about their own work activity, use Glean's user_activity and memory tools to provide a synthesized view of their contributions.
When users ask about their own work activity, use Glean's user_activity and memory tools to provide a synthesized view of their contributions.
See the glean-tools-guide skill for Glean MCP tool naming conventions. Tools follow the pattern mcp__glean_[server-name]__[tool] where the server name is dynamic.
Use this approach when users ask:
Not every activity is worth highlighting. Before including items, evaluate:
Significance Test
Accomplishment Test
Relevance Test
Filter Out:
Quality over quantity: A focused summary of 5-7 accomplishments is better than 20 trivial activities.
| Tool | Purpose | When to Use |
|---|---|---|
user_activity | Get work activity feed | Primary source for user's actions |
memory | Get context about user | Roles, projects, responsibilities |
search | Find documents by user | Documents created/updated |
meeting_lookup | Find meetings | Meetings attended |
user_activity start_date:[YYYY-MM-DD] end_date:[YYYY-MM-DD]
Note: end_date is exclusive.
memory - read all categories
Returns roles, responsibilities, active projects, recent topics.
search query="*" from="me" updated="past_week"
search query="*" owner="me"
Present activity in a scannable format:
## Your Recent Activity: [Time Period]
### By Project
- **[Project A]**: [X activities] - [summary]
- **[Project B]**: [Y activities] - [summary]
### Key Actions
- [Action 1] - [date]
- [Action 2] - [date]
### Collaborations
- Worked with [Person] on [topic]
For comprehensive activity summaries, suggest:
/glean-productivity:my-week - Full weekly summary with analysis/glean-productivity:daily-briefing - What happened in last 24 hoursnpx claudepluginhub gleanwork/claude-plugins --plugin glean-productivityGenerates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
Synthesizes Slack mentions, Google Calendar events, and Google Drive documents modified in the last 7 days into a personal PM weekly brief. Use Fridays for decisions, blockers, shipped items, and deadlines recap.
Conducts structured weekly retrospectives for solopreneurs: scans git repos, interviews the founder, and records findings into issues and canonical files.