prioritize

prioritize is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 92 tokens per session (1,747 once invoked), scanned A, original, MIT.

A feature-prioritization tool that ranks initiatives or backlog items using methods such as RICE, ICE, WSJF, MoSCoW, value versus effort, Kano, or weighted scoring. It supports ranking, scoring, opportunity assessment, trade-off analysis, and scope cutting.

In plain words
What is it for?
Use it to decide what to build next, score a feature list, compare alternatives, find gaps, or reduce the scope of a project.
Why use it?
It helps teams make an explicit choice when there are more possible projects than time or resources. The comparison makes the reasons for building, delaying, or removing work easier to discuss.

Skill for Claude Code

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

Part of the pm-core plugin — 14 skills, 2 agents shipped together

Good fit Use it to decide what to build next, score a feature list, compare alternatives, find gaps, or reduce the scope of a project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/prioritize
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.

Any agent
npx skills add mshadmanrahman/pm-pilot --skill prioritize
Clone the repo
git clone --depth 1 https://github.com/mshadmanrahman/pm-pilot

Made for: Claude Code.

Or install pm-core, the plugin that ships this one along with the rest of its 14 skills, 2 agents.

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 prioritize

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/prioritize.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/prioritize)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/prioritize"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/prioritize.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,747 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00092 $0.01747
Opus 5 $0.00046 $0.00873
Sonnet 5 $0.00018 $0.00349
Haiku 4.5 $0.00009 $0.00175

Measured 8d ago against content hash d4a08603ba28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

prioritize 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 8d 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.

plugins/pm-core/skills/prioritize/SKILL.md · 176 lines

How it starts

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

Prioritize: Feature Ranking and Scoring

Score and rank features, initiatives, or backlog items using established PM frameworks. Auto-detects the right framework and mode from context.

When to Activate

  • User says "prioritize", "rank these", "what should we build next?"
  • User asks for RICE, ICE, WSJF, or any scoring framework
  • User needs to make scope cuts or trade-off decisions
  • User has a list of features and needs to decide order

Modes

Auto-detect from user phrasing. If ambiguous, ask.

Mode When Output
Stack rank "What should we build next?" Ordered list with reasoning
Scoring "Score these 10 features" Framework table with scores
Opportunity assessment "Where's the biggest opportunity?" Gap analysis, underserved areas
Trade-off analysis "Should we do A or B?" Side-by-side comparison
Scope cut "We need to cut scope" Keep/cut/defer recommendations

Detection heuristics

  • "rank", "order", "what first", "what next" → Stack rank
  • "score", "RICE", "ICE", "rate these" → Scoring
  • "opportunity", "gap", "underserved" → Opportunity assessment
  • "A or B", "trade-off", "which one", "compare" → Trade-off analysis
  • "cut scope", "too much", "reduce", "what can we drop" → Scope cut

Frameworks

RICE (default for scoring mode)

Best for: Large backlogs, cross-team prioritization, when you need a defensible number.

Feature Reach Impact Confidence Effort RICE Score
{name} {users/qtr} {0.25-3} {50-100%} {person-months} {R×I×C/E}
  • Reach: How many users affected per quarter
  • Impact: 3 = massive, 2 = high, 1 = medium, 0.5 = low, 0.25 = minimal
  • Confidence: 100% = high certainty, 80% = medium, 50% = low
  • Effort: Person-months of work

ICE (default for quick decisions)

Best for: Fast prioritization, smaller teams, when RICE feels heavy.

Feature Impact Confidence Ease ICE Score
{name} {1-10} {1-10} {1-10} {I×C×E}

Read the full file on GitHub · 176 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. 8d ago First seen · 176 lines · 92 tokens per session scan A d4a08603ba28

Subscribe to this mod's changes

prioritize is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 2d ago), licensed MIT. It adds 92 tokens to every session and 1,747 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

customer-success

Support workflows, ticketing systems (Zendesk, Intercom), knowledge base design, chatbot design, and metrics (CSAT, NPS). Use when building support infrastructure, designing help centers, or optimizing customer experience.

travisjneuman/.claude · 47 tokens

event-planner

Event planning with timelines, budgets, vendor coordination, logistics checklists, and post-event evaluation. Use when organizing conferences, workshops, galas, or corporate events.

travisjneuman/.claude · 37 tokens

hr-talent

HR and talent management expertise for talent acquisition, performance management, compensation strategy, organizational design, culture building, succession planning, and D&I programs. Use when hiring, managing performance, designing organizations, or building culture.

travisjneuman/.claude · 47 tokens

leadership

Executive leadership expertise for decision-making, change management, crisis management, stakeholder management, team building, and organizational leadership. Use when leading teams, managing change, navigating crises, or developing leadership skills.

travisjneuman/.claude · 42 tokens