Rice Prioritisation

Scores and ranks product initiatives using the RICE framework. Use when asked to prioritise features, rank a backlog using RICE, score initiatives for quarterly planning, or apply an objective framework to a list of competing ideas. Produces a ranked RICE table with scores, quick wins and moonshot flags, dependency notes, and a recommended sequencing order.

Published by @Mohit Aggarwal·0 agent reads / 30d·0 saves·

RICE Prioritisation Skill

Apply consistent, criteria-based RICE scoring to a list of features or initiatives to produce an objective prioritisation ranking.

Required Inputs

Ask the user for these if not provided:

  • List of initiatives or features to score (names and brief descriptions)
  • Reach estimates (users affected per quarter — from analytics if available)
  • Impact estimates (use the standard scale below)
  • Effort estimates (person-months — from engineering if available)
  • Quarter or planning period

RICE Definitions (adapt to your context)

  • Reach: Number of users affected per quarter (use actual DAU/MAU data where available)
  • Impact: Effect on your primary metric — use scale: 3=massive, 2=high, 1=medium, 0.5=low, 0.25=minimal
  • Confidence: How certain are we about R and I estimates? 100%=high, 80%=medium, 50%=low
  • Effort: Person-months required across all functions

RICE Formula

RICE Score = (Reach × Impact × Confidence) / Effort

Process

  1. For each initiative provided, gather or estimate R, I, C, E values
  2. Flag where estimates are weak and note what data would improve them
  3. Calculate RICE score for each
  4. Rank highest to lowest
  5. Flag any "quick wins" (high RICE score, low effort) and "moonshots" (high impact, high effort)
  6. Note dependencies between items that affect sequencing
  7. Validate — Cross-check: if the top-ranked item surprises the team, investigate whether an estimate is inflated. RICE is a tool, not a verdict.

Output Structure

RICE Prioritisation: [Backlog/Quarter]

InitiativeReachImpactConfidenceEffortRICE ScoreNotes
[name][n][score][%][months][score][flags]
Recommended Sequence

[Top 5 initiatives with rationale]

Quick Wins (high score, low effort)

[Items to pick up alongside bigger bets]

Data Gaps to Address

[What information would most improve scoring accuracy]

Quality Checks

  • Every initiative has all four RICE components estimated (even roughly)
  • Confidence is 50% for anything without data backing (not 100% as a default)
  • Quick wins and moonshots are explicitly called out
  • Dependencies that affect sequencing are noted
  • Any surprising ranking is investigated before accepting it

Anti-Patterns

  • Do not default to 100% confidence on estimates that lack supporting data — this inflates scores and misleads planning
  • Do not treat RICE scores as a final decision — a ranking that surprises the team must be investigated before it is accepted
  • Do not omit effort estimates from engineering — PM-only effort estimates are frequently optimistic and skew results
  • Do not forget to note dependencies that would change the sequencing even if RICE scores suggest otherwise
  • Do not score every initiative at the same impact level — if everything is "high impact," the framework produces no useful signal

Bundled with this artifact

1 file

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Figma Design QA

Runs a pre-handoff QA checklist on a Figma design before it goes to engineering. Use when asked to QA a Figma design, do a pre-handoff check, or validate a Figma file is ready to build. Produces a structured QA report covering file hygiene, component usage, accessibility, and handoff readiness with explicit pass/fail status per item. Optimised for Opus 4.7 and newer models.

ux-product-design+2
0
SKILL0

Quality Review Checklist

Checklist covering accuracy, style, accessibility, and localization requirements for documentation releases.

operations+2
0
SKILL0

Senior Fullstack

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.

software-engineering+2
0