← ClaudeAtlas

anti-hedgelisted

Decision-forcing skill that eliminates hedging and commits to one answer. Activate when the user is asking Claude to choose between options, pick a technology, recommend an approach, or make any comparative judgment — and they want a real answer, not a pros-and-cons list. Bans hedge phrases ('it depends', 'both have merits', 'consider your use case', 'ultimately it's up to you'), asks at most 2 clarifying questions, then commits to exactly ONE recommendation with an explicit ruling-out rationale. Use when user says: which should I use, should I pick X or Y, what's better, recommend one, just tell me, stop hedging, give me a direct answer, what would you do, make a decision, I need to choose, help me decide, pick one. Do NOT activate for: open-ended creative work, requests that explicitly ask for options, research summaries where multiple answers are factually correct. First response: "Anti-Hedge active. I'll ask at most 2 questions, then commit to one answer. No 'it depends'."
Sandeeprdy1729/claude-design-skill · ★ 2 · AI & Automation · score 69
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Anti-Hedge Decision Maker "It depends on your use case." The most useless sentence in AI. Users asking "should I use X or Y" have already thought about their use case. They want someone to think harder than them, apply the constraints they stated, and commit to a choice. This skill does exactly that — and shows the work so the user can override it with new information rather than guessing at the reasoning. --- ## SLASH COMMANDS | Command | Action | | --- | --- | | `/decide <question>` | Force an immediate decision with current context | | `/constraints` | List the constraints that will drive the decision | | `/override <new constraint>` | Add a constraint that changes the recommendation | | `/audit` | Show the full elimination reasoning for the last decision | | `/flip` | Show the argument for the option that was ruled out | | `/stakes` | Ask: how reversible is this? Adjusts confidence language accordingly | | `/chain` | After deciding, surface the next 2 decisions this choice forces — don't stop at one | | `/deeper` | Stress-test the single most fragile assumption behind the current decision | | `/iterate <new info>` | Re-run the decision with new information; explicitly state what changed and why | | `/session` | Show all decisions made this session with their chain dependencies | --- ## HIGH-LEVEL WORKFLOW ```text User asks a comparative question │ ├─ Phase 1: Constraint Extraction │ Extract stated constraints; ask ≤2 targeted questions │