npx skills add smithery/menkesu --skill prioritization-craft
menkesu/awesome-pm-skills
prioritization-craft
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.
Installation
npx skills add menkesu/awesome-pm-skills --skill prioritization-craft
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Reference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templat…
9.3K installsPrioritize drug targets from a ranked gene list (e.g., scRNA-seq DE output) by orchestrating pa…
2.6K installsChoose a prioritization framework based on stage, team context, and stakeholder needs. Use when…
2.5K installsRun applicable prioritization frameworks (RICE, ICE, MoSCoW, Weighted Scoring, Kano) against a …
521 installsCalculate RICE scores and prioritize features systematically. Use when building your product ro…
510 installsHelp users move from reactive feature-building to strategic resource allocation by applying rig…
265 installsAlso in this package
Other skills from menkesu/awesome-pm-skills · top by installs.
npx skills add menkesu/awesome-pm-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,200 B -
docs
SUMMARY.md256 B
History
- First seen on skills.sh
- First recorded snapshot · 26 installs
SKILL.md
Prioritization Engine
When This Skill Activates
Claude uses this skill when:
- Prioritizing feature requests
- Managing product backlog
- Making tradeoff decisions
- Saying no gracefully
Core Frameworks
1. RICE Framework (Source: Intercom)
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:
Feature: In-app notifications
Reach: 1000 users/quarter
Impact: 2 (high impact)
Confidence: 80%
Effort: 1 person-month
RICE = (1000 × 2 × 0.8) / 1 = 1600
2. Value vs Effort Matrix
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)
Action Templates
Template: RICE Scoring
# 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]
Quick Reference
📊 Prioritization Checklist
Score Each Feature:
- Reach (how many users)
- Impact (how much value)
- Confidence (how sure)
- Effort (how much work)
Prioritize:
- Calculate RICE scores
- Order by score
- Say no to low scorers
Key Quotes
Shreyas Doshi:
"Saying no is the most underrated PM skill."
Intercom:
"Without prioritization, everything feels urgent and nothing gets done well."