prioritize

prioritize is a skill for Claude Code, Codex from felipecabargas/gambit. It costs 102 tokens per session (2,334 once invoked), scanned A, original, MIT.

A feature-ranking workflow that scores and orders initiatives using RICE by default. RICE compares reach, impact, confidence, and effort, while the workflow also checks existing strategy, goals, and feature requests.

In plain words
What is it for?
Use it to choose what to build next, prepare for planning, or explain backlog priorities to stakeholders.
Why use it?
It turns a backlog into a reasoned order of work and ties prioritization to the product goals already documented.

Skill for Claude CodeCodex

Part of the gambit plugin — 13 skills, 4 agents shipped together

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.

agentmods
npx agentmods add skills/felipecabargas/gambit/prioritize
Any agent
npx skills add felipecabargas/gambit --skill prioritize
Clone the repo
git clone --depth 1 https://github.com/felipecabargas/gambit

Made for: Claude Code, Codex.

Or install gambit, the plugin that ships this one along with the rest of its 13 skills, 4 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/felipecabargas/gambit/prioritize.svg)](https://agentmods.dev/skills/felipecabargas/gambit/prioritize)
Your own site
<a href="https://agentmods.dev/skills/felipecabargas/gambit/prioritize"><img src="https://agentmods.dev/badge/skills/felipecabargas/gambit/prioritize.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00102 $0.02334
Opus 5 $0.00051 $0.01167
Sonnet 5 $0.00020 $0.00467
Haiku 4.5 $0.00010 $0.00233

Measured 4d ago against content hash 12988581102d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

skills/prioritize/SKILL.md · 193 lines

How it starts

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

Prioritization

Score and rank features or initiatives so the most valuable, strategic work rises to the top. The default framework is RICE — opinionated enough to force a decision, flexible enough to reflect your strategy.

Step 0: Context Scan (Silent)

Before asking anything, scan for strategic context:

cat STRATEGY.md 2>/dev/null
find . -maxdepth 2 -name "OKRs-*.md" 2>/dev/null | sort | tail -1 | xargs cat 2>/dev/null
find . -maxdepth 3 -name "FR-*.md" -o -name "feature-request-*.md" 2>/dev/null | head -20 | xargs cat 2>/dev/null
find . -maxdepth 2 -name "prioritization-*.md" 2>/dev/null | sort | tail -1 | xargs cat 2>/dev/null

Use what you find to:

  • STRATEGY.md found: pull the strategic pillars and use them to assess strategic fit for each item. Note which pillar each item maps to.
  • OKRs found: use current Key Results to calibrate Impact scores — items that move an active KR score higher.
  • FR files found: when an item in the input matches a known FR, read the FR for reach estimates, user context, and scope. Do not ask the user to re-describe items that are already specced.
  • Prior prioritization found: surface it and ask if the user wants to update it or start fresh.
  • Nothing found: proceed with user-supplied context only.

Do not mention the scan.

Step 1: Input

Accept items in any format — a numbered list, bullet points, ticket IDs, FR filenames, or a paragraph. Extract the item name and any context provided.

If the input is sparse (item name only, no context), ask for the missing inputs required to score that item rather than scoring blind.

If the user specifies a framework (Agentic RICE, ICE, MoSCoW, custom), switch to it. See Alternative Frameworks below.

If the user mentions agentic workflows, AI agents, or autonomous execution, suggest Agentic RICE and explain the difference before proceeding.

Step 2: Score Each Item

Default framework is RICE. Score every item, then rank by RICE score descending.

Read the full file on GitHub · 193 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. 4d ago First seen · 193 lines · 102 tokens per session scan A 12988581102d

Subscribe to this mod's changes

prioritize is a skill published in the GitHub repository felipecabargas/gambit (2 stars, last pushed 3mo ago), licensed MIT. It adds 102 tokens to every session and 2,334 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-31.

Related

Other skills, from other repositories

seo-page

Single-page SEO audit: deep content quality evaluation using Google's E-E-A-T framework, Helpful Content guidelines, on-page SEO factors, search intent alignment, technical signals, and readability analysis. Fetches GSC performance data for that specific page, crawls the live HTML, evaluates metadata, schema markup…

nowork-studio/notfair-plugin · 229 tokens

gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…

nowork-studio/notfair-plugin · 184 tokens

google-ads

Manage Google Ads — performance, keywords, bids, budgets, negatives, campaigns, ads, search terms, QS, location targeting, bulk operations, experiments, asset management, portfolio bidding, offline conversions. Use for any mention of Google Ads, CPA, ROAS, ad spend, or campaign settings.

nowork-studio/notfair-plugin · 64 tokens

geo-optimizer

Generative Engine Optimization (GEO) — make content rank in AI search answers from ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. Audits existing content, rewrites for AI citation, and produces per-engine strategy. Use when asked to "optimize for AI search", "rank in ChatGPT", "GEO audit", "improve AI…

nowork-studio/notfair-plugin · 190 tokens

schema-markup-generator

Generate JSON-LD structured data markup for rich results in Google Search. Supports FAQ, HowTo, Article, Product, LocalBusiness, and multi-type schemas. Validates against Google requirements and provides implementation guidance. Use when asked to "add schema markup", "generate structured data", "JSON-LD", "rich…

nowork-studio/notfair-plugin · 99 tokens

google-ads-landing

Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit"…

nowork-studio/notfair-plugin · 121 tokens