LLM Skills
~/catalog/debugging & maintenance//rice

rice

/rice

Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.

alirezarezvanialirezarezvani
25.6k
June 12, 2026
MIT License
// skill content

--- name: rice description: "RICE feature prioritization with scoring and capacity planning. Usage:/rice prioritize <features.csv> [options]" --- #/rice Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints. ## Usage `` /rice prioritize <features.csv> Score and rank features /rice prioritize <features.csv> --capacity 20 Rank with effort capacity limit ` ## Input Format `csv feature,reach,impact,confidence,effort Dark mode,5000,2,0.8,3 API v2,12000,3,0.9,8 SSO integration,3000,2,0.7,5 Mobile app,20000,3,0.5,13 ` ## Examples ` /rice prioritize features.csv /rice prioritize features.csv --capacity 20 /rice prioritize features.csv --output json ` ## Scripts - product-team/skills /product-manager-toolkit/scripts/rice_prioritizer.py : RICE prioritizer ( <input.csv> [--capacity N] [--output text|json|csv]) ## Skill Reference > product-team/skills /product-manager-toolkit/SKILL.md `

// original public source
alirezarezvani/claude-skills
/commands/rice.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/rice.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/rice.md"
Then in Claude Code, type /rice to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 25.6k
LicenseMIT License
UpdatedJune 12, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward