From product-eval
Ranks backlog items or opportunities by evidence-backed Value and Confidence, producing a defensible ranking with banded recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-eval:prioritize-backlogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Score and rank a set of problems or opportunities so the user knows what to build next and why. Produce a defensible ranking with explicit reasoning, not a gut order. In chat, show bands and recommendations first; store exact numbers in scope files.
Score and rank a set of problems or opportunities so the user knows what to build next and why. Produce a defensible ranking with explicit reasoning, not a gut order. In chat, show bands and recommendations first; store exact numbers in scope files.
Take the list to rank (from the user, from problem-framed themes, or from .product-eval/<scope>/). Read .product-eval/<scope>/context.md for the north-star metric and personas, and .product-eval/<scope>/sources.md for the confidence ceiling. If business context is missing, ask only the few questions needed to score (north star, primary personas) and proceed.
Preflight (data contract). When ranking themes already written to .product-eval/<scope>/, validate themes.md against the conformance preflight in DATA-CONTRACT.md (Validation) first (members resolve to real evidence, total_weight matches the members, confidence_band is consistent with confidence). On a failure, stop and report the file, field, and violation rather than scoring malformed input.
Using references/scoring-framework.md, score four dimensions (each 0-25, summed). Store the exact 0-100 value and value_band; show the band in chat.
When first-party data is missing, use the proxies in the reference (complaints as a drop-off proxy, sales objections as a conversion proxy, competitor investment as a gap proxy) and mark those scores as lower confidence.
Confidence reflects how well-supported the item is by evidence: count of independent evidence items, diversity of source types, their strength (1-5), recency, and how much is first-party. Store the exact 0-100 confidence for audit and calibration, but present confidence_band in chat (Low / Moderate / High). Respect the ceiling from .product-eval/<scope>/sources.md. Signal strength is an input to Confidence, not a separate verdict.
Map each item's (Value, Confidence) to a recommendation using the matrix in the reference: Decide now / Run a research sprint / Do not commit yet / Deprioritize. High value + low confidence means "research more", not "drop", keep these visible.
Order by recommendation tier first, then Value band within tier. Present a scannable ranked table: item, Value band, Confidence band, recommendation, one-line rationale. Call out the few items worth acting on now and the few to deprioritize. Put exact point scores only in an audit note or the scope file.
Write .product-eval/<scope>/scores.md with exact scores, bands, and reasoning, and log the ranking in .product-eval/<scope>/decisions-log.md, using the score and decisions-log schemas in the data contract (DATA-CONTRACT.md). Offer to decide on the top item or pressure-test the resulting shortlist. Honor user score overrides, but require a one-sentence reason and log it.
A ranked table with bands, recommendations, and a short "act on these / hold these" summary. Keep exact math and internal paths out of the chat unless asked. End with Next move: and recommend deciding on the top item, pressure-testing the shortlist, rendering a scorecard, or writing the report the user asked for.
npx claudepluginhub sparkline-ventures/product-eval --plugin product-evalRanks features/initiatives using RICE, ICE, or weighted scoring frameworks grounded in strategic pillars.
Scores and prioritizes feature lists or initiatives using RICE, ICE, or custom frameworks. Outputs ranked tables with scores, rationales, cut lines, and capacity recommendations.
Quantify and rank opportunities using the RICE framework (Reach, Impact, Confidence, Effort) to enable data-driven prioritization and trade-off discussions. Use when comparing diverse features, deciding what to build next, or allocating engineering time across initiatives.