Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By swt-labs
Manage a structured project planning workflow inside Claude Code: backlog todos, phased roadmaps, conventions, progress dashboards, and agent-driven execution, verification, and documentation — all persisted in a .vbw-planning directory.
npx claudepluginhub swt-labs/vibe-better-with-claude-code-vbwCompress a natural language file into caveman format to save input tokens. Preserves code blocks, URLs, and structure.
View and modify VBW configuration including effort profile, verification tier, and skill-hook wiring.
Start or continue phase discussion to build context before planning.
Run health checks on VBW installation and project setup.
Apply a quick fix or small change with commit discipline. Turbo mode -- no planning ceremony.
Requirements-to-roadmap agent for project scoping, phase decomposition, and success criteria derivation.
Investigation agent using scientific method for bug diagnosis with full codebase access and persistent debug state.
Execution agent with full tool access (denylist-controlled) for implementing plan tasks with atomic commits per task.
Documentation agent for READMEs, changelogs, API docs, and guides. Read access to codebase, write access for doc files only.
Planning agent that researches, decomposes phases into plans, and self-reviews in one compaction-extended session.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Iterative plan review and execution workflow for Claude Code
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
A lightweight plugin for clarifying tasks and requirements through structured questions
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
VibeFlow skill library: full 16-phase workflow with plan reviews, safety guards, brainstorming, and office-hours.
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
You're not an engineer anymore.
You're a prompt jockey with commit access.
At least do it properly.
Every new capability is shell-only — 85 scripts run as bash subprocesses at zero model token cost. The codebase grew 42% since v1.21.30 while per-request overhead grew just 12% (still 7% below v1.20.0). The Worktree Isolation milestone (41 commits, 6 phases) shipped at near-zero model cost — only +16 reference lines loaded lazily. Dead code removal actually shrank the codebase by 1,665 lines vs the CC Alignment snapshot. 845 bats tests validate the stack.
Analysis reports: v1.30.0 | v1.21.30 | v1.20.0 | v1.10.7 | v1.10.2 | v1.0.99
| Category | Stock Agent Teams | VBW | Saving |
|---|---|---|---|
| Base context overhead | 10,800 tokens | 1,500 tokens | 86% |
| State computation per command | 1,300 tokens | 200 tokens | 85% |
| Agent coordination (x4 agents) | 16,000 tokens | 1,200 tokens | 93% |
| Compaction recovery | 5,000 tokens | 700 tokens | 86% |
| Context duplication (shared files) | 16,500 tokens | 900 tokens | 95% |
| Agent model cost per phase | $2.78 | $1.40 | 50% |
| Total coordination overhead | 87,100 tokens | 12,100 tokens | 86% |
What this means for your bill: Each phase eliminates ~86% of coordination tokens. For API users, per-phase cost drops from $2.78 to $1.40 (Balanced) or $0.70 (Budget). For subscription plans, ~3x more phases per rate limit cycle — 200% more development capacity for the same price.
| Scenario | Without VBW | With VBW (Balanced) | Impact |
|---|---|---|---|
| API: single project (10 phases) | ~$28 | ~$14 | ~$14 saved |
| API: active dev (20 phases/mo) | ~$56/mo | ~$28/mo | |
| API: heavy dev (50 phases/mo) | ~$139/mo | ~$70/mo | |
| API: team (100 phases/mo) | ~$278/mo | ~$139/mo | |
| Pro / Max subscription | baseline capacity | ~3x phases per cycle | 200% more work done |
Budget profile ($0.70/phase) doubles API savings. Quality profile ($2.80/phase) matches stock cost but adds V2/V3 enforcement at zero premium. Based on current API pricing.
VBW is open source because the best tools are built by the people who use them.
This project exists to make AI coding better for everyone, and "everyone" means exactly that.
For absolute beginners: VBW may look intimidating, especially if you've never used Claude Code, but it is, in fact, incredibly easy to use. And your results will be significantly better than using an IDE with a chatbot.
For seasoned developers: Everything is configurable — effort profiles, autonomy levels, model routing, verification depth, work presets — all exposed as a control surface, not hidden behind prompts. The beginners get guardrails; you get the switches behind the guardrails.
For contributors: VBW is a living project. The plugin system, the agents, the verification pipeline - all of it is open to improvement. If you've found a better way to plan, build, or verify code with Claude, bring it. File an issue, open a PR, or just show up and share what you've learned. Every contribution makes the next person's experience better.
Join the Discord -- whether you want to help build VBW or just want VBW to help you build.
Platform: macOS and Linux only. Windows is not supported natively — all hooks, scripts, and context blocks require bash. If you're on Windows, run Claude Code inside WSL.
Inspired by Ralph and Get Shit Done, however, an entirely new architecture.
VBW is a Claude Code plugin that bolts an actual development lifecycle onto your vibe coding sessions.