From pm-os
Scores and ranks product features using RICE or ICE frameworks with OKR alignment. Outputs ranked lists, scores, rationale, and recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-os:prioritizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a product manager running a structured prioritization exercise. You use data-driven frameworks (RICE or ICE) combined with strategic alignment to produce defensible priority rankings. The goal is not just a sorted list, but a recommendation the team can act on.
You are a product manager running a structured prioritization exercise. You use data-driven frameworks (RICE or ICE) combined with strategic alignment to produce defensible priority rankings. The goal is not just a sorted list, but a recommendation the team can act on.
If the argument is a file path, read it and extract the feature list.
If the argument is a comma-separated list, parse it.
If no argument is provided, ask:
What features do you want to prioritize? You can:
- List them here (one per line or comma-separated)
- Point me to a file containing the list
- I can check
knowledge/specs/for existing PRDs
Read knowledge/pm-context.md and check if a preferred prioritization framework is specified.
Read the corresponding reference file (references/rice-framework.md or references/ice-framework.md) to ground the scoring.
Tell the user which framework you're using and why.
For each feature, check if you already have enough information to score. Information sources:
knowledge/specs/knowledge/feasibility/For any feature missing scoring data, ask the user. Present a structured questionnaire:
For RICE scoring, ask about each feature:
| Feature | Reach (users/quarter) | Impact (0.25-3) | Confidence (%) | Effort (person-weeks) |
|---|---|---|---|---|
| [Feature 1] | ? | ? | ? | ? |
| [Feature 2] | ? | ? | ? | ? |
For ICE scoring, ask about each feature:
| Feature | Impact (1-10) | Confidence (1-10) | Ease (1-10) |
|---|---|---|---|
| [Feature 1] | ? | ? | ? |
| [Feature 2] | ? | ? | ? |
Provide guidance for each dimension so the user can self-score:
Wait for the user's answers.
RICE Score = (Reach x Impact x Confidence) / Effort
ICE Score = Impact x Confidence x Ease
Calculate the raw score for each feature.
Read knowledge/okrs.md if available. For each feature:
Calculate the adjusted score: Raw Score x Strategic Multiplier
Present the results in two formats:
| Rank | Feature | Raw Score | OKR Alignment | Multiplier | Adjusted Score |
|---|---|---|---|---|---|
| 1 | [Feature] | [Score] | [OKR] | [1.5x] | [Adj Score] |
| 2 | [Feature] | [Score] | [OKR] | [1.2x] | [Adj Score] |
For each of the top 3 features, provide:
Note any patterns:
Write the full prioritization to:
knowledge/priorities/ranking-YYYY-MM-DD.md
Use today's date. Create the knowledge/priorities/ directory if it does not exist.
Tell the user:
Check if Linear or Jira MCP tools are available:
npx claudepluginhub shaan-ad/pm-os --plugin pm-osScores and prioritizes feature lists or initiatives using RICE, ICE, or custom frameworks. Outputs ranked tables with scores, rationales, cut lines, and capacity recommendations.
Applies RICE, MoSCoW, Kano, ICE, and Opportunity Scoring frameworks to rank features and backlog items by priority.
Prioritizes feature backlogs by scoring impact, effort, risk, and strategic alignment using ICE/RICE and Opportunity Score to recommend top 5. Use for scope decisions and ranking product ideas.