feature-prioritization-assistant
35
总安装量
30
周安装量
#10658
全站排名
安装命令
npx skills add https://github.com/pmprompt/claude-plugin-product-management --skill feature-prioritization-assistant
Agent 安装分布
codex
26
gemini-cli
25
opencode
25
kimi-cli
24
amp
24
github-copilot
24
Skill 文档
Feature Prioritization Assistant
When to Use
- Building your product roadmap
- Need to choose between multiple feature ideas
- Stakeholders are debating which features to build first
- Want to make data-driven prioritization decisions
- Need to justify prioritization decisions to leadership
What This Skill Does
Helps you systematically evaluate and prioritize features using the RICE framework (Reach, Impact, Confidence, Effort), providing scores and recommendations.
Instructions
Help me prioritize these features using the RICE framework. For each feature, help me estimate:
- Reach: How many users will this impact per month?
- Impact: How much will this impact each user? (Scale: 0.25=minimal, 0.5=low, 1=medium, 2=high, 3=massive)
- Confidence: How confident are we in our estimates? (Scale: 0-100%)
- Effort: How many person-months will this take to build?
Then calculate the RICE score: (Reach à Impact à Confidence) / Effort
Features to evaluate: [List your features with any context you have]
Best Practices
- Gather data on current user behavior before estimating Reach
- Base Impact on user research and pain point severity
- Be honest about Confidence levels – lower confidence for assumptions
- Include design, development, and testing time in Effort estimates
- Revisit estimates after initial discovery work
- Consider dependencies between features
Example
Input: 5 features (notifications, dark mode, API access, mobile app, analytics dashboard) Output: RICE scores calculated for each, ranked list with reasoning, recommendations on which to prioritize, and suggestions for validating assumptions on low-c…