Agent skill

prioritization-calculator

Automated calculation and scoring for product prioritization frameworks including RICE, ICE, MoSCoW, and custom weighted scoring. Normalizes scores, validates inputs, and generates priority rankings with confidence intervals.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill prioritization-calculator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlob
Path: library/specializations/product-management/skills/prioritization-calculator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prioritization Calculator Skill Calculate and validate scores for multiple prioritization frameworks with weighted scoring, normalization, and confidence-adjusted rankings. ## Overview This skill provides robust calculation engines for popular prioritization frameworks used in product management. It handles score normalization, validation, custom weighting, and generates actionable priority rankings. ## Capabilities ### RICE Scoring - Calculate Reach, Impact, Confidence, Effort scores - Normalize across different scale systems - Apply team capacity adjustments - Generate confidence-adjusted rankings ### ICE Scoring - Impact, Confidence, Ease calculations - Comparative scoring across features - Quick prioritization for growth experiments - Sensitivity analysis ### MoSCoW Categorization - Must-have, Should-have, Could-have, Won't-have classification - Constraint-based categorization rules - Dependency-aware sorting - Release planning integration ### Weighted Scoring - Custom prioritization frameworks - Multiple criteria weighting - Stakeholder preference integration - Dynamic weight adjustment ### Score Analysis - Normalize scores across data sources - Generate priority rankings wi

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. RICE Scoring
  4. ICE Scoring
  5. MoSCoW Categorization
  6. Weighted Scoring
  7. Score Analysis
  8. Prerequisites
  9. Input Data Format
  10. Usage Patterns
  11. RICE Score Calculation
  12. RICE Calculation Example
  13. ICE Score Calculation
  14. ICE Calculation Example
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the prioritization-calculator skill do?

Automated calculation and scoring for product prioritization frameworks including RICE, ICE, MoSCoW, and custom weighted scoring. Normalizes scores, validates inputs, and generates priority rankings with confidence intervals.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill prioritization-calculator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going