//pragmatic leaders

Prioritization in Product Management

Reading time
6 min
Section
Agile Product Management
6 min left0%
prioritization in product management0%
6 min left
Prioritization is a mix of science and art. Frameworks help, but experience teaches you the nuances that numbers can’t capture.
Talvinder Singh, from a Pragmatic Leaders product management session

Prioritization is the core skill that separates PMs who react to requests from those who drive outcomes. The actual job is deciding which features and user stories to tackle first — not doing everything at once. Without clear prioritization, teams waste effort on low-impact work or get stuck debating endlessly.

Most PMs start with gut feeling. That fails fast in complex environments with multiple stakeholders. You need structured methods to bring rigor, transparency, and alignment to prioritization decisions.

This lesson covers four frameworks I have seen work well across Indian startups and enterprises: Value vs Complexity quadrant, Kano model, Weighted Scoring, and RICE. Each has strengths and trade-offs. Your job is to pick the right tool for your context and use it consistently.

Prioritize for impact, not just activity

Before we jump into frameworks, one thing is clear: prioritization is about maximizing value delivered relative to effort invested. The trap is to confuse busywork with progress.

If a feature takes a week but moves your key metric by 1%, and another takes two days and moves it by 10%, the second is higher priority.

If a feature is easy but nobody wants it, or if it is hard but blocks a critical customer, those factors must be weighed carefully.

The priority is always a trade-off. You cannot do everything. Saying “no” or “not now” is the hardest but most important part of the job.

Value vs Complexity quadrant: the simplest sanity check

The Value vs Complexity quadrant is a quick, visual way to sanity-check your backlog. It plots features on two axes:

  • Value (or Benefit): How much impact will this feature have? What is the return on investment?
  • Complexity (or Effort): How much work does it take? Engineering, design, testing, research, deployment.

In an ideal world, you want features in the top-left quadrant — high value, low complexity. These are your quick wins with immediate ROI.

But we do not live in an ideal world. Most features fall into middle or challenging quadrants.

  • Yellow and green regions represent acceptable trade-offs: moderate value for moderate effort, or a worthwhile big bet.
  • Features in the red region, or near the border between yellow and red, require refinement or deprioritization. They are either too costly or deliver insufficient value.

This quadrant helps you filter out obvious low-priority work and focus conversations on what truly matters.

It is best used as a starting point, especially when you need to align diverse stakeholders quickly.

The Kano model: understand user delight vs necessity

The Kano model classifies features into three buckets based on how users perceive them:

CategoryDescriptionImpact on SatisfactionPriority
Basic Needs (Must-haves)Essential features users expectAbsence causes dissatisfaction; presence is taken for grantedMust be developed first; product fails without them
Satisfiers (Performance)Features that improve satisfaction proportionallyMore is better; directly tied to user happinessImportant for steady growth and retention
Delighters (Exciters)Unexpected features that surprise usersPresence delights; absence does not disappointNice-to-have; used to attract niche segments

The Kano model helps you avoid the trap of prioritizing delighters over basics. For example, on an Android phone:

  • Basic Needs: Ability to call and text
  • Satisfiers: Ability to click photos, listen to music
  • Delighters: Ability to send multimedia messages (MMS)

If you skip basics, the product fails outright. Satisfiers keep users engaged. Delighters attract specific groups but are not foundational.

This model is especially useful when you have limited resources and must sequence features to build a reliable core before chasing innovation.

Weighted Scoring: align priorities with strategic criteria

Weighted scoring gives you a way to prioritize features by scoring them against multiple criteria that matter to your business.

The process is:

  1. Choose criteria relevant for your product and stakeholders. Examples include:

    • Customer engagement
    • User experience
    • Sales funnel impact
    • Operational efficiency
  2. Assign weights to each criterion based on importance. For example:

    • Customer Engagement: 20%
    • User Experience: 10%
    • Sales Funnel: 30%
    • Operational Efficiency: 40%
  3. List features to evaluate. For example:

    • New Mobile App
    • Monthly Report
    • One-Click Button
  4. Score each feature against each criterion on a consistent scale (e.g., 0-100).

  5. Calculate total weighted score for each feature by multiplying scores by weights and summing.

For example, the New Mobile App might score 90/100 on Customer Engagement, meaning it will increase engagement significantly.

To calculate its total:

(20% × 90) + (10% × 90) + (30% × 50) + (40% × 20) = 50

After scoring all features, the one with the highest total is the highest priority.

Weighted scoring brings transparency and alignment by making explicit what matters most and how features contribute.

It is especially helpful when balancing competing stakeholder priorities.

RICE framework: a quantitative prioritization formula

RICE is a popular framework that combines four dimensions into a single score:

FactorDescription
ReachHow many users/customers will this impact in a given time period?
ImpactHow much will it improve the user experience or business goal? (e.g., multiplier like 3 for 'massive impact')
ConfidenceHow confident are you in your estimates of Reach and Impact? Expressed as a percentage
EffortHow much time or resources will it take? (usually in person-months or weeks)

The RICE score is calculated as:

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

Higher scores indicate higher priority.

For example, if a feature impacts 100,000 users (Reach), has an impact multiplier of 3, confidence of 80%, and effort of 4 weeks:

RICE = (100,000 × 3 × 0.8) / 4 = 60,000

You would compare RICE scores of different features and pick the highest.

RICE helps you factor in uncertainty (Confidence) and compare features with different scales and effort.

It is especially useful when you have data or estimates available and want a repeatable, objective method.



Applying prioritization frameworks in Indian product teams

Different companies and contexts call for different approaches. When you join a new team, find out:

  • Which prioritization framework is used?
  • How strictly is it applied?
  • How are trade-offs communicated?

Sometimes the frameworks become bureaucratic checkboxes. Other times, they guide critical conversations.

Use frameworks as guides, not gospel. Combine quantitative scores with qualitative judgment.

Remember the core question: Given current strategic goals and constraints, what is the highest value thing we can do next — and what are we explicitly choosing not to do?

The role of trade-offs and saying "no"

Prioritization is not just about saying "yes" to the highest-scoring feature. It is about saying "no" or "not now" to others.

Trade-offs are inevitable. Saying "no" strategically means:

  • Protecting your team’s focus
  • Avoiding overcommitment
  • Aligning with business objectives

Communicate trade-offs clearly with stakeholders. Show the rationale with data and strategy.

This builds trust even when people disagree with specific decisions.

Test yourself: Prioritization in a real scenario

// learn the judgment

You are a PM at a Series A fintech startup in Bangalore. Your backlog has three features: (1) a new mobile app expected to increase customer engagement, (2) a monthly report feature requested by sales to improve conversion, and (3) a one-click payment button to reduce friction in checkout. Your criteria are Customer Engagement (20%), User Experience (10%), Sales Funnel (30%), and Operational Efficiency (40%). You have limited engineering resources and must pick one feature for the next sprint.

The call: How do you prioritize these features using weighted scoring? What trade-offs will you communicate to stakeholders?

Your reasoning:

Where to go next