From product-management
Worked RICE scoring playbook for evidence-based backlog prioritization — covers calibrating each factor, avoiding common scoring errors, and using the output to run a defensible prioritization meeting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-management:rice-prioritizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have 5+ competing initiatives and need a transparent, arguable ranking that isn't driven by whoever speaks loudest. RICE produces a single comparable score so trade-offs are explicit. Use it at quarterly planning or when the backlog needs a defensible cut.
You have 5+ competing initiatives and need a transparent, arguable ranking that isn't driven by whoever speaks loudest. RICE produces a single comparable score so trade-offs are explicit. Use it at quarterly planning or when the backlog needs a defensible cut.
RICE score = (Reach × Impact × Confidence) / Effort
| Example | Reach |
|---|---|
| Affects all checkout users (10,000/qtr) | 10,000 |
| Affects users on mobile only (2,000/qtr) | 2,000 |
| Internal tool for 15 ops staff | 15 |
Use a fixed scale — never raw numbers:
| Impact level | Score |
|---|---|
| Massive (core job done) | 3 |
| High | 2 |
| Medium | 1 |
| Low | 0.5 |
| Minimal | 0.25 |
Force-rank impact before scoring: if everything is "High," your scale is broken.
| Evidence level | Confidence |
|---|---|
| Strong data + user research | 100% |
| Partial data or limited interviews | 80% |
| Hunch / analogous market data | 50% |
| Pure guess | 20% |
Confidence is the error-correction term. Use it — the team's natural optimism bias means 80% should be the ceiling for most items without hard data.
Use the same unit for all items. Person-months is more stable than story points across items. Round to 0.5 increments for small work.
| Initiative | Reach | Impact | Confidence | Effort | Score |
|---|---|---|---|---|---|
| Streamline onboarding step 2 | 4,000 | 2 | 80% | 1 | 6,400 |
| Add bulk export | 500 | 3 | 100% | 0.5 | 3,000 |
| New dashboard widget | 8,000 | 0.5 | 50% | 2 | 1,000 |
| API rate-limit increase | 200 | 3 | 80% | 0.5 | 960 |
Onboarding wins — high reach, meaningful impact, reasonable confidence, low effort.
../../agents/product-metrics-analyst.md — evidence-based prioritization and funnel analysis../../agents/product-strategist.md — roadmap as a set of bets; strategic override itemsnpx claudepluginhub mcorbett51090/ravenclaude --plugin product-managementGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.