Assigns priority scores (1-5) to emails using an Eisenhower matrix framework. Activates when the user wants to rank, score, or prioritize emails, figure out what's urgent, or understand why an email got a certain priority — including VIP boost logic, keyword detection, and spam overrides.
From founder-osnpx claudepluginhub thecloudtips/founder-os --plugin founder-osThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Assign a priority score from 1 to 5 to each email using the Eisenhower matrix framework. Treat higher scores as more important and more urgent. Use this rubric to ensure every email in the triage pipeline receives a consistent, explainable priority level. Feed the resulting score into downstream actions: routing, summarization, and response drafting. Apply the score after category assignment so that category context informs the priority determination.
Reserve this level for emails that demand immediate action AND carry significant consequences if ignored. Look for explicit deadlines within 24 hours, client-facing commitments at risk, legal or financial exposure, and escalation language such as "escalating to leadership" or "final notice." Assign priority 5 when delay would cause measurable harm.
Examples:
Typical category: action_required.
Assign this level to emails with significant strategic impact but no immediate deadline pressure. Identify requests tied to project milestones, quarterly planning, relationship-building outreach from key contacts, and proposals requiring thoughtful response. Schedule these for focused work blocks rather than reactive handling.
Examples:
Typical categories: action_required, waiting_on.
Assign this level to time-sensitive emails that carry low strategic weight. Recognize routine approvals, quick confirmations, scheduling requests, and administrative tasks that someone else could handle or that require less than two minutes to complete. Process these in batches to avoid context-switching.
Examples:
Typical categories: action_required, fyi.
Assign this level to emails with low impact and no time pressure. Identify general team updates, low-priority FYI notifications, meeting notes from sessions you did not attend, and informational broadcasts. Flag these for batch review at the end of the day or archive directly if they add no value.
Examples:
Typical categories: fyi, newsletter.
Assign this level to emails with no relevance to current work. Identify mass marketing blasts, irrelevant promotional offers, old thread notifications with no new substance, social media alerts, and spam-adjacent content. Recommend auto-archiving these without surfacing them in the daily summary.
Examples:
Typical categories: promotions, newsletter.
Apply the VIP boost AFTER calculating the base Eisenhower score. Check the sender address and display name against the user_preferences.vip_senders list. If the sender matches any VIP entry, add +1 to the current priority score. Cap the result at 5 so that no email exceeds the maximum priority level.
Follow these rules strictly:
Examples:
Check for priority keywords from user_preferences.priority_keywords in both the subject line and the email body. Apply a +1 boost if any keyword is found. Apply this boost BEFORE the VIP boost so that both boosts can stack, but enforce the cap of 5 on the final result.
Common default keywords to recognize:
Follow these rules for keyword detection:
Execute the following steps in order for each email:
user_preferences.priority_keywords. If at least one keyword is found and the email is not obvious spam, add +1 to the score.user_preferences.vip_senders. If the sender matches, add +1 to the score.Maintain predictable, repeatable scoring across the entire inbox:
action_required: typically priority 3-5.waiting_on: typically priority 3-4.fyi: typically priority 1-3.newsletter: typically priority 1-2.promotions: typically priority 1.Handle the following scenarios with explicit rules:
Use this reference table to calibrate scoring decisions:
| Scenario | Base | Keywords | VIP | Final |
|---|---|---|---|---|
| Client deadline email, no keywords, non-VIP | 5 | +0 | +0 | 5 |
| VIP sends general FYI | 2 | +0 | +1 | 3 |
| Newsletter containing "urgent" keyword | 2 | +1 | +0 | 3 |
| Promotional email, no keywords, non-VIP | 1 | +0 | +0 | 1 |
| Quick approval request, non-VIP | 3 | +0 | +0 | 3 |
| VIP deadline email with "critical" keyword | 5 | +0 | +0 | 5 (capped) |
| Non-VIP strategic proposal, no keywords | 4 | +0 | +0 | 4 |
| VIP scheduling request | 4 | +0 | +1 | 5 |
| Spam with "ASAP" in subject | 1 | +0 | +0 | 1 (spam override) |
| Auto-reply from VIP | 1 | +0 | +1 | 2 |
| Non-VIP invoice email with "overdue" keyword | 4 | +1 | +0 | 5 |
| Old thread, new urgent reply from non-VIP | 5 | +0 | +0 | 5 |
Apply this rubric consistently across all emails entering the Inbox Zero Commander pipeline. Surface the scoring breakdown in triage output so the user can audit and adjust thresholds over time.