EN
Language · same page NLNederlands/ai-en-automatisatie/ai-rice-prioritering-skill-voor-claude/ ENEnglish (UK)/en/ai-rice-prioritising-skill-for-claude/ ESEspañolnot translated yet We do not remember your choice and never redirect you automatically.
~/skills/ai-rice-prioritising[ok] loaded
INS.SKILL · FREE FOR CLAUDE, ALSO FOR CODEX AND CURSOR

The AI RICE Prioritisation skill for Claude

You paste your backlog into Claude and you get back a prioritised list your team cannot talk its way around. Every idea is scored on Reach, Impact, Confidence and Effort using the RICE method Sean McBride developed at Intercom in 2016, with a justification per factor and the full calculation attached every time. And with assumptions that have no evidence, the skill does something few scoring models do: it stops, and says you need to validate before you build.

Download the skill View all skills NL 4.2 KB · zip containing SKILL.md · MIT licence · no account needed
$ installation, line by lineFIG.00
~/.claude/skills
theseo ~ %
  inflating: ai-rice-prioritering/SKILL.md
theseo ~ %
  ---
  name: ai-rice-prioritering
  description: >…
theseo ~ %
[ok] skill active · 1,352 words of instructions loaded

the rules above come from the zip on this page · SKILL.md is 9,169 bytes

~/skills/ai-rice-prioritising/01-demonstration[run]
Section 01 · The demonstration

Backlog in, ranking out

reg. R.001

This is the worked example from the SKILL.md itself, shown here in shortened form: a SaaS roadmap with four competing ideas. Watch what happens to the mobile app. It feels important, but without data it gets a low Confidence, and that is exactly what the score makes visible.

FIG.01: From backlog to prioritised table[#----] sheet 1/5
~/roadmap · claude + ai-rice-prioritising
you > here is our backlog for this quarter, score it with RICE and give me a top 3
backlog.txtfour ideas, one goal Goal: trial-to-paid conversion. Period: per quarter. Ideas: new onboarding flow (affects 800 trials, we have A/B test data), Slack integration (1,200 existing customers), mobile app improvement (300 mobile users, no data), pricing page redesign (5,000 visitors a month).
claude · scoring according to the mandatory five-part output structure...
[1/5]setup · period per quarter, main goal conversion, Intercom scale for Impact confirmed
[2/5]RICE block per item · four blocks, per factor a one-sentence justification plus the weakest assumption
[3/5]table · sorted descending: 7500 · 640 · 640 · 37.5
[4/5]top 3 · pricing first, with the validation task: check the impact assumption before you build
[5/5]bias check · mobile app flagged: Confidence of 50 per cent is guesswork, collect data first
ranking.mdshortened, the full example sits in the skill 1. Pricing page redesign · (15,000 x 0.5 x 0.5) / 0.5 = 7500 2. New onboarding flow · (800 x 2 x 0.8) / 2 = 640 2. Slack integration · (1,200 x 1 x 0.8) / 1.5 = 640 · tied, choose on team capacity 4. Mobile app improvement · (300 x 1 x 0.5) / 4 = 37.5 · data first, then build Validation task: the impact of the pricing redesign is an assumption with Confidence 50. Check your session recordings before you commit to it.
[#####] 5/5 done · every score with the full calculation attached, because a bare number is false objectivity
4R.01 · factors: Reach, Impact, Confidence, Effort
5R.02 · mandatory parts in every output
5R.03 · bias checks before every top 3
0R.04 · euros, MIT licence, no account
R.01 to R.04 · properties of the skill file, not results or usage figures.
$ cat 01-wat-de-skill-is.md
DOC.01

What the AI RICE Prioritisation skill is

The AI RICE Prioritisation skill is part of our own library, a hundred free skills you can get without an account. A skill is an instruction file, SKILL.md, that gives an AI assistant a fixed way of working for exactly one task. No software, no subscription, no integration: a text file of 1,395 words that tells Claude how to score a list of ideas, features or projects, which questions to ask when information is missing, in what form to deliver the result, and which thinking errors it has to actively watch for while doing it. What a skill actually is and why files like this work so well, you can read at what Claude skills are NL.

You recognise the problem this skill solves by the meeting it ends up in. Eight ideas are on the table, everyone thinks their own idea matters most, and after an hour of discussion it is not the best idea that wins but the loudest voice or the highest job title. The roadmap becomes a political compromise. RICE takes that dynamic out of the room by putting every idea through the same four questions: how many people does this affect, how big is the effect per person, how sure are we of that, and what does it cost us. The outcome is a number, and numbers can be compared without anyone's opinion getting in between.

It is written for anyone who has to choose between too many options: product teams filling a roadmap, marketers comparing campaigns and channels, founders who want everything at once, and teams who need to order a content calendar or a list of operational projects. It is part of the skill library NL we make available for free from the AI and automation service, with no account and no sales email afterwards.

One thing you should know beforehand: RICE makes your assumptions objective, it does not replace them. If you guess at Reach and wish for your Impact, out comes a number exactly as soft as that guess. That is why the strictest part of the file is not the formula but the bias-check protocol that runs, mandatorily, after every scoring round. More on that further on.

$ cat 02-waar-rice-vandaan-komt.md # Sean McBride, Intercom, 2016
DOC.02

Where RICE comes from and what the formula does

RICE is not a management theory from a book but a working tool from practice. Sean McBride developed the method in 2016 within the growth team at Intercom, and Intercom published it on its own blog. The year 2014 that you find elsewhere cannot be traced back to anything, because that team had the same problem as every other team: more ideas than capacity, and no fair way to choose. Intercom later published the approach in a blog post, and since then RICE has been adopted by product management organisations worldwide. The SKILL.md names that origin explicitly and links to the original source, so you can check for yourself where the method comes from.

The formula is compact: (Reach x Impact x Confidence) / Effort. The numerator rewards ideas that reach many people, have a big effect per person and rest on evidence. The denominator punishes ideas that eat up a lot of capacity. The higher the outcome, the higher the idea sits on the list. What makes the formula clever is the role of Confidence: an idea with a beautiful story but no evidence gets multiplied by 0.5 and sinks on its own, while a boring idea with hard test data stays up. And dividing by Effort makes visible what teams systematically miss: that a small idea with an average effect often delivers more per month of work than a big idea with a massive effect.

The difference with choosing by gut feeling is shown fastest as a diff. On the left the sentences that usually settle roadmap discussions, on the right what the skill puts there instead.

The figures in this block come from the example scenario in the skill file itself. They are illustrations of the calculation method, not measurements from us or from a client.

~/skills/ai-rice-prioritising/02-anatomy[ok]
Section 02 · The anatomy

Four factors, one formula

reg. R.002

Every factor has its own instruction in the file: how you estimate it, which scale you use and which questions the skill asks if your input is not enough. The mono lines below come from those instructions.

FIG.02: The anatomy of the score[##---] sheet 2/5
FACTOR 1Reachreach per periodHow many people or customers does this affect in a fixed period, in absolute numbers, never in percentages.the skill probes further: which period, unique users or repeat, new or existing
FACTOR 2Impactscale 3 / 2 / 1 / 0.5 / 0.25How much difference this makes per person reached, towards your main goal. The scale runs from massive (3) to minimal (0.25) and in-between values do not exist.a 5 per cent conversion lift is called large in the file: impact 2
FACTOR 3Confidence100 / 80 / 50 per centHow sure are your estimates of Reach and Impact. Your own test data is 100, a benchmark 80, intuition 50. Below that the skill does not score it.below 50 per cent the scoring stops: research first, and the weak assumption gets noted
FACTOR 4Effortperson-months, minimum 0.5How many person-months does this cost in total, counting product, design, engineering, marketing and external parties. Whole and half numbers, no exotic precision.1 designer for half a month plus 2 developers for a month = 2.5 person-months
FORMULA(R x I x C) / EHigher is better. Sort descending by score and deal with the top first.the numerator rewards reach, effect and evidence, the denominator punishes capacity
$ less ai-rice-prioritering/SKILL.md # 1,395 words of instruction
DOC.03

What is actually in the SKILL.md

A skill is only as good as its instructions, so we simply describe them here. At the top sits a frontmatter that decides when Claude picks up the skill: for the literal terms like RICE, RICE scoring and prioritisation framework, but also for sighs like what should I do first, I have too many ideas and which feature comes first. Even a pasted list of projects with no clear order is enough to trigger it. That same frontmatter also states when it does not pick itself up: for pure urgency it points to Eisenhower, for a go-or-no-go decision on a single project to a pre-mortem or an inversion.

Next come the four factor instructions you saw in FIG.02, each with its own probing rules and its own scale. And then comes the part that determines the output: a mandatory structure of five parts. First a short setup with the period, the main goal and the assumptions behind the scale. Then per item a RICE block with the number per factor plus a one-sentence justification, and for Confidence explicitly the weakest assumption.

Then the prioritised table, sorted descending, with per row the rank, item, the four factors and the score. Then a top 3 with, per item, why it is at the top, which assumption most urgently needs validating, and what you cut or postpone based on that top 3. And to close, the bias check, more on that below.

It contains two worked example scenarios: the SaaS roadmap with four ideas that this page uses as its thread, and a marketing calendar for a small business owner with five options, from SEO landing pages to a Google Ads campaign for a niche. Both show the same pattern: the item that feels biggest rarely wins, and the item with the best ratio of reach to effort often does.

The file closes with a list of five things the skill never does, a source credit to the original Intercom publication by Sean McBride, and five style rules. The most important of those: always answer in the language of the input, always show the calculation and not just the final score, and probe further the moment a factor cannot be determined from the input. If you want to learn how to build an instruction file like this yourself, the full explanation is at writing a SKILL.md NL.

~/skills/ai-rice-prioritising/03-table[ok]
Section 03 · The table

The score sorts, you decide

reg. R.003

The prioritised table from the example scenario in FIG.01, shown here as bars. Schematic example: the figures come from the skill file, not from a measurement. What stands out is the reversal: the smallest job sits at the top and the idea that felt most important sits at the bottom, with a reason attached.

FIG.03: The prioritised table as bars[###--] sheet 3/5
#1Pricing page redesignR 15,000 · I 0.5 · C 50% · E 0.57500
#2New onboarding flowR 800 · I 2 · C 80% · E 2640
#2Slack integrationR 1,200 · I 1 · C 80% · E 1.5640
#4Mobile app improvementR 300 · I 1 · C 50% · E 437.5
# schematic example · bar length not to scale · two equal scores: choose on team capacity, says the file · lowest score with C 50%: collect data first
$ cat 04-bias-check-protocol.md # mandatory before every top 3
DOC.04

The bias check: why the score distrusts itself

The danger of every scoring model is false objectivity: a number looks hard, even when five soft assumptions sit underneath it. That is why the file contains a mandatory bias-check protocol that runs before the skill gives its top 3. Five checks, each aimed at a mistake scoring teams make in practice.

Score inflation. If every item gets an Impact of 3, it is not the list that is wrong but the scale, and it needs re-estimating. Massive is supposed to be rare, otherwise it stops meaning anything.

Effort underestimation. If every Effort sits below 1, you are underestimating time and a buffer is needed. A team that gives every project half a month is not planning a roadmap but a wish list.

Confidence guesswork. If more than half the items sit below 80 per cent, the first action is not building but research. The ranking is then not telling you what to build, but what to validate.

Reach inflation. Counting the same people more than once inflates the numerator. Unique users per period are enforced, with the explicit question of whether repeat reach counts.

Incomparable periods. Placing an item measured per month next to one measured per quarter makes the figures misleading. Everything is measured over the same period, or it is not compared.

Alongside these five checks, the output itself flags three more things per round: which items sit below 70 per cent Confidence and therefore need validation first, which items have an Effort below 0.5 and may be underestimated, and which Reach numbers cannot be backed up with data. That way you never get just a ranking, but also the list of weak spots inside it. Anyone who wants to learn to test their own assumptions more broadly finds the wider thinking frameworks in the knowledge base.

~/skills/ai-rice-prioritising/04-refusals[ok]
Section 04 · The limits

What the skill refuses

reg. R.004

Under the heading What NOT to do, the SKILL.md contains five fixed rules, and that list matters at least as much as the formula. Each rule exists because breaking it makes the score worthless without you noticing. Each rule is a request you might make, with the response the skill gives according to its own instructions.

FIG.04: refusals.log[####-] sheet 4/5
refusals.log5 fixed rules from the SKILL.md
just give me the final scores, I do not need the justificationREFUSEDNo RICE score without a justification per factor. A bare number is false objectivity: you cannot check it, so you cannot decide on it either. Every factor gets a sentence of explanation, always.
this feature is really a 2.5 on impactREFUSEDNo Impact numbers outside the standard scale. The steps are 3, 2, 1, 0.5 and 0.25. In-between values feel more precise but make scores incomparable, because everyone calibrates their own in-between steps differently.
confidence is only 30 per cent, but score it anywayREFUSEDNo Confidence below 50 per cent. Below that line it is no longer an estimate but a guess, and a guess does not belong in a ranking. The skill sets the item aside with a validation task: research first.
item A is per month and item B is per quarter, that does not matter, right?REFUSEDNo comparing items with different periods for Reach. A quarterly item counts three times as many people as the same item per month. The skill first converts everything to one period.
put the effort of this item in weeks, the rest is in monthsREFUSEDNo mixing person-weeks and person-months. One unit for the whole list, otherwise the denominator of the formula gets invisibly skewed and the item with the smallest unit wins.
$ unzip ai-rice-prioritering-skill-voor-claude.zip -d ~/.claude/skills/
DOC.05

Installing in Claude Code, Claude.ai or Codex

The zip contains one folder, ai-rice-prioritising, with the SKILL.md inside it. Installing is a matter of putting the file in the right place, and that place differs per environment. SKILL.md has been an open standard since December 2025, so the same skill also works in Codex, Cursor and Gemini CLI. So you are not downloading a Claude file but a working instruction that any modern AI assistant can read.

CLAUDE CODE
  1. Unzip it into ~/.claude/skills/ (or .claude/skills/ in your project).
  2. Claude then recognises the skill automatically as soon as you start talking about prioritising or a backlog.
  3. You can also call it directly, with /ai-rice-prioritering.
CLAUDE.AI
  1. Go to Customize and then Skills.
  2. Upload the zip there as a skill.
  3. Or paste the contents of SKILL.md into the project instructions of a Project.
CODEX
  1. Open AGENTS.md in your repo.
  2. Paste the contents of SKILL.md into it, or put SKILL.md next to it as a separate file and refer to it from AGENTS.md.
  3. Codex reads that along at the start of every session.

After that, using it is simple: paste your list, name your main goal and your period, and ask for a RICE round. If anything is missing, the skill asks rather than guesses. If you get stuck anywhere while installing, every step is explained in the installing Claude skills NL guide.

$ cat 06-wanneer-wel-en-niet.md
DOC.06

When to use it, and when not

It lists nine situations where RICE proves its worth. The common thread: a roadmap with five or more competing ideas, a backlog that keeps growing and loses direction, stakeholders each pushing their own project, or a founder who wants everything at once and honestly wants to see what delivers the most. But also outside product work: comparing marketing channels, ordering a content calendar, weighing a bug against a feature, choosing sales experiments and dividing operational projects across a team. Wherever you have one main goal per item and can estimate the four factors, the method works.

The file is equally honest about when to leave it alone, and there are five such cases. With one or two options RICE is overkill: the scoring round is then more work than the decision. For pure urgency, where deadlines set the order, the Eisenhower matrix is the right tool.

For an existential go-or-no-go decision on a single project, a pre-mortem or an inversion is the right fit, because there you want to see risks, not a ranking. If items compete for the same resource, you need a capacity plan alongside the scores. And for strategic choices with a horizon of three years or more, the file points to frameworks such as Three Horizons or Wardley Mapping: RICE is a tool for the coming quarter, not for the coming three years.

The most important limit has already been mentioned, but it deserves repeating: the score is only as good as the input. RICE makes your assumptions comparable and exposes where they are weak, but it does not replace market research or a conversation with a customer. The file solves that by turning low Confidence into a validation task, so the weakest assumption automatically ends up at the top of your to-do list.

~/skills/ai-rice-prioritising/05-upgrade-path[ok]
Section 05 · From skill to employee

Run it yourself, or have it run

reg. R.005

This skill is the free do-it-yourself version of work we also deliver as a service. Nothing is held back and there is no catch, but be aware of what a skill is: it teaches your AI how to do something, while every new session starts empty. You prompt, you supply your goals and figures again every time, you check the result. Anyone who wants that differently has two next steps: hand off the engine, or sort out the memory.

$ cat from-skill-to-employee.mdthree rungs, same work
upgrade-path.shfree · employee · brain
RUNG 1 · FREE
where you are now
The skill: you are the engine You run the AI RICE Prioritisation skill yourself in Claude, Codex or Cursor. Costs nothing, works today, and you keep it entirely in your own hands: no trial period, no locked parts. The limit is your own time: the scoring round only happens when you start it, and you have to supply your figures again every time. $ claude --skill ai-rice-prioritising · €0 · you prompt, you check
RUNG 2 · SERVICE
have it prepared
The Reporting employee: the figures you score on You set the scores for Reach, Impact, Confidence and Effort yourself, because those are estimates you put your own neck on the line for. What can be done as a service is the input: how many people a page, feature or process affects, what the trend is and which measurements you already have, set out fresh every month in the same way. That is the Reporting employee from Mansotti, the company of which TheSEO is the trading name, which also builds the other two roles and sets up the surrounding work to measure. The control stays with you, because output remains a draft until a human approves it. A Reach estimate on your own figures is a different thing from a Reach estimate on gut feeling. Read what an AI employee is and does. from €950 per month · a person approves, always
RUNG 3 · BRAIN
everything from one source
Jarvis: all your AIs work from the same company knowledge The skill teaches the AI, the brain is where the memory lives. Want all your AIs working from the same company knowledge? That is Jarvis, the organisation brain. It connects ChatGPT, Claude, Codex and your people to the same projects, core knowledge and decisions, so your next AI session does not start from zero. For this skill that means: you no longer have to supply your main goal, your period and your earlier scoring rounds again for every conversation. What that delivers in practice, from the plans to your first week, you can read at Jarvis itself. entry plan Brain Start: €9 per month incl. Dutch VAT · pay for your brain, not per AI question
# not a sales trick: rung 1 stays free and complete. The next rungs are for anyone who wants to hand this work off.
~/skills/ai-rice-prioritising/06-jarvis[ok]
Section 06 · The brain

What Jarvis actually delivers

reg. R.006

Rung 3 deserves more than a paragraph, because memory is exactly what matters most for prioritising. A RICE round is a snapshot: next month a separate chat no longer knows which main goal you chose, which items you postponed and which assumption still needed validating. Jarvis is the organisation brain that does remember that. You notice it first at the start of a new session.

FIG.05: What a session gets back from the brain[#####] sheet 5/5
jarvis · organisation brain● sync
$jarvis recall "quarter-priorities" # schematic example
[core]main goal this quarter: trial-to-paid conversion · measure Reach per quarter, in unique users
[core]agreement: Confidence below 70 per cent means validate first, recorded during the previous round
[task]RICE round new backlog · draft ready · awaiting human approval
[decision]mobile app postponed after score 37.5 · reconsider once usage data exists, approved by a human
[log]previous session: claude scored the list, a human adjusted two effort estimates, result saved
[ok]context loaded · this session does not start empty
this is how every task moves through the brain: recordedcontext setdelegatedhuman approvalsaved · the full trail is at jarvis/werking NL
context.retained Your next session does not start over Today you explain your main goal and your measurement period, and tomorrow a separate chat knows nothing about it any more. With Jarvis every session starts with the same goals, scales and earlier rounds, as in FIG.05: recall first, then score.
ai.connected ChatGPT, Claude and Codex, one source Every connected AI works from the same core knowledge and agreements. The ranking you make and approve in Claude, ChatGPT knows too. You never explain anything three times and no three separate roadmaps appear side by side.
tasks.tracked Tasks scheduled, tracked, reported done A validation task from the bias check is recorded with a goal and a deadline, picked up by the right agent and reported done with the result attached. You can see at any moment what is running, what is waiting and what is finished.
everything.logged Everything logged and viewable Every step leaves a checkable trail: who asked what, which sources were used, which agent worked on it and who gave approval. Not because it has to, but because otherwise you cannot check what happened on your behalf.
human.approval Nothing goes out without approval AI prepares, a human decides. A ranking stays a draft until someone approves it, and only approved knowledge goes back into the brain. That limit applies everywhere in the system, even for work an agent prepared entirely on its own.
brain.isolated Client brain isolated If you work for several clients, the knowledge stays strictly separated per client. What you learn for one never leaks into the work for another.
# THE HONEST PROOF · NOT A DEMO

We have been running on this system ourselves for months. Every agent session, every task and every decision gets logged in it and can be read back. A new session therefore does not start blank: it first retrieves the recorded decisions, the running projects and the latest changes, and carries on where the previous one stopped. So we are not describing a promise but the way of working we ourselves are in every day.

$ cat pricing.mdpay for your brain, not per AI question
Brain Start €9 /month incl. VAT 1 organisation brain · 1 user · 1 AI employee
Brain Solo €29 /month incl. VAT 1 organisation brain · 1 user · 3 AI employees
Brain Team €99 /month incl. VAT 1 organisation brain · 5 users · 10 AI employees
Brain Business €249 /month incl. VAT 3 organisation brains · 20 users · 50 AI employees

See the four plans at jarvis/prijzen NL. Through the waiting list NL you only pass on your preferred plan, without obligation. That does not yet create an account, an order or a payment obligation. We discuss bespoke business setups first.

~/skills/ai-rice-prioritising/07-related-skills[ok]
Section 07 · The chain

The skills around it

reg. R.007

Prioritising never stands on its own: a goal comes before it and figures come into it. These skills from the same library each cover a different part of that chain.

$ claude --interactief # seven questions, seven answers
DOC.07 · FAQ

Frequently asked questions

What does the AI RICE Prioritisation skill cost?

Nothing. The skill is free, comes under the MIT licence and asks for no account and no email address. You download a 4.2 KB zip containing a folder with a single file, SKILL.md, and that is the complete skill. There is no paid version and no sales email follows.

Does this skill also work in Codex, Cursor or Gemini CLI?

Yes. SKILL.md has been an open standard since December 2025, so the same file also works in Codex, Cursor, Gemini CLI and other tools that follow the standard. In Codex you unzip it into .agents/skills/ in your project, or into ~/.agents/skills/ for all your projects; Codex has supported SKILL.md directly since the open standard of December 2025. Putting the contents of SKILL.md into your AGENTS.md still works too. The instructions are readable text, so any AI assistant that accepts instruction files can handle it.

Does the skill invent scores if I have no figures?

No. The style rules in the file require Claude to probe further the moment Reach, Impact, Confidence or Effort cannot be determined from your input, and to always show the calculation instead of just the final score. Assumptions with no evidence get a low Confidence, and below 50 per cent the scoring stops: the first action is then research, not building.

What is a good RICE score?

There is no such thing as an absolute number. A RICE score is only meaningful in comparison with other items scored over the same period and against the same main goal. That is why the file forbids comparing items with different periods for Reach: the figures then become misleading. The score determines the order, not the verdict.

What is the difference between RICE and MoSCoW?

RICE calculates: every item gets a number based on Reach, Impact, Confidence and Effort, and the list sorts itself. MoSCoW sorts qualitatively into four categories and is faster, which suits releases and sprints well. RICE fits better with a roadmap where you have figures or can estimate them. The two complement each other: MoSCoW decides what gets in, RICE decides what goes first.

How many items do I need to use RICE meaningfully?

The file names a roadmap with 5 or more competing ideas as the starting point where RICE proves its worth, and states itself that the method is overkill with 1 or 2 options. For a go or no go decision on a single project it points to a pre-mortem or an inversion, and for pure urgency to the Eisenhower matrix.

Where does the Impact scale of 3 to 0.25 come from?

From Intercom. Sean McBride developed RICE there in 2016 within the growth team, and the scale with 3 for massive, 2 for large, 1 for medium, 0.5 for low and 0.25 for minimal comes from that original setup. The skill sticks to it strictly: it rejects in-between values such as 2.5, because the scale only works if everyone uses the same steps.

$ cat 08-en-nu.md
DOC.08

Priority first, execution second

A good ranking is half the job: after that the top item still has to be built, written or launched. If an SEO or visibility project sits at the top of your list, the free SEO scan shows in a few seconds where your site stands right now, so your Reach estimate immediately rests on something. And if you want to talk further about what else AI can do for your business, from standalone skills to full automation, we are happy to do that in a conversation.

Section 08 · Next stepreachable 24/7
Book a call NL
$ whoami
Gianluca, founder
Written by GianlucaFounder. Has been building visibility for Dutch businesses since 2017, in Google and in AI answers. More about the institute.