LLM Skills
~/catalogue/debugging et maintenance//rice

/rice

/rice

Priorise les fonctionnalités avec le scoring RICE (Reach, Impact, Confidence, Effort) et des contraintes de capacité optionnelles.

alirezarezvanialirezarezvani
25.6k
12 juin 2026
MIT License
// contenu du skill

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
// source originale publique
alirezarezvani/claude-skills
/commands/rice.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/rice.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/rice.md"
Ensuite dans Claude Code, tapez /rice pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 25.6k
LicenceMIT License
Mis à jour12 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward