framing-decisions

framing-decisions is a skill for Claude Code, Codex from romainsimon/skills-for-decision-making. It costs 95 tokens per session (1,827 once invoked), scanned A, original, MIT.

A method for making uncertain choices by listing clear actions, including doing nothing, and scoring how useful each action would be in different possible situations. It also records what is known, unknown, and assumed before choosing.

In plain words
What is it for?
Use it for product, engineering, business, or personal decisions with several possible paths and uncertain outcomes. It helps create a written decision record after comparing the options.
Why use it?
It removes vague arguments where people compare options using different assumptions or scales. It provides a repeatable way to expose hidden disagreements and check for bias.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/calc.js meu decision.json --utility log.

Good fit Use it for product, engineering, business, or personal decisions with several possible paths and uncertain outcomes. It helps create a written decision record after comparing the options.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/romainsimon/skills-for-decision-making
agentmods
npx agentmods add skills/romainsimon/skills-for-decision-making/framing-decisions

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 framing-decisions

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/romainsimon/skills-for-decision-making/framing-decisions"><img src="https://agentmods.dev/badge/skills/romainsimon/skills-for-decision-making/framing-decisions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,827 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.00095 $0.01827
Opus 5 $0.00048 $0.00914
Sonnet 5 $0.00019 $0.00365
Haiku 4.5 $0.00010 $0.00183

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

Security

Grade A, and why

framing-decisions 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.

framing-decisions/SKILL.md · 185 lines

How it starts

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

Framing decisions

Most stalled decisions are not hard. They are unframed: the options are fuzzy, the disagreement is about an unnamed hidden variable, and the outcomes are being scored on two different scales by two different people. Framing dissolves more arguments than analysis does.

Run the whole workflow. Skip to the calculator and you will optimize a badly posed problem, which is worse than arguing.

Workflow

- [ ] 1. Name the actions (at least three, one of which is do nothing)
- [ ] 2. Name the hidden variable the disagreement is actually about
- [ ] 3. Put a number on the prior, sourced not guessed
- [ ] 4. Score every action-state pair on one scale
- [ ] 5. Run the calculator
- [ ] 6. Run the bias check before committing
- [ ] 7. Write the decision record

1. Name the actions

List them as things someone could start doing tomorrow. Three rules:

  • Always include "do nothing". It is a real action with a real payoff, and it is often the incumbent that everything else must beat.
  • Look for the reversible half. If an option can be split into a cheap reversible part and an expensive irreversible part, those are two different actions. The reversible half usually wins on expected utility and is usually not on the list.
  • Stop at five. More options do not improve the decision; they hide it.

2. Name the hidden variable

Ask: what would we need to know for this to be obvious? That is the hidden state. Write it as two to four mutually exclusive, collectively exhaustive states.

If two people disagree about the action but agree on the state, the disagreement is about values, and no analysis will settle it. Say so and escalate to whoever owns the values.

3. Put a number on the prior

Probabilities come from a reference class, not from a feeling. In order of preference:

  1. Our own past attempts at the same thing. Count them.
  2. A published base rate for this class of thing.
  3. A stated pseudocount: "this is a Beta(2,3) belief, worth about five observations."

Read the full file on GitHub · 185 lines

Files

What ships with it

7 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 · 185 lines · 95 tokens per session scan A 352ddd0debce

Subscribe to this mod's changes

framing-decisions is a skill published in the GitHub repository romainsimon/skills-for-decision-making (11 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 1,827 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.