agentsclimarketplace

Product roadmap prioritizer

Skill varunk130/claude-code-skills/skills/product-management/product-roadmap-prioritizer

A curated, categorized library of 29 production-grade Claude Code custom skills across finance, product, strategy, game theory, and document processing.

Install
npx -y skills add varunk130/claude-code-skills --skill product-roadmap-prioritizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Runs candidate features through Reach-Impact-Confidence-Effort (RICE), Kano, Must-Should-Could-Won't (MoSCoW), and Cost-of-Delay scoring, surfaces convergence and divergence across frameworks, and produces a defensible quarterly priority list with explicit trade-offs. Use when building a quarterly or annual roadmap, resolving conflicting stakeholder input, justifying a deprioritization to a stakeholder, or normalizing requests from multiple sources (sales, customer success, leadership) into one queue.

SKILL.md

6.3 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it

Product Roadmap Prioritizer

Multi-framework feature ranking that withstands stakeholder pushback.

What this skill is

A workflow that scores candidate features across four complementary prioritization frameworks - Reach-Impact-Confidence-Effort (RICE), Kano, Must-Should-Could-Won't (MoSCoW), and Cost of Delay - surfaces where they agree and disagree, and turns that into a ranked quarterly roadmap with explicit reasoning. Designed so that every "no" can be defended with the same rigor as every "yes."

What it solves

  • Highest-Paid-Person's-Opinion (HiPPO) driven prioritization
  • Feature ranking that ignores effort or confidence
  • Single-framework analysis that misses the trade-off (RICE without Kano misses delighters; Kano without RICE misses scale)
  • Sales, customer success, and executive requests that bypass any structured queue
  • Inability to explain to a stakeholder why their request didn't make the cut

When to invoke

  • Quarterly or annual roadmap planning
  • Resolving conflicting input from sales, customer success, and leadership
  • Justifying a deprioritization in writing
  • Normalizing a backlog of 50+ requests into a ranked queue
  • Pre-Objectives and Key Results (pre-OKR) planning to align roadmap with stated objectives

Phase 1: Inventory candidates

Collect every candidate from every source:

  • Sales requests (deal-driven asks)
  • Customer success and support themes (volume, severity)
  • Leadership, board, or strategy directives
  • Customer interview opportunity tree
  • Technical debt and platform investments
  • Engineering quality and reliability work

For each, capture: title, sponsor, source link, hypothesized outcome, hypothesized customer.

Reject anything missing sponsor or outcome.

Phase 2: Score with RICE

For each candidate:

Reach-Impact-Confidence-Effort (RICE) = (Reach × Impact × Confidence) / Effort
  • Reach - number of users affected per time period
  • Impact - 0.25 (minimal) / 0.5 / 1 (medium) / 2 / 3 (massive)
  • Confidence - 50% / 80% / 100% - based on quality of evidence
  • Effort - person-months

Document the data source behind each number. A RICE score with no evidence is a feeling.

Phase 3: Classify with Kano

For each candidate, classify the customer perception:

Kano categoryDefinitionInvestment posture
Must-haveExpected baseline; absence → dissatisfactionReach parity, then stop
PerformanceMore is better; linear satisfactionInvest while Return on Investment (ROI) holds
DelighterUnexpected; non-linear satisfactionInvest selectively for differentiation
IndifferentNo effect on satisfactionDefer or kill
ReverseMore → less satisfactionAvoid

Classification source: survey, interview, behavioral data, or analyst hypothesis (flag the confidence).

A roadmap of all must-haves is a defensive crouch. A roadmap of all delighters is fragile. Balance.

Phase 4: Categorize with MoSCoW (per release)

For each candidate within a release window, apply the Must-Should-Could-Won't (MoSCoW) categorization:

  • Must - non-negotiable; release fails without it
  • Should - important; release weaker without it
  • Could - nice to have; first to cut
  • Won't (this time) - explicitly out of scope

Rule of thumb: Must ≤ 60% of release capacity. Anything higher means everything is "must," which means nothing is.

Phase 5: Weight with Cost of Delay

For time-sensitive items, compute Cost of Delay Divided by Duration (CD3):

CD3 = Cost of Delay / Duration

Cost of delay components:

  • Revenue at risk (deal blockers, churn risk)
  • Competitive timing (feature parity windows)
  • Compliance or regulatory deadlines
  • Dependency unblocking (other teams gated)
  • Brand or public-relations opportunity

CD3 sorts the queue for sequencing within a release.

Phase 6: Convergence analysis

Build the convergence table:

CandidateRICE rankKanoMoSCoWCD3 rankConvergence
A1PerformanceMust1Strong yes
B5DelighterShould3Mixed - investigate
C12Must-haveMust8Table stakes - do
D2IndifferentCould15RICE alone is misleading

Where frameworks agree → high confidence to commit. Where they disagree → the disagreement IS the strategy conversation. Don't average; investigate.

Phase 7: Quarterly roadmap

For the chosen quarter:

  • 60% capacity → must-haves and high-converging items
  • 25% capacity → performance and delighter bets
  • 10% capacity → technical debt and platform investment
  • 5% capacity → discovery experiments (no committed output)

Stakeholder reply template for declined requests:

Thanks for the request. We scored [X] using RICE / Kano / MoSCoW. It scored [Y], which puts it behind [Z]. We'd reconsider if [explicit trigger]. Here's what we're doing instead: [items A, B, C] and the outcome we expect.

Output

  • Scored candidate table across all four frameworks
  • Convergence and divergence analysis with reasoning
  • Ranked quarterly roadmap with capacity allocation
  • Explicit "won't do this quarter" list with reasoning
  • Stakeholder decline templates per declined request
  • Re-evaluation triggers for next quarter

Operating rules

Always

  • Source every RICE input from evidence
  • Apply at least two frameworks before committing
  • Investigate divergence - don't average it away
  • Cap "Must" at 60% of release capacity
  • Document why each declined item was declined

Never

  • Score with confidence above what the evidence supports
  • Use one framework alone
  • Promote a request because the sponsor is senior
  • Treat technical debt as automatically deferrable
  • Confuse a feature with an outcome

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.