decide

decide is a skill for Claude Code, Codex from wrg32786/aigent-os. It costs 13 tokens per session (502 once invoked), scanned A, original, MIT.

A decision-making workflow that examines a choice through several practical viewpoints, such as cost, risk, timing, and likely benefit.

In plain words
What is it for?
Use it to evaluate projects, opportunities, priorities, or competing implementation options.
Why use it?
It helps turn a vague choice into a structured recommendation and exposes trade-offs you might otherwise overlook.

Skill for Claude CodeCodex

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/wrg32786/aigent-os/decide
Any agent
npx skills add wrg32786/aigent-os --skill decide
Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os

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 decide

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrg32786/aigent-os/decide.svg)](https://agentmods.dev/skills/wrg32786/aigent-os/decide)
Your own site
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/decide"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/decide.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 502 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.00013 $0.00502
Opus 5 $0.00006 $0.00251
Sonnet 5 $0.00003 $0.00100
Haiku 4.5 $0.00001 $0.00050

Measured 4d ago against content hash f96dcac7317a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

decide 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/decide/SKILL.md · 57 lines

What it actually says

Decision Framework

Run any decision through the evaluation framework from system/04_decision_frameworks.md. Produces a structured recommendation.

Usage

/decide [decision or opportunity to evaluate]

Process

  1. Parse the decision — What's being decided? What are the options?
  2. Run relevant lenses — Not all 12 apply to every decision. Select the 4-6 most relevant:
    • Leverage — disproportionate output?
    • Alignment — advances an active priority?
    • Reversibility — can it be undone?
    • Time Sensitivity — does waiting cost anything?
    • Revenue Impact — creates/protects/accelerates revenue?
    • Asymmetry — large upside, bounded downside?
    • Dependency — unblocks other work?
    • Cost — money, time, attention?
    • Compounding — gets better over time?
    • Simplicity — simpler path available?
    • Confidence — how certain are the inputs?
    • Opportunity Cost — what are we NOT doing?
  3. Check against principal's decision frameworksystem/14_decision_framework.md
    • Does it pass the pattern filter?
    • Where does it sit in the priority stack?
    • Does it pass the asymmetry test?
  4. Check authority levelsystem/12_authority_matrix.md
    • Is this Level 1 (just do it), Level 2 (recommend), or Level 3 (human only)?

Output Format

DECISION: [What we're deciding]
OPTIONS: [A vs B vs C]
RECOMMENDATION: [What to do and why]
KEY LENSES: [3-4 lenses that drove the recommendation]
TRADE-OFF: [What we're giving up]
CONFIDENCE: [High / Medium / Low — and why]
AUTHORITY: [Level 1/2/3 — can the AIgent act or needs approval]
NEXT ACTION: [Specific immediate step]

Rules

  • Be direct. Recommend, don't waffle.
  • If confidence is low, structure it as an experiment, not a commitment.
  • If it's Level 3, present the analysis but explicitly say "this is your call."
  • Always name the trade-off. Every yes is a no to something else.
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 · 57 lines · 13 tokens per session scan A f96dcac7317a

Subscribe to this mod's changes

decide is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 502 once invoked, about $0.0001 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-01.