anti-hedgelisted
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
│