| name | Infer Priorities |
| description | Rank items by urgency into a priority list with source breadcrumbs. |
Input
Flagged emails, saved Teams messages, high-effort activities, meetings, carryover items, calendar.
Output (JSON)
{
"priorities": [{
"description": "Review auth token refresh PR",
"source_breadcrumb": "github.com/org/repo/pull/1234",
"urgency": "🔴 urgent"
}]
}
Instructions
- Rank order: Outlook flags/Teams saves → direct @mentions → carryover → calendar → high-effort activities → inbound requests.
- Each priority: one line describing what to do, with source breadcrumb.
- Assign urgency: 🔴 urgent = today/overdue, 🟡 soon = this week, 🔵 when-free = can wait.
- PM brief: max 5. AM brief: max 8.