Agent skill

rice-impact-matrix

Scores features using both RICE and strategic alignment for nuanced prioritisation. Use when asked to prioritise features, build a priority matrix, combine quantitative scoring with strategic fit, or decide what to build next with multiple competing initiatives. Produces a scored priority matrix with RICE scores, strategic alignment ratings, quadrant placement, and sequencing recommendations.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill rice-impact-matrix --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/rice-impact-matrix/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

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

From the SKILL.md

# RICE + Strategic Alignment Skill Produce a prioritisation output that balances quantitative RICE scoring with qualitative strategic fit — because the highest RICE score isn't always the right next bet. ## Required Inputs Ask the user for these if not provided: - **List of initiatives or features to prioritise** (names and brief descriptions) - **Current strategic priorities or OKRs** (needed to rate strategic alignment) - **Reach estimates** (users affected per quarter — even rough estimates work) - **Effort estimates** (person-months — from engineering if available) - **Quarter or planning period** ## Two-Stage Process ### Stage 1: RICE Scoring - Reach: Users affected per quarter - Impact: 3/2/1/0.5/0.25 scale - Confidence: 100% / 80% / 50% - Effort: Person-months - RICE = (R × I × C) / E ### Stage 2: Strategic Alignment Score Rate each initiative against your current strategic priorities (provided as input): - Directly supports top OKR: +3 - Supports secondary OKR: +2 - Neutral: +1 - Contradicts strategic direction: -1 ### Final Priority Score Combined Score = RICE Score + (Strategic Alignment × 10) **Validate** — Flag any initiative where RICE score and strategic alignment con

What's inside
Steps it walks through
  1. Required Inputs
  2. Two-Stage Process
  3. Stage 1: RICE Scoring
  4. Stage 2: Strategic Alignment Score
  5. Final Priority Score
  6. Output Structure
  7. Priority Matrix — [Quarter]
  8. Deeper Materials
  9. Scoring Rubric (0–40)
  10. Quality Checks
  11. Anti-Patterns
Ships with 3 files
  • references/strategic-weighting.md
  • references/worked-example.md
  • templates/matrix-worksheet.md
More from pm-claude-skills
All skills →
About this skill
What does the rice-impact-matrix skill do?

Scores features using both RICE and strategic alignment for nuanced prioritisation. Use when asked to prioritise features, build a priority matrix, combine quantitative scoring with strategic fit, or decide what to build next with multiple competing initiatives. Produces a scored priority matrix with RICE scores, strategic alignment ratings, quadrant placement, and sequencing recommendations.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill rice-impact-matrix --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 mohitagw15856/pm-claude-skills, a repository with 1,255 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