Skip to main content

Rice Scoring

@webframp/rice-scoringv2026.06.15.1· 1d agoMODELS
01README

RICE scoring methodology as an agent-guided framework. Accepts items, conducts structured interviews to derive Reach, Impact, Confidence, and Effort values, produces ranked versioned scorecards.

Configurable scales via globalArguments allow teams to anchor scoring in their own context.

02Models1
@webframp/rice-scoringv2026.06.05.1rice-scoring/mod.ts

Global Arguments

ArgumentTypeDescription
reachDefinitionstringWhat 'reach' means for this team — e.g. users per quarter, requests per month, teams affected
reachScalestringAnchor points for reach scoring so values are consistent across scorers
impactScalestringImpact multiplier scale — how much this moves the needle per user reached
effortUnitstringUnit for effort estimation — person-days, person-weeks, story points, etc.
confidenceGuidancestringGuide for setting confidence — what evidence corresponds to each level
scoringContextstringOptional team/product context to anchor relative comparisons
fn score(items: array)
Score items using the RICE methodology. This method is agent-guided: the calling agent conducts a structured interview with the user to derive values for each dimension before invoking this method with final numbers. AGENT GUIDANCE FOR CONDUCTING THE INTERVIEW: 1. Read globalArgs to understand the team's configured scales: - reachDefinition: what "reach" means (users/quarter, requests/month, etc.) - reachScale: anchor points for numeric reach values - impactScale: what each impact mul
ArgumentTypeDescription
itemsarrayItems to score with their RICE dimension values
fn rank()
Read the latest scored items and display them ranked by RICE score descending.

Resources

scores(infinite)— Versioned RICE scorecards with ranked items
03Previous Versions1
2026.06.05.1Jun 5, 2026
04Stats
A
100 / 100
Downloads
1
Archive size
10.2 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels