CtrlK
BlogDocsLog inGet started
Tessl Logo

rice

RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.gemini/skills/rice/SKILL.md
SKILL.md
Quality
Evals
Security

/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

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

Repository
alirezarezvani/claude-skills
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.