From glean-productivity
Identifies urgent tasks, priorities, and blockers from Glean data using search, meetings, and activity signals. Use for triaging workload on queries like 'what's urgent' or 'priorities'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-productivity:priority-signalsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When users ask about urgent or priority items, use Glean to identify what needs immediate attention based on activity signals.
When users ask about urgent or priority items, use Glean to identify what needs immediate attention based on activity signals.
See the glean-tools-guide skill for Glean MCP tool naming conventions.
Use this approach when users ask:
Not every item found is truly urgent. Before including results, evaluate:
Urgency Validity Test
Relevance Test
Filter Out:
Quality over noise: Better to report "nothing urgent" than overwhelm with false positives.
| Signal Type | Glean Tool | What to Look For |
|---|---|---|
| Direct mentions | search | People tagging/mentioning the user |
| Action items | meeting_lookup | Items assigned in meetings |
| Waiting on you | search | Questions awaiting response |
| Urgent keywords | search | "urgent", "ASAP", "blocking" |
| Recent activity | user_activity | Items you've engaged with |
search query="urgent OR ASAP OR blocking [user name]" updated="past_week" sort_by_recency=true
chat "What action items were assigned to [user] in meetings over the past week?"
search query="[user name] question OR asking" updated="past_week"
When presenting results, categorize by urgency (ONLY after vetting):
Tier 1: Immediate (Today)
Tier 2: Soon (This Week)
Tier 3: Awareness
## Priority Triage
### Vetting Summary
| Found | Genuinely Urgent | Filtered Out |
|-------|------------------|--------------|
| [X] | [Y] | [Z - not actually urgent] |
### Immediate Attention
| Item | Source | Why Urgent |
|------|--------|------------|
| [Item] | [Source] | [Specific reason - deadline/blocker] |
### This Week
| Item | Source | Deadline |
|------|--------|----------|
| [Item] | [Source] | [Date if known] |
### Filtered (Not Actually Urgent)
- [Item] - [Why filtered: CC'd only / already resolved / etc.]
This is a valid and valuable answer:
## Priority Triage
### No Urgent Items Found
Searched [X] sources and found no items requiring immediate attention.
**What was checked:**
- Direct mentions: None requiring action
- Meeting action items: All current
- Blocking requests: None found
**Suggestion**: This might be a good time for [deep work / planning / etc.]
For comprehensive briefings, suggest:
/glean-productivity:daily-briefing - Full morning briefing with prioritized items/glean-meetings:catch-up - Catch up after time awaynpx claudepluginhub gleanwork/claude-plugins --plugin glean-productivityAggregates calendar, triage, team context, and OKRs to suggest prioritized daily/weekly focus actions for managers, grouped by urgency, importance, and investment.
Triages tasks and brain dumps using Eisenhower matrix into DO, SCHEDULE, DELEGATE, ELIMINATE quadrants. Applies rules for prioritization, deadlines, and conversion to actionable items.
Provides a concise briefing on current state — tasks, emails, handovers, and priorities — by reading a lazily-regenerated cache. Useful for status checks, morning reviews, or end-of-day wrap-ups.