prioritization

Rank backlog items using RICE, MoSCoW, ICE, and effort-impact analyses.

10|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/viktorbezdek/skillstack --skill prioritization-viktorbezdek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prioritization
Source: https://github.com/viktorbezdek/skillstack/tree/main/prioritization/skills/prioritization
Command: npx skills add https://github.com/viktorbezdek/skillstack --skill prioritization-viktorbezdek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prioritization helps teams decide what to work on first by comparing value, effort, risk, and strategic fit using structured scoring frameworks.

Core Features & Use Cases

  • RICE scoring to estimate Reach, Impact, Confidence, and Effort for each option.
  • MoSCoW and ICE methods to rank features, cut scope, or re-prioritize mid-project.
  • Real-world example: prioritize a product backlog by scoring features and selecting the top N items to implement next.

Quick Start

Prompt the AI to rank a backlog using RICE, MoSCoW, and ICE scoring to determine the top items to implement next.

Frequently Asked Questions about prioritization

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

FAQPage Schema
How do I prioritize a product backlog using RICE scoring?

Prioritize your product backlog using RICE by scoring each item's Reach, Impact, Confidence, and Effort. The skill enforces valid scoring inputs to calculate a clear numerical ranking, helping you select the top features to build next with actionable rationale.

What is the best way to rank features using MoSCoW and ICE methods?

Rank features using MoSCoW to categorize items into Must-have, Should-have, Could-have, and Won't-have tiers, and ICE to score Impact, Confidence, and Ease. The skill applies both frameworks to cut project scope and return a structured prioritization result.

Can I use effort-impact analysis to decide what to build next in a project?

Yes, you can use effort-impact analysis to decide what to build next by comparing the required implementation effort against the expected project impact. The skill applies this analysis to rank options and generate a clear, actionable prioritization result.

How does backlog ranking handle invalid data or incomplete scoring inputs?

Backlog ranking guards against invalid data by enforcing strict scoring inputs before processing. If incomplete or invalid values are detected, the skill prevents miscalculations and ensures the returned prioritization result remains accurate and reliable.