Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Applies prioritization frameworks including RICE, ICE, Value vs Effort, and Kano model. Use when prioritizing features, managing backlog, making tradeoffs, or saying no gracefully. Based on Shreyas Doshi and Intercom frameworks.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 0% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 7% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 41% | 0% |
Claude uses this skill when:
Formula:
RICE Score = (Reach × Impact × Confidence) / Effort
Reach: How many users affected (per quarter)
Impact: How much impact (0.25, 0.5, 1, 2, 3)
Confidence: How confident (%, use 80% if unsure)
Effort: How much work (person-months)Example:
markdownFeature: In-app notifications Reach: 1000 users/quarter Impact: 2 (high impact) Confidence: 80% Effort: 1 person-month RICE = (1000 × 2 × 0.8) / 1 = 1600
High Value, Low Effort → DO FIRST (quick wins)
High Value, High Effort → DO NEXT (strategic)
Low Value, Low Effort → DO LATER (fill-ins)
Low Value, High Effort → DON'T DO (money pit)markdown# Feature Prioritization ## Feature 1: [Name] - Reach: [X users/quarter] - Impact: [0.25/0.5/1/2/3] - Confidence: [X]% - Effort: [X person-months] - **RICE Score:** [calculate] ## Feature 2: [Name] - Reach: [X users/quarter] - Impact: [0.25/0.5/1/2/3] - Confidence: [X]% - Effort: [X person-months] - **RICE Score:** [calculate] ## Priority Order 1. [Feature with highest RICE] 2. [Feature with second RICE] 3. [Feature with third RICE]
Score Each Feature:
Prioritize:
Shreyas Doshi: > "Saying no is the most underrated PM skill."
Intercom: > "Without prioritization, everything feels urgent and nothing gets done well."
Other measured skills in the registry, with their headline benchmark lift.