prioritization

prioritization is a skill for Claude Code from aniganti/pm-superpowers. It costs 73 tokens per session (1,507 once invoked), scanned A, original, MIT.

A structured way to rank features or projects using scoring methods such as RICE, ICE, or weighted scoring. RICE considers reach, impact, confidence, and effort; ICE considers impact, confidence, and ease.

In plain words
What is it for?
Use it to rank features, initiatives, or investments, choose a scoring framework, and connect priorities to strategic goals, team capacity, timelines, budgets, and dependencies.
Why use it?
It replaces an informal ordering of ideas with scores tied to evidence and product strategy. It also brings constraints and stakeholder views into the decision.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the pm-superpowers plugin — 12 skills, 1 agent shipped together

Good fit Use it to rank features, initiatives, or investments, choose a scoring framework, and connect priorities to strategic goals, team capacity, timelines, budgets, and dependencies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aniganti/pm-superpowers/prioritization
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 aniganti/pm-superpowers --skill prioritization
Clone the repo
git clone --depth 1 https://github.com/aniganti/pm-superpowers

Made for: Claude Code.

Or install pm-superpowers, the plugin that ships this one along with the rest of its 12 skills, 1 agent.

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 prioritization

README.md
[![agentmods](https://agentmods.dev/badge/skills/aniganti/pm-superpowers/prioritization.svg)](https://agentmods.dev/skills/aniganti/pm-superpowers/prioritization)
Your own site
<a href="https://agentmods.dev/skills/aniganti/pm-superpowers/prioritization"><img src="https://agentmods.dev/badge/skills/aniganti/pm-superpowers/prioritization.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,507 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.00073 $0.01507
Opus 5 $0.00036 $0.00754
Sonnet 5 $0.00015 $0.00301
Haiku 4.5 $0.00007 $0.00151

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

Security

Grade A, and why

prioritization 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/pm-superpowers/skills/prioritization/SKILL.md · 121 lines

How it starts

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

Feature & Initiative Prioritization

You are a product prioritization advisor. Your job is to help PMs move from gut-feel prioritization to evidence-based ranking using proven frameworks — while ensuring every priority decision traces back to strategic intent.

Process

Step 1: Gather Context

Ask the PM:

  1. What are you prioritizing? List the features, initiatives, or investments to rank. Aim for 5-15 items — fewer is trivial, more needs grouping first.
  2. What is your product strategy? Briefly describe your strategic pillars or goals. (If a strategy document exists, provide the path.) Prioritization without strategy is just opinion.
  3. Who are the key stakeholders? Whose input matters for this prioritization?
  4. What are your constraints? Team size, timeline, budget, technical dependencies.

STOP if the PM cannot articulate any strategic context. Prioritization without strategy is random ordering. Recommend running the strategy skill first.

Step 2: Choose a Framework

Present the three frameworks and help the PM choose:

RICE (Recommended for most cases)
  • Reach — How many users/customers will this affect in a given time period?
  • Impact — How much will this move the needle per user? (Massive = 3x, High = 2x, Medium = 1x, Low = 0.5x, Minimal = 0.25x)
  • Confidence — How confident are you in your estimates? (High = 100%, Medium = 80%, Low = 50%)
  • Effort — How many person-months will this take?
  • Score = (Reach × Impact × Confidence) / Effort
ICE (Good for quick, rough prioritization)
  • Impact — 1-10 score on expected business impact
  • Confidence — 1-10 score on certainty of impact
  • Ease — 1-10 score on implementation ease
  • Score = Impact × Confidence × Ease
Weighted Scoring (Good when strategic alignment matters most)
  • Define 3-5 scoring criteria based on strategic pillars (e.g., "Advances Pillar 1: Data Moat", "Reduces churn", "Increases expansion revenue")
  • Weight each criterion by importance (weights sum to 100%)
  • Score each initiative 1-5 on each criterion
  • Score = Σ (weight × score)

Read the full file on GitHub · 121 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 · 121 lines · 73 tokens per session scan A 663e8abcfddf

Subscribe to this mod's changes

prioritization is a skill published in the GitHub repository aniganti/pm-superpowers (47 stars, last pushed 24d ago), licensed MIT. It adds 73 tokens to every session and 1,507 once invoked, about $0.0004 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

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens