feature-prioritizer

feature-prioritizer is a command for Claude Code from Dokkabei97/forged-claude-code. It costs 28 tokens per session (993 once invoked), scanned A, original, MIT.

A command that ranks product or software features using prioritization methods such as RICE, ICE, MoSCoW, or custom weighted scores. RICE and ICE calculate scores from factors such as reach, impact, confidence, and effort; MoSCoW groups scope by importance.

In plain words
What is it for?
Give it a feature list, Markdown file, or backlog reference to score or classify what should be built next.
Why use it?
It provides a structured way to compare backlog items when time, resources, or stakeholder opinions differ. The chosen framework makes the trade-offs explicit.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the forged-claude-code plugin — 29 skills, 14 commands, 9 agents, 2 hooks shipped together

Good fit Give it a feature list, Markdown file, or backlog reference to score or classify what should be built next.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dokkabei97/forged-claude-code/feature-prioritizer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Dokkabei97/forged-claude-code

Made for: Claude Code.

Or install forged-claude-code, the plugin that ships this one along with the rest of its 29 skills, 14 commands, 9 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feature-prioritizer

README.md
[![agentmods](https://agentmods.dev/badge/commands/dokkabei97/forged-claude-code/feature-prioritizer.svg)](https://agentmods.dev/commands/dokkabei97/forged-claude-code/feature-prioritizer)
Your own site
<a href="https://agentmods.dev/commands/dokkabei97/forged-claude-code/feature-prioritizer"><img src="https://agentmods.dev/badge/commands/dokkabei97/forged-claude-code/feature-prioritizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00993
Opus 5 $0.00014 $0.00496
Sonnet 5 $0.00006 $0.00199
Haiku 4.5 $0.00003 $0.00099

Measured 7d ago against content hash 0b84ba4d1b0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

feature-prioritizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/feature-prioritizer.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/feature-prioritizer - Feature Priority Calculator

Triggers

  • When deciding what to build next from a backlog
  • When stakeholders disagree on priorities
  • When resources are limited and trade-offs are needed

Usage

/feature-prioritizer [feature list or file path]
/feature-prioritizer --framework rice    # Use RICE scoring
/feature-prioritizer --framework ice     # Use ICE scoring
/feature-prioritizer --framework moscow  # Use MoSCoW classification

Behavioral Flow

Phase 1: Input Collection

Accept feature list as text or from file:

Features can be provided as:
- Inline text (one feature per line)
- Markdown file with feature descriptions
- Backlog file reference

Phase 2: Framework Selection

If not specified, recommend based on context:

Framework Best For Input Needed
RICE Data-driven teams, quantitative Reach, Impact, Confidence, Effort
ICE Quick prioritization, early stage Impact, Confidence, Ease
MoSCoW Scope definition, stakeholder alignment Categorization
Weighted Custom criteria, multi-stakeholder Custom weights

Phase 3: Scoring

RICE Scoring:

RICE Score = (Reach × Impact × Confidence) / Effort

- Reach: How many users affected per quarter (number)
- Impact: How much impact per user (0.25/0.5/1/2/3)
- Confidence: How sure are we (100%/80%/50%)
- Effort: Person-months of work (number)

ICE Scoring:

ICE Score = Impact × Confidence × Ease (each 1-10)

Phase 4: Output

# Feature Prioritization — [Framework]
**Date**: YYYY-MM-DD

## Ranked Features

| Rank | Feature | Score | R | I | C | E | Recommendation |
|------|---------|-------|---|---|---|---|----------------|
| 1 | [Feature] | [N] | [N] | [N] | [N] | [N] | 🟢 Build Now |
| 2 | [Feature] | [N] | [N] | [N] | [N] | [N] | 🟢 Build Now |
| 3 | [Feature] | [N] | [N] | [N] | [N] | [N] | 🟡 Build Next |
| 4 | [Feature] | [N] | [N] | [N] | [N] | [N] | 🔴 Defer |

## Priority Tiers
### 🟢 Build Now (This Sprint/Month)
1. [Feature] — Score: [N] — [1-line why]

### 🟡 Build Next (Next Sprint/Month)
2. [Feature] — Score: [N] — [1-line why]

### 🔴 Defer (Backlog)
3. [Feature] — Score: [N] — [1-line why]

## Key Insights
- Highest ROI: [Feature] (high impact, low effort)
- Quick Win: [Feature] (moderate impact, very low effort)
- Big Bet: [Feature] (high impact, high effort)
- Reconsider: [Feature] (low impact, high effort)

Read the full file on GitHub · 127 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 127 lines · 28 tokens per session scan A 0b84ba4d1b0b

Subscribe to this mod's changes

feature-prioritizer is a command published in the GitHub repository Dokkabei97/forged-claude-code (2 stars, last pushed 6mo ago), licensed MIT. It adds 28 tokens to every session and 993 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.