prioritize-backlog

prioritize-backlog is a skill for Claude Code, Codex from orin-dx/agent-plugins. It costs 45 tokens per session (366 once invoked), scanned A, original, MIT.

A backlog-prioritization skill that ranks software requirements by impact, urgency, and dependency order. A backlog is a list of work that still needs to be done.

In plain words
What is it for?
Use it to rank requirements and identify work that must happen before other dependent work can start.
Why use it?
It helps decide what to work on first when many requirements compete for attention.

Skill for Claude CodeCodex

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

Good fit Use it to rank requirements and identify work that must happen before other dependent work can start.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orin-dx/agent-plugins/prioritize-backlog
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 orin-dx/agent-plugins --skill prioritize-backlog
Clone the repo
git clone --depth 1 https://github.com/orin-dx/agent-plugins

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 prioritize-backlog

README.md
[![agentmods](https://agentmods.dev/badge/skills/orin-dx/agent-plugins/prioritize-backlog.svg)](https://agentmods.dev/skills/orin-dx/agent-plugins/prioritize-backlog)
Your own site
<a href="https://agentmods.dev/skills/orin-dx/agent-plugins/prioritize-backlog"><img src="https://agentmods.dev/badge/skills/orin-dx/agent-plugins/prioritize-backlog.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 366 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.00045 $0.00366
Opus 5 $0.00023 $0.00183
Sonnet 5 $0.00009 $0.00073
Haiku 4.5 $0.00005 $0.00037

Measured yesterday against content hash c0aa2c6c0050, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

prioritize-backlog 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 yesterday.

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.

harnesses/codex/plugins/weaver/skills/prioritize-backlog/SKILL.md · 36 lines

What it actually says

Prioritize the backlog

Outcome

Return a stable ranking that explains why each requirement belongs where it does and makes dependency constraints visible.

Workflow

  1. Validate the supplied requirements with shared/schemas/[email protected].
  2. Extract explicit priority, stakeholder impact, urgency signals, and dependency evidence. Treat missing evidence as uncertainty, not a low score disguised as fact.
  3. Build a dependency order first. A prerequisite ranks ahead of work that cannot start without it, unless the dependency claim is unsupported.
  4. Order independently executable work by impact and urgency, then explain ties using the evidence available.
  5. Return requirement_id, rank, rationale, depends_on, and confidence for every item. Do not mutate requirement artifacts.

Contract

  • Input schema: shared/schemas/[email protected]
  • Output: read-only ranking report; ranking is advisory and does not change priority fields
  • Next step: route the selected requirement to scribe:draft-spec.

Teams and fallback

Before delegating, read agent-roles/README.md; use recon for independent dependency clusters and retain cross-cluster ordering with the primary agent.

For a large backlog, a team may inspect independent dependency clusters, but one primary agent must reconcile cross-cluster edges and publish the final total order. For a small list, work alone.

Boundaries

  • Do not claim a numeric precision the evidence cannot support.
  • Do not convert a stakeholder preference into an architectural dependency without evidence.
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. yesterday Changed · +8 lines · -49 tokens per session c0aa2c6c0050
  2. 4d ago First seen · 28 lines · 94 tokens per session scan A 177f493f5f6c

Subscribe to this mod's changes

prioritize-backlog is a skill published in the GitHub repository orin-dx/agent-plugins (1 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 366 once invoked, about $0.0002 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-09-03.