prioritize

prioritize is a command for Claude Code from alejandrosaenz117/bonfires-marketplace. It costs 37 tokens per session (287 once invoked), scanned A, original, MIT.

A command that runs the Eisenhower Matrix, a method for sorting work by urgency and importance.

In plain words
What is it for?
Use /prioritize with written tasks or a file to classify work into four groups and produce recommendations.
Why use it?
It gives you a direct way to turn a task list or file into a prioritized view.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the eisenhower-prioritization plugin — 1 skill, 1 command shipped together

Good fit Use /prioritize with written tasks or a file to classify work into four groups and produce recommendations.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/alejandrosaenz117/bonfires-marketplace/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.

Clone the repo
git clone --depth 1 https://github.com/alejandrosaenz117/bonfires-marketplace

Made for: Claude Code.

Or install eisenhower-prioritization, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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/commands/alejandrosaenz117/bonfires-marketplace/prioritize/github.svg)](https://agentmods.dev/commands/alejandrosaenz117/bonfires-marketplace/prioritize)
Your own site
<a href="https://agentmods.dev/commands/alejandrosaenz117/bonfires-marketplace/prioritize"><img src="https://agentmods.dev/badge/commands/alejandrosaenz117/bonfires-marketplace/prioritize/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 prioritize

Your own site · 80×15
<a href="https://agentmods.dev/commands/alejandrosaenz117/bonfires-marketplace/prioritize"><img src="https://agentmods.dev/badge/commands/alejandrosaenz117/bonfires-marketplace/prioritize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 287 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.00037 $0.00287
Opus 5 $0.00018 $0.00143
Sonnet 5 $0.00007 $0.00057
Haiku 4.5 $0.00004 $0.00029

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

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/eisenhower-prioritization/commands/prioritize.md · 38 lines

What it actually says

Prioritize Command

Usage

Explicitly trigger the Eisenhower prioritization skill:

/prioritize Here's my backlog: 3 critical incidents, vendor assessment due Friday, 15 medium-priority items, 2 architectural reviews pending...

/prioritize tasks.txt

The skill will classify all tasks using the Eisenhower Matrix and output a complete analysis.

How It Works

The command passes your input (text or file) to the eisenhower-prioritization skill, which:

  1. Extracts tasks from your input
  2. Classifies each into Q1/Q2/Q3/Q4
  3. Outputs matrix + narrative + recommendations + flagged items

When to Use

  • Interactive: Mention "help me prioritize" in conversation (skill auto-triggers)
  • Explicit: Use /prioritize [input] when you want to force prioritization analysis
  • File-based: Keep a running list of tasks in a file and analyze it with /prioritize [file]
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 · 38 lines · 37 tokens per session scan A d1a43ab6826d

Subscribe to this mod's changes

prioritize is a command published in the GitHub repository alejandrosaenz117/bonfires-marketplace (4 stars, last pushed 12d ago), licensed MIT. It adds 37 tokens to every session and 287 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-08-31.