choice-architecture

choice-architecture is a skill for Claude Code from VoxTechnologies/anty-framework. It costs 72 tokens per session (1,489 once invoked), scanned A, original, MIT.

A set of guidelines for designing screens where people choose between three options, using defaults, clear outcomes, and easy undo actions.

In plain words
What is it for?
Designing three-option proposals, selecting when to recommend a default, explaining likely outcomes, acknowledging user decisions, and adding error-forgiving undo behavior.
Why use it?
It helps reduce confusion and makes the effects of each choice easier to understand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the anty plugin — 24 skills, 11 commands, 4 agents shipped together

Good fit Designing three-option proposals, selecting when to recommend a default, explaining likely outcomes…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voxtechnologies/anty-framework/choice-architecture
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 VoxTechnologies/anty-framework --skill choice-architecture
Clone the repo
git clone --depth 1 https://github.com/VoxTechnologies/anty-framework

Made for: Claude Code.

Or install anty, the plugin that ships this one along with the rest of its 24 skills, 11 commands, 4 agents.

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 choice-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/voxtechnologies/anty-framework/choice-architecture.svg)](https://agentmods.dev/skills/voxtechnologies/anty-framework/choice-architecture)
Your own site
<a href="https://agentmods.dev/skills/voxtechnologies/anty-framework/choice-architecture"><img src="https://agentmods.dev/badge/skills/voxtechnologies/anty-framework/choice-architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,489 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.00072 $0.01489
Opus 5 $0.00036 $0.00745
Sonnet 5 $0.00014 $0.00298
Haiku 4.5 $0.00007 $0.00149

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

Security

Grade A, and why

choice-architecture 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 7d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/choice-architecture/SKILL.md · 173 lines

How it starts

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

Choice Architecture (Nudge Design)

When to Apply

  • Presenting 3-option Action proposals
  • Designing any choice flow for the founder
  • Post-choice reinforcement moments
  • Session opening and closing design
  • Any time the founder makes a decision through the system

Core Framework

Smart Default vs Active Choice

Auto-select presentation mode based on data confidence:

Mode A — Smart Default (segment data sample >= 20):

[selected] Option B: LinkedIn DM, casual, 10 CTOs  <- RECOMMENDED
  "Based on 340 similar actions: 28% avg response."
[ ] Option A: Email sequence, professional, 50 leads
[ ] Option C: Twitter thread, thought-leadership

Pre-selected default. One tap to proceed.
Non-recommended options: one deliberate extra step (good sludge).

Mode B — Active Choice (sample < 20 or high preference diversity):

( ) Option A   ( ) Option B   ( ) Option C
"I don't have enough data to recommend one. This is your call."

Threshold: segment data sample >= 20 triggers Smart Default.

Outcome Mapping (Attribute -> Experienced Result)

Translate abstract attributes to concrete experiential outcomes:

Instead of (attribute-based):
  "Email sequence, professional tone, 50 leads, this week"

Show (outcome-mapped):
  "In 2 weeks: ~5 replies, ~1 demo booking.
   Cost: $2.95. Your time: 30 min to review drafts."

Projections from segment benchmarks + user's historical performance.

Channel Factors (Concrete Next Step per Option)

Each option includes a single specific next action with time/place:

Option A -> "Review 3 email drafts by Thursday 5pm"
Option B -> "Approve 10 DM messages now (2 min)"
Option C -> "Review thread outline tomorrow morning"

Converts the choice UI from decision-point into action-trigger.

RECAP (Founder's Own Data Before Choices)

Surface the founder's behavioral context BEFORE presenting options:

"Your context for this decision:
 - Last 4 weeks: 8h on outreach, 2h on content
 - LinkedIn response rate: 22% (above segment avg 18%)
 - Email response rate: 4% (below segment avg 8%)
 - Burn rate: $12K/mo | Runway: 14 months
 - Current constraint: Demo capacity (2/week max)

 Given this context, here are 3 approaches:"

Read the full file on GitHub · 173 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. 7d ago First seen · 173 lines · 72 tokens per session scan A d3d153b7e168

Subscribe to this mod's changes

choice-architecture is a skill published in the GitHub repository VoxTechnologies/anty-framework (6 stars, last pushed 5mo ago), licensed MIT. It adds 72 tokens to every session and 1,489 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

choice-architecture

Nudge-based choice architecture for 3-option selection UI — smart default vs active choice, outcome mapping, channel factors, RECAP, operational transparency with source attribution, post-decision reinforcement, error-forgiving undo, peak-end session design, user contribution acknowledgment. Use when presenting…

Ingramradical235/anty-framework · 72 tokens

pipeline

Cash Machine 10-step B2B sales pipeline with 3 presets, verifiable checkpoints per step, trajectory logging, bottleneck detection with utilization formula, lead qualification gate (BANT 6-criteria), pipeline velocity and stall detection (2x threshold), two-tier probability scoring, BBS tracking, end-of-quarter…

Ingramradical235/anty-framework · 84 tokens

quest-interview

QUEST Socratic interview methodology — beginner stance, empathic neutrality, downward/upward questioning, echo questions, concept identification, permission checks, critical point pursuit, anti-pattern safeguards, resolution imbalance diagnostic, workaround discovery, painkiller vs vitamin test, locally famous test.…

Ingramradical235/anty-framework · 74 tokens

review-engine

5-question review framework (result, execution, plan, strategy, analysis), KPI propagation monitoring with 4-layer anomaly patterns, One-Way/Two-Way Door classification, withdrawal decision protocol, and assumption provenance auditing. Use during periodic reviews, buffer zone changes, or when evaluating why results…

Ingramradical235/anty-framework · 66 tokens

anticipatory-selling

Auto-generate 5 sales support materials for pipeline Steps 5-7 — competitive comparison table, 3-year TCO analysis, internal proposal template, objection rebuttals, phased implementation timeline. Core principle is arming the buyer to sell internally. Use when deals reach Step 5+ or when win rates at Steps 5-7 are low.

Ingramradical235/anty-framework · 76 tokens

confidence

Contextual confidence calibration — DEFLATE for One-Way Doors and RED zones, PROTECT for Two-Way Doors and fundraising, "How does this work step by step?" depth testing, values-to-consequences redirect, unanimity as risk signal. From Knowledge Illusion — overconfidence is sometimes functional. Use when calibrating…

Ingramradical235/anty-framework · 83 tokens