claude-skills/docs/commands/rice.md
Claude 82c5aea9f0
Merge origin/dev: reconcile docs redesign with upstream skill changes
- Resolve conflicts: keep redesigned skills index, take dev's cs-aeo link
  fix, union of DOMAIN_SEO_CONTEXT entries in generate-docs.py
- Regenerate catalog on the merged tree (dev's agent/command description
  updates, removed ai-seo/release-manager/command-guide, restructured
  universal-scraping-architect)
- Update counters to post-merge truth from scripts/derive_counters.py:
  345 skills, 78 plugins (14 bundles + 64 standalone), 570+ Python tools
- Add redirects for upstream-removed pages (ai-seo -> aeo,
  release-manager -> changelog-generator, command-guide -> engineering index)
- Add compliance-os bundle to bundle tables; rebuild 78-plugin table from
  marketplace.json
- Teach the generator to rewrite repo-root-relative source links to GitHub
  URLs — mkdocs build --strict now passes with zero warnings

https://claude.ai/code/session_015bYZ97nV4oRb3LbxCRFVcP
2026-06-11 15:52:42 +00:00

1.3 KiB

title description
/rice — Slash Command for AI Coding Agents RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]. Slash command for Claude Code, Codex CLI, Gemini CLI.

/rice

:material-console: Slash Command :material-github: Source

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