priority-signals

When users ask about urgent or priority items, use Glean to identify what needs immediate attention based on activity signals.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "priority-signals" with this command: npx skills add gleanwork/claude-plugins/gleanwork-claude-plugins-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

FoundGenuinely UrgentFiltered Out
[X][Y][Z - not actually urgent]

Immediate Attention

ItemSourceWhy Urgent
[Item][Source][Specific reason - deadline/blocker]

This Week

ItemSourceDeadline
[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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

project-awareness

No summary provided by upstream source.

Repository SourceNeeds Review
General

glean-tools-guide

No summary provided by upstream source.

Repository SourceNeeds Review
General

activity-synthesis

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-creation-guide

No summary provided by upstream source.

Repository SourceNeeds Review