RICE Prioritization for Regulated Industries
Learn how to apply RICE prioritization framework in regulated industries
RICE Prioritization for Regulated Industries
Standard RICE (Reach, Impact, Confidence, Effort) breaks down for regulated AI products. When a feature requires 18 months of FDA clearance, a standard RICE score that ignores that constraint produces a prioritization list that is confidently wrong.
This is the modified RICE framework I use for Life Sciences & Life Sciences & Healthcare AI product decisions. It adds two factors: Regulatory Risk and Compliance Timeline. The rest of this post explains the formula, the rubric, and three worked examples.
Standard RICE - Quick Refresher
Standard RICE formula:
RICE Score = (Reach x Impact x Confidence) / Effort
- Reach: How many users affected per time period
- Impact: How much it moves the needle for each user (1-3 scale)
- Confidence: How sure you are of your estimates (10-100%)
- Effort: Person-months to ship
This works well for consumer software. For regulated AI products, it fails in two ways: it ignores regulatory approval timelines that can make a high-RICE feature unshippable for 12-24 months, and it doesn't penalize features that introduce significant compliance exposure.
Modified RICE for Regulated Industries
Modified formula:
Regulated RICE = (Reach x Impact x Confidence) / (Effort x Regulatory Weight)
Where Regulatory Weight is a multiplier from 1.0 (no regulatory impact) to 5.0 (requires PMA or equivalent). It increases the effective effort of features with regulatory burden.
A separate Compliance Timeline flag is added as a gate, not a score factor. If a feature cannot ship for 12+ months due to regulatory clearance, it gets flagged regardless of its numeric score. High-scoring features that are gated get moved to a "future planning" queue, not the active backlog.
Scoring Rubric
Reach (users per quarter)
| Score | Definition | | --- | --- | | 1 | Affects fewer than 100 users / a single clinical unit | | 2 | 100-500 users / department-level impact | | 3 | 500-2,000 users / enterprise-wide at one account | | 4 | 2,000-10,000 users / multiple accounts or health systems | | 5 | 10,000+ users / platform-level or market-wide reach |
Impact (per user)
| Score | Definition | | --- | --- | | 0.25 | Marginal convenience improvement - saves minutes, no workflow change | | 0.5 | Moderate improvement - removes a manual step or reduces errors in a secondary task | | 1.0 | Meaningful improvement - changes the primary workflow, measurable time or quality gain | | 2.0 | High impact - solves a high-frequency pain point, reduces adverse events or major rework | | 3.0 | High ceiling - enables a clinical or operational outcome that was previously impossible |
Confidence
| Score | Definition | | --- | --- | | 20% | Hypothesis only - no user research, no data, gut feel | | 40% | Some qualitative evidence - a few user interviews or anecdotes | | 60% | Mixed evidence - user research done, no outcome data | | 80% | Strong qualitative + some quantitative evidence, or validated by pilot | | 100% | Validated with outcome data from a controlled study or production data |
Effort (person-months)
Scoring Rubric Reach (users per quarter) Score Definition 1 Affects fewer than 100 users or a single clinical unit 2 100-500 users or department-level impact 3 500-2,000 users or enterprise-wide at one account 4 2,000-10,000 users or multiple accounts or health systems 5 10,000+ users or platform-level or market-wide reach Impact (per user) Score Definition 0.25 Marginal convenience improvement: saves minutes, no workflow change 0.5 Moderate improvement: removes a manual step or reduces errors in a secondary task 1.0 Meaningful improvement: changes the primary workflow, with measurable time or quality gain 2.0 High impact: solves a frequent pain point, reduces adverse events or major rework 3.0 Groundbreaking: makes possible a clinical or operational outcome that was previously impossible Confidence Score Definition 20% Hypothesis only: no user research, no data, just a gut feeling 40% Some qualitative evidence: a few user interviews or anecdotes 60% Mixed evidence: user research done, but no outcome data 80% Strong qualitative plus some quantitative evidence, or validated by pilot 100% Validated with outcome data from a controlled study or production data Effort (person-months) Use actual person-months of engineering plus clinical plus data work. Don't forget: data labeling, model evaluation, clinical validation, documentation for regulatory submission, integration testing. These inflate effort significantly compared to consumer software estimates.
Regulatory Weight (multiplier)
| Multiplier | Definition | | --- | --- | | 1.0 | No regulatory impact - purely operational or administrative, no clinical decision support | | 1.5 | Informational output only - displays information but makes no recommendations | | 2.0 | Non-SaMD decision support - aids clinical judgment but has a clear human override and is not marketed as diagnostic | | 3.0 | SaMD with existing 510(k) predicate - roughly 6-12 months clearance timeline | | 4.0 | De Novo SaMD - no clear predicate, 12-18 months | | 5.0 | PMA or breakthrough device - 2+ years, highest regulatory burden |
Worked Examples
Example 1 - High Priority (AI-Assisted Prior Authorization Drafting)
Feature: LLM-based tool that drafts prior authorization letters from structured patient data, reviewed and submitted by the care team.
| Factor | Score | Reasoning | | --- | --- | --- | | Reach | 4 | Used by care coordinators across multiple health system accounts | | Impact | 2.0 | Prior auth is a top-3 workflow pain point - reduces average 45-min task to ~8 min | | Confidence | 80% | Validated in 6-week pilot at one site; strong user signal | | Effort | 4 months | LLM integration + EHR data pipeline + human review UI + testing | | Regulatory Weight | 1.5 | Drafting aid, not diagnostic - human always reviews before submission |
Score: (4 x 2.0 x 0.80) / (4 x 1.5) = 6.4 / 6 = 1.07
Compliance gate: Not triggered - ships as non-SaMD with appropriate labeling
Decision: High priority. Real ROI, clear regulatory path, validated demand.
Example 2 - The Trap (Autonomous Sepsis Alert)
Feature: ML model that autonomously pages the rapid response team when it predicts sepsis onset, without requiring a nurse to review first.
| Factor | Score | Reasoning | | --- | --- | --- | | Reach | 3 | ICU and step-down units across one health system | | Impact | 3.0 | Sepsis is a leading cause of inpatient mortality - a genuine step-change if it works | | Confidence | 60% | Retrospective validation done; no prospective study yet | | Effort | 6 months | Model + integration + alert routing + workflow change management | | Regulatory Weight | 5.0 | Autonomous clinical decision-making with patient safety implications = PMA territory |
Score: (3 x 3.0 x 0.60) / (6 x 5.0) = 5.4 / 30 = 0.18
Compliance gate: Triggered - PMA pathway is 2+ years minimum
Decision: Do not prioritize. Redesign as a clinician-reviewed alert (Regulatory Weight drops to 2.0, score improves to ~0.45) and deprioritize the fully autonomous version to a future planning queue.
Note: This is "the trap" because the surface-level clinical impact (3.0) makes it feel like the most important thing to build. The regulatory weight reveals it's actually the most expensive thing to build, with the longest runway to value.
Example 3 - The Surprise (Clinical Trial Eligibility Screener)
Feature: NLP model that scans EHR data and flags patients who may be eligible for active clinical trials, surfacing the list to the trials coordinator weekly.
| Factor | Score | Reasoning | | --- | --- | --- | | Reach | 2 | Research coordinators at trial-running academic medical centers | | Impact | 2.0 | Manual screening takes 4-6 hours per trial per week; this reduces it to 30 min review | | Confidence | 80% | Research coordinators have been explicit about this pain point; NLP accuracy validated | | Effort | 3 months | NLP model is largely reusable from existing entity recognition pipeline | | Regulatory Weight | 1.5 | Informational only - coordinator always reviews list before contacting patients |
Score: (2 x 2.0 x 0.80) / (3 x 1.5) = 3.2 / 4.5 = 0.71
Compliance gate: Not triggered
Decision: Prioritize ahead of several higher-reach features. The low regulatory weight and high confidence make this a clean win. It also opens a new buyer segment (research coordinators) and a new commercial narrative around trial acceleration.
Note: This is "the surprise" because it looks like a niche feature for a small persona. The combination of low regulatory weight, high confidence, and reusable infrastructure makes it punch above its weight.
Summary Prioritization Table Template
| Feature | Reach | Impact | Confidence | Effort | Reg. Weight | Score | Compliance Gate? | Decision | | --- | --- | --- | --- | --- | --- | --- | --- | --- | | [Feature A] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | | [Feature B] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | | [Feature C] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] | [ ] |
One practical note: run this exercise with your regulatory lead in the room, not after the fact. Regulatory weight estimates change significantly based on how a feature is designed and labeled. The best way to get a 5.0 feature to 2.0 is to redesign it with human oversight built in from the start - which is a lot easier to do in the requirements phase than in post-launch remediation.
Related reading
- PRD Template for AI Products in Regulated Industries
- LLM Evaluation Framework for Regulated and Clinical Contexts
- AI Vendor Evaluation Scorecard for Life Sciences & Healthcare