Skip to main content

Rice Scoring

@webframp/rice-scoringv2026.08.28.1· 13d 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.

02Release Notes

2026.08.28.1

Changed: Normalized the extension license to Apache-2.0 and corrected the copyright holder to "Sean Escriva". Extensions that previously shipped an MIT LICENSE.md are now Apache-2.0, consistent with the repository root and every other extension. No code or behavioral changes.

Upgrade note: License text only. No API, schema, or runtime behavior changed.

2026.08.26.3

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

03Models1
@webframp/rice-scoringv2026.08.28.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
04Previous Versions9
2026.08.26.3

2026.08.26.3

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

2026.08.26.1

2026.08.26.1

Fixed: Added missing description field to upgrade entry for version 2026.08.24.2. The omission caused swamp extension pull to fail with a catalog validation error ("upgrades.N.description: Invalid input: expected string, received undefined").

2026.08.24.3

2026.08.24.3

Added: Output metadata attributes for observability.

  • durationMs: Method execution duration in milliseconds.
  • collectedBy: Extension name that produced the data.
  • fetchedAt: ISO 8601 timestamp when data was fetched (added to resources that previously lacked it).
2026.08.24.2

2026.08.24.2

Added Troubleshooting section documenting the rank prerequisite, stored schema validation, and informational-only global args.

2026.08.21.1

2026.08.21.1

Changed: Added .describe() to the name and description fields on the scored-item resource schema, matching the descriptions already present on the corresponding score method argument fields. No behavioral change.

2026.07.18.1

Added: An upgrades array entry (no-op) to mod.ts for proper typeVersion tracking on existing instances. No schema or behavior changes.

2026.07.18.1

2026.07.18.1

Added: An upgrades array entry (no-op) to mod.ts for proper typeVersion tracking on existing instances. No schema or behavior changes.

2026.06.23.1
2026.06.15.1
2026.06.05.1
05Stats
A
100 / 100
Downloads
2
Archive size
11.3 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
06Platforms
07Labels