priority-signals
Priority Signals
When users ask about urgent or priority items, use Glean to identify what needs immediate attention based on activity signals.
Tool Naming
See the glean-tools-guide skill for Glean MCP tool naming conventions.
When This Applies
Use this approach when users ask:
- "What's urgent?"
- "What needs my attention?"
- "What should I focus on first?"
- "Are there any blockers waiting on me?"
- "What's critical right now?"
- "Help me prioritize"
BE SKEPTICAL
Not every item found is truly urgent. Before including results, evaluate:
Urgency Validity Test
- Is this genuinely urgent, or just recent/noisy?
- ✅ URGENT: Explicit deadline, blocking others, explicitly marked urgent
- ⚠️ IMPORTANT: Should address but not time-critical
- ❌ NOISE: Just new, not actually urgent
Relevance Test
- Is this the user's responsibility?
- ✅ INCLUDE: Directly assigned, explicitly mentioned
- ❌ EXCLUDE: Just CC'd, tangentially related
Filter Out:
- Mass announcements
- CC'd threads where they're not primary audience
- "Urgent" labels on non-urgent items (urgency inflation)
- Old items that were urgent but are now resolved
Quality over noise: Better to report "nothing urgent" than overwhelm with false positives.
Priority Signal Sources
| 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 |
Query Patterns
Find Urgent Mentions
search query="urgent OR ASAP OR blocking [user name]" updated="past_week" sort_by_recency=true
Find Assignments from Meetings
chat "What action items were assigned to [user] in meetings over the past week?"
Find Waiting Questions
search query="[user name] question OR asking" updated="past_week"
Priority Tiers
When presenting results, categorize by urgency (ONLY after vetting):
Tier 1: Immediate (Today)
- Explicit deadlines today
- Items marked urgent/ASAP with evidence it's genuine
- Blockers on others
Tier 2: Soon (This Week)
- Action items from recent meetings
- Questions awaiting response
- Review requests
Tier 3: Awareness
- Decisions affecting your area
- Updates to watch
- FYI items
Output Format
## 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.]
If Nothing Is Urgent
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.]
Relationship to Commands
For comprehensive briefings, suggest:
/glean-productivity:daily-briefing- Full morning briefing with prioritized items/glean-meetings:catch-up- Catch up after time away
More from gleanwork/claude-plugins
code-exploration
Use when the user asks about internal code, implementations, patterns across repositories, or needs to understand how something is built. Triggers on "how is X implemented", "where is the code for", "find the implementation of", "what repos contain", "who wrote the code for", or code architecture questions about internal systems.
15glean-tools-guide
Use when Glean MCP tools are available and you need guidance on which tool to use, how to format queries, or best practices for enterprise search. This skill provides tool selection logic and query optimization for Glean integrations. Auto-triggers when mcp__glean tools are being considered.
14activity-synthesis
Use when the user asks about their recent work, what they've been doing, their contributions, or needs to recall past activity. Triggers on phrases like "what have I been working on", "what did I do last week", "my recent activity", "what have I accomplished", "summarize my work", "what projects am I on", or when the user needs to recall or reflect on their own work.
13project-awareness
Use when the user asks about project status, ownership, or context. Triggers on phrases like "status of X project", "who owns Y", "what's happening with Z", "project update", "where does the project stand", "what's the state of", "who's working on", or when needing quick project context without a full analysis.
13people-lookup
Use when the user asks about people, employees, team members, org structure, or expertise. Triggers on phrases like "who works on", "who is responsible for", "who owns", "find someone who knows", "who should I talk to", "who reports to", "team members", "org chart", or any question starting with "who" about the company.
12enterprise-search
Use when the user asks about company documents, internal wikis, policies, specifications, design docs, RFCs, or enterprise knowledge. Triggers on phrases like "find the doc about", "what's our policy on", "where is the spec for", "company guidelines", "internal documentation", or when searching for information that would be in enterprise systems rather than the local codebase.
12