value-cost-risk-analysis

Prioritize requirements using a weighted value, cost, and risk scoring model.

23|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jdm4pku/RE-Skills --skill value-cost-risk-analysis-jdm4pku
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: value-cost-risk-analysis
Source: https://github.com/jdm4pku/RE-Skills/tree/main/skills/value-cost-risk-analysis
Command: npx skills add https://github.com/jdm4pku/RE-Skills --skill value-cost-risk-analysis-jdm4pku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Stakeholder disagreements over requirement priority often devolve into political battles when teams rely on gut-feel or simple high/medium/low rankings. This Skill replaces subjective ranking with the Wiegers value/cost/risk model, producing a transparent, quantitative basis for release planning decisions. ## Core Features & Use Cases - Four-Dimension Scoring: Scores each requirement on relative benefit, penalty, cost, and risk using a 1-9 scale, with role separation between customer-side and development-side scorers. - Weighted Priority Formula: Calculates priority as Value% divided by weighted Cost% and Risk%, with configurable weights to reflect organizational priorities. - Tiered Release Planning: Groups results into top/middle/bottom tiers mapped to releases, with documented manual overrides for regulatory or dependency constraints. - Use Case: A team has 40 candidate requirements but capacity for only 20 in Release 1. Stakeholders score independently, outliers are resolved through discussion, and the formula produces a defensible ranking with sign-off records. ## Quick Start Use the value-cost-risk-analysis skill to prioritize our 15 candidate requirements for Release 1 using benefit, penalty, cost, and risk scores.

Frequently Asked Questions about value-cost-risk-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize requirements when stakeholders disagree?▼

Use the value/cost/risk model: customer-side stakeholders score benefit and penalty on a 1-9 scale, while development-side stakeholders score cost and risk. A weighted formula converts scores into priority rankings, and outlier scores are resolved through facilitated discussion.

What is the value cost risk prioritization formula?▼

Value equals Benefit times its weight plus Penalty times its weight. Priority equals Value% divided by (Cost% times cost weight plus Risk% times risk weight). Default weights are benefit 2, penalty 1, cost 1, and risk 0.5.

How is value/cost/risk analysis different from MoSCoW prioritization?▼

MoSCoW sorts requirements into four qualitative buckets, while value/cost/risk produces a continuous quantitative score balancing value against implementation difficulty. MoSCoW is faster for small sets; the scoring model is better when trade-offs must be explicit and auditable.

Who should score benefit versus cost in requirement prioritization?▼

Customer-side stakeholders such as product champions and business representatives score benefit and penalty. Development-side stakeholders such as technical leads and architects score cost and risk. Mixing roles lets technical preferences masquerade as business priorities.

When should I not rely on the priority formula alone?▼

Do not treat scores as absolute rankings when regulatory mandates, dependencies, or strategic constraints apply. Use the formula to create tiers, then apply expert judgment within tiers and document any manual overrides with rationale.