50 Shades of Vern. AI discovery pipelines with personality disorders.
npx claudepluginhub jdonohoo/vern-botChaotic multi-persona AI discovery system. 16 unique Vern personas, VernHole council tiers, Oracle vision, and a full multi-LLM discovery pipeline.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
https://jdonohoo.github.io/vern-bot/
AI discovery pipelines with personality disorders. Multi-LLM orchestration, competing AI personas, VernHole council tiers, Oracle vision, Historian indexing, and chaos-to-clarity workflows.
Now available as a standalone terminal app — no Claude Code required.
| Command | Model | Best For |
|---|---|---|
/vern:mediocre | Sonnet | Quick fixes, scripts, "just make it work" |
/vern:great | Opus | Architecture, elegant solutions, quality code |
/vern:nyquil | Haiku | Quick answers, minimal output, brevity |
/vern:ketamine | Opus | Deep exploration, multi-pass planning, patterns |
/vern:yolo | Gemini | Fast execution, no guardrails, chaos |
/vern:mighty | Codex | Comprehensive code gen, thorough analysis |
| Command | Model | Best For |
|---|---|---|
/vern:architect | Opus | Systems design, scalable architecture, production-grade thinking |
/vern:inverse | Sonnet | Devil's advocate, stress-testing assumptions |
/vern:paranoid | Sonnet | Risk assessment, finding failure modes |
/vern:optimist | Haiku | Encouragement, positive framing, can-do energy |
/vern:academic | Opus | Evidence-based analysis, citing prior art |
/vern:startup | Sonnet | MVP thinking, lean approach, cut scope |
/vern:enterprise | Opus | Governance, compliance, process rigor |
/vern:ux | Opus | User experience, empathy-driven design, journey mapping |
/vern:retro | Sonnet | Historical perspective, proven tech, cutting through hype |
/vern:oracle | Opus | Reads the council's wisdom, recommends VTS task changes |
/vern:historian | Gemini | Indexes massive input folders into structured concept maps |
| Situation | Command |
|---|---|
| "I need this NOW" | /vern:mediocre |
| "I need this RIGHT" | /vern:great |
| "Just answer the question" | /vern:nyquil |
| "Help me think through this" | /vern:ketamine |
| "YOLO" | /vern:yolo |
| "Give me EVERYTHING" | /vern:mighty |
| "Design the system" | /vern:architect |
| "Play devil's advocate" | /vern:inverse |
| "What could go wrong?" | /vern:paranoid |
| "Hype me up" | /vern:optimist |
| "What does the research say?" | /vern:academic |
| "What's the MVP?" | /vern:startup |
| "Enterprise-grade analysis" | /vern:enterprise |
| "Can a real person use this?" | /vern:ux |
| "Haven't we solved this before?" | /vern:retro |
| "What did the council actually say?" | /vern:oracle |
| "Index these 50 input files" | /vern:historian |
| "Create a custom persona" | /vern:generate |
| "I want chaos/creativity" | /vern:hole |
| "Full project discovery" | /vern:discovery |
| "What commands are there?" | /vern:help |
| "Configure LLMs/pipeline" | /vern:setup |
/plugin marketplace add https://github.com/jdonohoo/vern-bot
/plugin install vern
brew tap jdonohoo/vern
brew install vern
To update later: brew upgrade vern
scoop bucket add vern https://github.com/jdonohoo/homebrew-vern
scoop install vern
To update later: scoop update vern
winget install jdonohoo.vern
To update later: winget upgrade jdonohoo.vern
Download the latest binary from GitHub Releases:
# macOS Apple Silicon
curl -Lo vern https://github.com/jdonohoo/vern-bot/releases/latest/download/vern-darwin-arm64
chmod +x vern
sudo mv vern /usr/local/bin/
git clone https://github.com/jdonohoo/vern-bot.git
cd vern-bot/go
go build -o bin/vern ./cmd/vern
sudo cp bin/vern /usr/local/bin/
Run the setup wizard to detect your LLMs and configure defaults:
vern setup
Then launch the TUI:
vern tui
Available binaries: macOS (Intel + Apple Silicon), Linux (x64 + ARM64), Windows (x64 + ARM64).
Required: At least one LLM CLI installed — claude, codex, gemini, or copilot.
Launch the interactive terminal UI — no Claude Code needed:
vern tui