J8Intermediate

Feature Request Evaluation

30 minWhen feature requests come in

Format: Use the RICE framework to evaluate whether a feature request is worth building.

RICE Score:

  • Reach: How many users will use it?
  • Impact: How much impact on user experience? (1-3 points)
  • Confidence: How confident are you in the above estimates? (50-100%)
  • Effort: How many person-days does it require?

Formula: RICE = (Reach x Impact x Confidence) / Effort

Exercise: Use RICE to evaluate the following feature requests and rank their priority:

  1. "I want dark mode support"
  2. "I want to export data"
  3. "I want AI-powered recommendations"
  4. "I want team collaboration features"

My Notes