prioritization

prioritization is a skill for Claude Code, Codex from sruthir28/enterprise-ai-skills. It costs 0 tokens per session (5,221 once invoked), scanned C, original, MIT.

A product-management method for ranking features, projects, or tasks with structured decision frameworks. One included method, RICE, combines reach, impact, confidence, and effort into a score.

In plain words
What is it for?
Use it to order a product roadmap, choose the next features, allocate team resources, compare initiatives, and explain priorities to stakeholders.
Why use it?
It helps teams make trade-offs explicit when several possible initiatives compete for limited time and people.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to order a product roadmap, choose the next features, allocate team resources, compare initiatives, and explain priorities to stakeholders.

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

Made for: Claude Code, Codex.

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/sruthir28/enterprise-ai-skills/prioritization/github.svg)](https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/prioritization)
Your own site
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/prioritization"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/prioritization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prioritization

Your own site · 80×15
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/prioritization"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/prioritization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00000 $0.05221
Opus 5 $0.00000 $0.02610
Sonnet 5 $0.00000 $0.01044
Haiku 4.5 $0.00000 $0.00522

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

Security

Grade C, and why

prioritization scanned grade C with 1 finding 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 12d 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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

❌ **Never refuse to help due to missing data** - provide estimated ranges instead
prioritization/SKILL.md · 558 lines

How it starts

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

PM Prioritization Framework

A comprehensive prioritization skill for product managers to evaluate features, initiatives, and tasks using proven frameworks.

Overview

This skill helps PMs make data-driven decisions by applying the right framework for their specific context. All outputs are provided in clean, tabular format for easy sharing with stakeholders.

When to Use This Skill

Use this skill when you need to:

  • Prioritize a product roadmap
  • Decide which features to build next
  • Allocate team resources across initiatives
  • Make tradeoff decisions between competing priorities
  • Communicate priorities to stakeholders

Frameworks Included

1. RICE Scoring

When to use: When you have quantitative data and want an objective score

Best for: Feature prioritization, roadmap planning with multiple stakeholders

Requires: Estimates for reach, impact, confidence, and effort

Formula: (Reach × Impact × Confidence) / Effort

Components:

  • Reach: How many users/customers affected in a time period
  • Impact: Effect per person (Minimal=0.25, Low=0.5, Medium=1, High=2, Massive=3)
  • Confidence: Estimate confidence (50%, 80%, 100%)
  • Effort: Person-months required

Output Format:

| Feature | Reach | Impact | Confidence | Effort (PM) | RICE Score | Rank |
|---------|-------|--------|------------|-------------|------------|------|
| Feature A | 5000 | 2.0 | 100% | 3.0 | 3333 | 1 |
| Feature B | 3000 | 1.0 | 80% | 2.0 | 1200 | 2 |

2. Impact/Effort Matrix (2×2)

When to use: When you need quick visual prioritization or have limited data

Best for: Sprint planning, quick decisions, getting team alignment

Requires: Relative assessment of impact and effort (High/Low or Small/Medium/Large)

Quadrants:

  • Quick Wins (High Impact, Low Effort) → Do First
  • Big Bets (High Impact, High Effort) → Plan & Resource
  • Fill-Ins (Low Impact, Low Effort) → Do When Available
  • Money Pit (Low Impact, High Effort) → Avoid/Deprioritize

Read the full file on GitHub · 558 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 558 lines · 0 tokens per session scan C b66e108648cc

Subscribe to this mod's changes

prioritization is a skill published in the GitHub repository sruthir28/enterprise-ai-skills (139 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,221 tokens. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.