agentsclimarketplace

Feature prioritization

Skill Dragoon0x/everything-design-taste/skills/feature-prioritization

Feature prioritization frameworks, scoring models, roadmap design, and saying no to features.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill feature-prioritization

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

  • 9 stars9 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.

SKILL.md

1.2 KB, 288 tokens by cl100k_base, as published. Nobody here has run it

Feature Prioritization

Frameworks

RICE Score

  • Reach: How many users affected per quarter?
  • Impact: How much will it move the needle? (3=massive, 2=high, 1=medium, 0.5=low)
  • Confidence: How sure are we? (100%, 80%, 50%)
  • Effort: Person-months to build
  • Score = (Reach × Impact × Confidence) / Effort

Impact vs Effort Matrix

           Low Effort    High Effort
High       Quick Wins     Big Bets
Impact     (do first)     (plan carefully)

Low        Fill-ins       Avoid
Impact     (if time)      (time sinks)

MoSCoW

  • Must have: Product doesn't work without it
  • Should have: Important but not critical
  • Could have: Nice but can live without
  • Won't have: Explicitly out of scope (this matters)

Saying No

  • 'Not now' is better than 'no' (less confrontational)
  • Explain the tradeoff: 'If we build X, we delay Y by 3 weeks'
  • Ask: 'What would you cut to make room for this?'
  • Document the decision and reasoning (prevents re-litigation)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.