q-decision-making

q-decision-making is a skill for Claude Code, Codex from kju4q/q-claude-skills. It costs 54 tokens per session (265 once invoked), scanned A, original, no licence file.

A guide for choosing between options and evaluating possible paths forward. It is aimed at situations where the decision matters or several choices compete.

In plain words
What is it for?
Use it to compare approaches, assess risks, select a plan, or work through a high-stakes decision.
Why use it?
It helps separate the real trade-offs from personal closeness to the situation, making the choice easier to examine honestly.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to compare approaches, assess risks, select a plan, or work through a high-stakes decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kju4q/q-claude-skills/decision-making
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 kju4q/q-claude-skills --skill decision-making
Clone the repo
git clone --depth 1 https://github.com/kju4q/q-claude-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 q-decision-making

README.md
[![agentmods](https://agentmods.dev/badge/skills/kju4q/q-claude-skills/decision-making/github.svg)](https://agentmods.dev/skills/kju4q/q-claude-skills/decision-making)
Your own site
<a href="https://agentmods.dev/skills/kju4q/q-claude-skills/decision-making"><img src="https://agentmods.dev/badge/skills/kju4q/q-claude-skills/decision-making/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 q-decision-making

Your own site · 80×15
<a href="https://agentmods.dev/skills/kju4q/q-claude-skills/decision-making"><img src="https://agentmods.dev/badge/skills/kju4q/q-claude-skills/decision-making.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 265 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 unknown 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.00054 $0.00265
Opus 5 $0.00027 $0.00133
Sonnet 5 $0.00011 $0.00053
Haiku 4.5 $0.00005 $0.00026

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

Security

Grade A, and why

q-decision-making 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 11d 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/decision-making/SKILL.md · 26 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 files 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. 11d ago First seen · 26 lines · 54 tokens per session scan A a03925433576

Subscribe to this mod's changes

q-decision-making is a skill published in the GitHub repository kju4q/q-claude-skills (19 stars, last pushed 24d ago), with no licence file. It adds 54 tokens to every session and 265 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

dev-plan

Transforma um BRIEF (ou ideia já discutida) em PLAN.md atômico — tasks com critério verificável, vertical slices, must-haves observáveis, esforço estimado e pontos de reset de contexto. Sem código no plano. Auto-suficiente para reset — uma nova sessão consegue retomar lendo só o PLAN.md. Use quando o usuário disser…

calneymgp/solodev · 129 tokens

dev-brainstorm

Grilling estruturado para estressar uma ideia de feature ANTES de planejar. Traduz ideia falada/solta em requisitos, classifica o tamanho (S/M/L), faz uma pergunta por vez sempre com recomendação inline, explora o codebase para resolver dúvidas sem perguntar, captura decisões em BRIEF.md ao vivo e fecha com radar de…

calneymgp/solodev · 135 tokens

dev-ship

Fechamento de feature — verificação goal-backward antes de declarar pronto. Roda Must-Haves do PLAN.md, executa o demo script, revisa o diff completo procurando bugs e restos (debug logs, TODOs, código morto), passa lente de segurança nos arquivos tocados, escreve SUMMARY.md e arquiva o plano. Use quando o usuário…

calneymgp/solodev · 121 tokens

dev-fix

Loop de diagnóstico disciplinado para bugs — sem PLAN.md, direto ao ponto. Constrói feedback loop reproduzível primeiro, ranqueia hipóteses falsificáveis, instrumenta um probe por hipótese, corrige com teste de regressão e limpa os rastros. Tem modo rápido para bug trivial. Use quando o usuário disser "/dev-fix", "tem…

calneymgp/solodev · 124 tokens

dev-coding

Executa um PLAN.md task por task — lê readfirst, aplica a action, verifica acceptance, marca [x], faz commit atômico com referência à task. Mostra progresso (X/N), guarda de escopo quando a task infla, protocolo de drift quando a implementação diverge do plano. Suporta TDD vertical (tracer bullet red-green-refactor)…

calneymgp/solodev · 135 tokens

collab-proof

Surfaces AI collaboration evidence the developer didn't consciously record. Vela 3-layer pipeline × ADHD 4-frame reasoning — prompt-native, zero dependencies.

dong7812/collab-proof · 0 tokens