/prioritize-features
Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.
One skill from pm-skills.
shell
$ npx -y skills add phuryn/pm-skills --skill prioritize-features --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/prioritize-features
Context preview
The summary Claude sees to decide when to auto-load this skill.
Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.
Stats
Stars24,323
Forks2,502
LicenseMIT
SKILL.md
prioritize-features.SKILL.md
--- name: prioritize-features description: "Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas." --- ## Prioritize Feature Backlog Evaluate and rank a backlog of feature ideas to identify the top 5 to pursue. ### Context You are helping prioritize features for **$ARGUMENTS**. If the user provides files (spreadsheets, backlogs, opportunity assessments), read and analyze them directly. ### Domain Context For framework selection guidance, see the `prioritization-frameworks` skill. Key recommendations: **Opportunity Score** (Dan Olsen, *The Lean Product Playbook*) is recommended for evaluating customer problems: Opportunity Score = Importance × (1 − Satisfaction), normalized to 0–1. High Importance + low Satisfaction = best opportunities. Prioritize **problems (opportunities)**, not solutions. **ICE** is recommended for quick scoring of initiatives: Impact (Opportunity Score × # Customers) × Confidence × Ease. **RICE** adds Reach as a separate factor for larger teams. ### Instructions The user will describe their product objective, desired outcomes, and provide feature ideas. Work through these steps: 1. **Understand priorities**: Confirm the product objective and success metrics.
