From glean-productivity
Synthesizes user's recent work activity, contributions, projects, and accomplishments using Glean's user_activity, memory, search, and meeting tools.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-productivityThis skill uses the workspace's default tool permissions.
When users ask about their own work activity, use Glean's user_activity and memory tools to provide a synthesized view of their contributions.
Generates 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.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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 hours