Requirements Prioritization Skill
Purpose
Systematically prioritize requirements to ensure the most valuable features are delivered first, managing scope and stakeholder expectations effectively.
When to Use
- Managing product backlog
- Planning releases or sprints
- Resolving conflicting stakeholder needs
- Allocating limited resources
- Defining MVP (Minimum Viable Product)
Prioritization Frameworks
1. MoSCoW Method
Best for: Fixed deadlines, scope negotiation
- Must Have (M): Critical for success. Non-negotiable. If missed, launch fails.
- Should Have (S): Important but not vital. Can be worked around painfully.
- Could Have (C): Desirable/Nice-to-have. Low impact if left out.
- Won't Have (W): Agreed to leave out of this release (maybe later).
Example: E-commerce Checkout
- Must: Guest checkout, Credit card payment.
- Should: PayPal integration, Address autocomplete.
- Could: Gift wrapping options, Crypto payment.
- Won't: Voice-activated checkout (for now).
2. RICE Scoring
Best for: Data-driven decision making, comparing disparate features.
$$ RICE Score = \frac{Reach \times Impact \times Confidence}{Effort} $$
- Reach: Number of people/events per period (e.g., 1000 users/month).
- Impact:
- 3 (Massive)
- 2 (High)
- 1 (Medium)
- 0.5 (Low)
- 0.25 (Minimal)
- Confidence:
- 100% (High - have data)
- 80% (Medium - some data/intuition)
- 50% (Low - wild guess)
- Effort: Person-months (e.g., 2 months).
3. Kano Model
Best for: Customer satisfaction and differentiation.
- Basic (Threshold): Must be present. Customer neutral if there, dissatisfied if absent. (e.g., Car brakes).
- Performance (Linear): The more, the better. (e.g., Car gas mileage).
- Excitement (Delighters): Surprise features. High satisfaction if present, neutral if absent. (e.g., Free sunroof).
4. WSJF (Weighted Shortest Job First)
Best for: Agile/SAFe environments, maximizing economic flow.
$$ WSJF = \frac{Cost of Delay (CoD)}{Job Size (Duration)} $$
Cost of Delay components:
- User-Business Value (Value to user/business)
- Time Criticality (Is there a deadline/decay?)
- Risk Reduction/Opportunity Enablement (Does it reduce risk/unlock future value?)
Facilitating Prioritization Workshops
Preparation
- List Requirements: Ensure all requirements are gathered and clear.
- Invite Stakeholders: Decision makers, technical leads, business owners.
- Define Criteria: Agree on the framework (e.g., "We will use MoSCoW").
Process (e.g., Buy a Feature)
- Give stakeholders "play money" budget (e.g., $100).
- Assign "prices" to requirements based on effort/cost.
- Ask stakeholders to "buy" the features they want.
- Discuss results: What was bought? What was ignored?
Process (e.g., $100 Test)
- Give each stakeholder 100 points.
- Ask them to distribute points across requirements based on importance.
- Sum up points to see group consensus.
Common Challenges & Solutions
| Challenge |
Solution |
| Everything is a "Must" |
Force ranking (1 to N). Use "Buy a Feature" with limited budget. |
| HIPPO (Highest Paid Person's Opinion) |
Use data-driven methods (RICE). Visualize trade-offs. |
| Conflicting priorities |
Link back to business goals/KPIs. Facilitate negotiation. |
| Dependencies ignored |
Technical team must review to identify dependency chains (A must be done before B). |
Business Value vs. Technical Necessity
- Business Priority: Value provided to the customer/business.
- Technical Priority: Architectural needs, dependencies, debt reduction.
- Final Priority: Start where Business Value is high AND Technical Risk is managed.
Output
- Prioritized Backlog: Ordered list of requirements.
- Release Map: What goes into Release 1, 2, 3.
- Descope List: Explicit list of what is NOT being done.
Reference
- Wiegers, K. & Beatty, J. (2013). Software Requirements.
- Intercom on Product Management (RICE).
- SAFe Framework (WSJF).
1---2name: requirements-prioritization3description: Prioritize requirements using frameworks like MoSCoW, RICE, KANO, and WSJF to ensure high-value delivery4---56# Requirements Prioritization Skill78## Purpose9Systematically prioritize requirements to ensure the most valuable features are delivered first, managing scope and stakeholder expectations effectively.1011## When to Use12- Managing product backlog13- Planning releases or sprints14- Resolving conflicting stakeholder needs15- Allocating limited resources16- Defining MVP (Minimum Viable Product)1718## Prioritization Frameworks1920### 1. MoSCoW Method21Best for: Fixed deadlines, scope negotiation2223- **Must Have (M)**: Critical for success. Non-negotiable. If missed, launch fails.24- **Should Have (S)**: Important but not vital. Can be worked around painfully.25- **Could Have (C)**: Desirable/Nice-to-have. Low impact if left out.26- **Won't Have (W)**: Agreed to leave out of this release (maybe later).2728**Example**: E-commerce Checkout29- **Must**: Guest checkout, Credit card payment.30- **Should**: PayPal integration, Address autocomplete.31- **Could**: Gift wrapping options, Crypto payment.32- **Won't**: Voice-activated checkout (for now).3334### 2. RICE Scoring35Best for: Data-driven decision making, comparing disparate features.3637$$ RICE Score = \frac{Reach \times Impact \times Confidence}{Effort} $$3839- **Reach**: Number of people/events per period (e.g., 1000 users/month).40- **Impact**: 41 - 3 (Massive)42 - 2 (High)43 - 1 (Medium)44 - 0.5 (Low)45 - 0.25 (Minimal)46- **Confidence**: 47 - 100% (High - have data)48 - 80% (Medium - some data/intuition)49 - 50% (Low - wild guess)50- **Effort**: Person-months (e.g., 2 months).5152### 3. Kano Model53Best for: Customer satisfaction and differentiation.5455- **Basic (Threshold)**: Must be present. Customer neutral if there, dissatisfied if absent. (e.g., Car brakes).56- **Performance (Linear)**: The more, the better. (e.g., Car gas mileage).57- **Excitement (Delighters)**: Surprise features. High satisfaction if present, neutral if absent. (e.g., Free sunroof).5859### 4. WSJF (Weighted Shortest Job First)60Best for: Agile/SAFe environments, maximizing economic flow.6162$$ WSJF = \frac{Cost of Delay (CoD)}{Job Size (Duration)} $$6364**Cost of Delay components**:651. User-Business Value (Value to user/business)662. Time Criticality (Is there a deadline/decay?)673. Risk Reduction/Opportunity Enablement (Does it reduce risk/unlock future value?)6869## Facilitating Prioritization Workshops7071### Preparation721. **List Requirements**: Ensure all requirements are gathered and clear.732. **Invite Stakeholders**: Decision makers, technical leads, business owners.743. **Define Criteria**: Agree on the framework (e.g., "We will use MoSCoW").7576### Process (e.g., Buy a Feature)771. Give stakeholders "play money" budget (e.g., $100).782. Assign "prices" to requirements based on effort/cost.793. Ask stakeholders to "buy" the features they want.804. Discuss results: What was bought? What was ignored?8182### Process (e.g., $100 Test)83- Give each stakeholder 100 points.84- Ask them to distribute points across requirements based on importance.85- Sum up points to see group consensus.8687## Common Challenges & Solutions8889| Challenge | Solution |90|-----------|----------|91| **Everything is a "Must"** | Force ranking (1 to N). Use "Buy a Feature" with limited budget. |92| **HIPPO (Highest Paid Person's Opinion)** | Use data-driven methods (RICE). Visualize trade-offs. |93| **Conflicting priorities** | Link back to business goals/KPIs. Facilitate negotiation. |94| **Dependencies ignored** | Technical team must review to identify dependency chains (A must be done before B). |9596## Business Value vs. Technical Necessity9798- **Business Priority**: Value provided to the customer/business.99- **Technical Priority**: Architectural needs, dependencies, debt reduction.100- **Final Priority**: Start where Business Value is high AND Technical Risk is managed.101102## Output103- **Prioritized Backlog**: Ordered list of requirements.104- **Release Map**: What goes into Release 1, 2, 3.105- **Descope List**: Explicit list of what is NOT being done.106107## Reference108- Wiegers, K. & Beatty, J. (2013). *Software Requirements*.109- Intercom on Product Management (RICE).110- SAFe Framework (WSJF).