Stop outsourcing your thinking to AI. BrainCure is a Claude Code plugin that scores your prompts and helps you stay in the driver's seat of your projects.
"AI is a tool, not a replacement for your brain."
When you let AI do all the thinking, you lose:
- Deep understanding of your own codebase
- Problem-solving skills that make you valuable
- The ability to debug when AI gets it wrong
BrainCure gives you real-time feedback on your prompt quality, encouraging you to think first, delegate wisely.
- Automatic Scoring - Every prompt gets a 0-10 score
- Session Tracking - Monitor your average across a session
- Actionable Feedback - Know exactly how to improve
- Drill Sergeant Mode - Forrest Gump style feedback ποΈ
- Zero Config - Works immediately after installation
/plugin marketplace add chadbyte/lab
/plugin install brain-cureAfter installation, add BrainCure to your projects:
# For all projects (global)
/brain-cure:setup-global
# For current project only
/brain-cure:setup-localFor contributors or those who want the latest development version:
# Clone the repository
git clone https://github.com/chadleeshaw/brain-cure.git
# Install as plugin
claude plugin install ./brain-cure
# Verify installation
claude plugin listOnce installed, BrainCure automatically evaluates every prompt:
βΊ π BrainCure: 8/10 π¦Ύ Commander
Session avg: 7.2
βΊ π Nice!
All commands use the /brain-cure: prefix:
| Command | Description |
|---|---|
/brain-cure:score |
View session statistics |
/brain-cure:reset |
Reset session tracking |
/brain-cure:help |
Explain the scoring system |
/brain-cure:setup-global |
Add BrainCure to ~/.claude/CLAUDE.md (all projects) |
/brain-cure:setup-local |
Add BrainCure to project's CLAUDE.md |
/brain-cure:savage |
Enable savage mode (drill sergeant) ποΈ |
Base 1 point + pillars (0-9) = max 10 points
Butler Mode: base 0 points β max 9 points
| Score | Title |
|---|---|
| 10 | π¦Έ Tony Stark |
| 9 | π Flawless |
| 8 | π¦Ύ Commander |
| 7 | π§ Sharp |
| 6 | π― Focused |
| 5 | π§ On Track |
| 4 | π€ Getting There |
| 3 | πΆ Wandering |
| 2 | πΆβπ«οΈ Foggy |
| 1 | π° Slot Machine |
| 0 | π Hail Mary |
BrainCure evaluates prompts on three pillars:
For Requests (tasks):
| Pillar | Question |
|---|---|
| Origin | Do you know what the problem is? |
| Destination | Do you know what you want? |
| Boundary | Do you have success/failure criteria? |
For Questions (exploration):
| Pillar | Question |
|---|---|
| Hypothesis | Do you have your own theory? |
| Scope | Where are you looking? |
| Context | Why are you curious about this? |
When you ask AI to do something you could easily do yourself (rename a variable, add an import), Butler Mode activates and caps your base score at 0.
Want feedback from a Marine Corps drill instructor? Enable drill sergeant mode:
/brain-cure:savage
Scoring stays fair. But feedback comes Forrest Gump style:
Good prompt (8/10):
βΊ π BrainCure: 8/10 π¦Ύ Commander
Session avg: 7.2
βΊ π OUTSTANDING, PRIVATE! That's the finest prompt I've seen all day!
Bad prompt (2/10):
βΊ π BrainCure: 2/10 πΆβπ«οΈ Foggy
Session avg: 5.2
βΊ π WHAT IS THIS, PRIVATE?! You call this a prompt?! WHERE'S YOUR CONTEXT?!
Contributions are welcome! See the source repository for development guidelines.
brain-cure/
βββ .claude-plugin/
β βββ plugin.json # Plugin manifest
βββ hooks/
β βββ hooks.json # SessionStart hook config
β βββ ensure-claude-md.sh # Auto-setup script
βββ skills/
β βββ brain-cure/
β βββ SKILL.md # Main instructions
β βββ FRAMEWORK.md # Evaluation criteria
β βββ EXAMPLES.md # Example prompts
β βββ scripts/
β βββ score.py # Score calculation
βββ commands/
β βββ score.md # /score command
β βββ reset.md # /reset command
β βββ help.md # /help command
β βββ setup-global.md # /setup-global command
β βββ setup-local.md # /setup-local command
β βββ roast.md # /roast command
βββ README.md
MIT
