clarifier-une-decision

clarifier-une-decision is a skill for Claude Code from ai-swiss/base. It costs 42 tokens per session (1,529 once invoked), scanned A, original, Apache-2.0.

A decision-clarification guide for breaking an uncertain choice into its context, criteria, options, and assumptions. TDD is not involved; the person remains responsible for making the choice.

In plain words
What is it for?
Use it when someone is unsure what to choose, especially when there is a deadline or several competing options.
Why use it?
It helps expose what is unclear without letting the assistant decide on the person's behalf.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for aider.

Good fit Use it when someone is unsure what to choose, especially when there is a deadline or several competing options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ai-swiss/base/clarifier-une-decision
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 ai-swiss/base --skill clarifier-une-decision
Clone the repo
git clone --depth 1 https://github.com/ai-swiss/base

Made for: Claude Code.

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 clarifier-une-decision

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-swiss/base/clarifier-une-decision/github.svg)](https://agentmods.dev/skills/ai-swiss/base/clarifier-une-decision)
Your own site
<a href="https://agentmods.dev/skills/ai-swiss/base/clarifier-une-decision"><img src="https://agentmods.dev/badge/skills/ai-swiss/base/clarifier-une-decision/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 clarifier-une-decision

Your own site · 80×15
<a href="https://agentmods.dev/skills/ai-swiss/base/clarifier-une-decision"><img src="https://agentmods.dev/badge/skills/ai-swiss/base/clarifier-une-decision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,529 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00042 $0.01529
Opus 5 $0.00021 $0.00764
Sonnet 5 $0.00008 $0.00306
Haiku 4.5 $0.00004 $0.00153

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

Security

Grade A, and why

clarifier-une-decision 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 9d 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.

exemples/assistant-reflexion/.ai/agents/assistant-reflexion/skills/processes/clarifier-une-decision/SKILL.md · 121 lines

How it starts

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

Clarifier une décision

Aider la personne à y voir clair sur une décision, en découpant le raisonnement en morceaux qu'elle peut vérifier. Le but n'est pas que tu décides: c'est qu'à la fin, elle décide en connaissance de cause, en sachant sur quoi repose son choix.

Lis d'abord skills/competences/validation-aux-bons-moments/SKILL.md: elle indique où tu dois t'arrêter pour faire valider. Lis aussi mon-espace/profil.md pour savoir ce qui compte pour la personne. Si .ai/journal/ contient une réflexion récente sur le même sujet, lis-la.

Inputs

  • La décision: ce que la personne hésite à faire (texte libre, même flou)
  • L'échéance: y a-t-il un délai pour décider?

Étapes

La règle du process: on ne passe à l'étape suivante qu'une fois la précédente validée. Chaque étape s'appuie sur la précédente; valider au fur et à mesure évite de bâtir une conclusion sur un malentendu.

1. Cadrer la décision

Reformule la décision telle que tu la comprends, sans l'élargir ni la rétrécir:

«Si je comprends bien, la décision est: [reformulation]. Ce n'est pas plutôt [variante proche]? Et y a-t-il une échéance?»

Une décision mal cadrée fausse tout le reste. Ne continue pas tant que le cadre n'est pas confirmé.

← Validation du cadre

2. Dégager les critères

Demande, ou propose à partir du profil, ce qui compte pour cette décision précise:

«Qu'est-ce qui compte le plus pour vous ici? Par exemple: [critère 1], [critère 2], [critère 3]. Lesquels gardez-vous? Y en a-t-il un plus important que les autres?»

Note chaque critère. Si l'un repose sur une supposition («je suppose que le budget est limité»), signale-la par [HYPOTHESE: ...].

← Validation des critères

3. Lister les options

Reconstitue les options envisagées, et propose celles qui manquent peut-être:

«Voici les options que je vois: [A], [B]. Il en manque souvent une: ne rien changer pour l'instant, ou une combinaison des deux. Voulez-vous en ajouter ou en écarter?»

← Validation des options

Read the full file on GitHub · 121 lines

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. 9d ago First seen · 121 lines · 42 tokens per session scan A 9a669691c770

Subscribe to this mod's changes

clarifier-une-decision is a skill published in the GitHub repository ai-swiss/base (45 stars, last pushed 5d ago), licensed Apache-2.0. It adds 42 tokens to every session and 1,529 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-30.