🧠 Think Better
Available for Claude, Copilot & Antigravity

Stop Babysitting
Your AI.

Your AI writes code fast but makes terrible architectural decisions. Think Better is an open-source CLI that injects elite decision-making frameworks (MECE, Issue Trees, Pre-Mortems) directly into your prompts — turning a Code Monkey into a Staff Engineer.

macOS / Linux
curl -sSL https://raw.githubusercontent.com/HoangTheQuyen/think-better/main/install.sh | bash
think-better init --ai claude
Windows (PowerShell)
irm https://raw.githubusercontent.com/HoangTheQuyen/think-better/main/install.ps1 | iex
think-better init --ai claude
claude-ai — bash
~/projects claude "Should I take the remote offer or stay at my current job?"
Running Think Better skill /make-decision...

Decision Type: Binary Choice
Framework: Hypothesis-Driven Decision Tree
⚠ BIAS WARNING: Status Quo Bias
Your current job receives an unfair cognitive advantage. Remedy: Calculate the literal "cost of inaction" over a 2-year horizon.
Weighted Evaluation Matrix:
Criteria Weight Remote Current
Growth potential 25% **** *****
Compensation 20% ***** ****
Work-life balance 20% ***** ***
Team quality 15% *** *****
Location flex 10% ***** **
✅ Recommendation: Remote — scores 4.15 vs 3.85

Your AI is smart. Make it think.

Because asking ChatGPT "what should I do?" and getting a generic pros/cons list is not engineering.

🌳

Force Deep Reasoning

Your AI gives lazy answers because it has zero structural constraints. Inject McKinsey-grade methodologies (Issue Trees, Pre-Mortems, MECE) to force it to think like a principal engineer, not an intern.

🛡️

Kill "Yes-Man" Mode

Your AI agrees with every bad idea you have. We inject cognitive bias detectors (Sunk Cost, Confirmation, Status Quo) into the prompt before it answers — so it fights back when you're wrong.

Zero Dependencies

A single 5MB Go binary. No node_modules, no python environments required. Runs 100% locally.

BM25 Search Engine

Uses lightning-fast keyword matching across embedded CSV databases to find the exact framework for your specific problem type.

Go 1.25 Embed API
query="debug latency"
score: 9.42 -> RCA Framework
score: 7.15 -> MECE Tree

Install in seconds.

STEP 1

Install the CLI

# macOS / Linux
curl -sSL https://raw.githubusercontent.com/HoangTheQuyen/think-better/main/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/HoangTheQuyen/think-better/main/install.ps1 | iex
STEP 2

Initialize Skills

# Target your AI assistant
think-better init --ai claude
think-better init --ai copilot
think-better init --ai antigravity
STEP 3

Start Thinking

Help me compare Next.js vs Go for my new API.
Decision Type: Tech Stack I'll use the Weighted Matrix framework. First, let's identify your core metric...