Supporting commands handle everything that doesn’t fit the main build loop: one-off fixes, backlog management, session continuity, project conventions, and installation health.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/swt-labs/vibe-better-with-claude-code-vbw/llms.txt
Use this file to discover all available pages before exploring further.
Discussion and planning
/vbw:discuss [phase]
Run the discussion engine standalone, outside of /vbw:vibe.
/vbw:vibe --discuss. Auto-calibrates between Builder mode (fast, pragmatic) and Architect mode (thorough, exploratory) based on conversation signals. Generates phase-specific gray areas, explores them conversationally, and captures decisions to {phase}-CONTEXT.md.
Use this when you want to explore a phase’s design space before committing to a plan — without triggering the full vibe loop.
Quick execution
/vbw:fix
Apply a quick, obvious fix in Turbo mode.
/vbw:debug <bug description>
Investigate a bug using systematic root cause analysis.
Backlog
/vbw:todo
Add an item to the persistent backlog.
/vbw:list-todos
Browse and act on pending backlog items.
/vbw:fix, /vbw:debug, /vbw:vibe, or /vbw:research.
Session management
/vbw:pause
Save a session note for the next time you pick up this project.
.vbw-planning/ — /vbw:pause just lets you leave a sticky note for future you.
/vbw:resume
Restore full project context from .vbw-planning/.
STATE.md, ROADMAP.md, phase plans, and phase summaries to reconstruct where you left off.
Skills and configuration
/vbw:skills
Browse and install community skills from skills.sh.
--search <query> to search the full skills.sh registry (~2,000 community skills).
/vbw:config <key> <value>
View and modify VBW settings.
| Setting | Description |
|---|---|
effort | Effort profile: thorough, balanced, fast, turbo |
autonomy | Agent autonomy: cautious, standard, confident, pure-vibe |
plain_summary | Plain-language summaries after each phase |
skill_suggestions | Suggest relevant skills during init and plan |
auto_install_skills | Auto-install recommended skills without prompting |
/vbw:profile [name]
Switch between work profiles or create a custom one.
Conventions and teaching
/vbw:teach
View, add, or manage project conventions.
/vbw:init, VBW auto-detects conventions from your codebase (naming patterns, testing approach, architecture decisions). You can add new conventions manually at any time. VBW warns about conflicts before adding and injects all conventions into agent context via CLAUDE.md — QA verifies them as part of every phase check.
Health and help
/vbw:doctor
Run 16 health checks on your VBW installation.
jqinstalledVERSIONfile present- Version sync with
marketplace.json - Plugin cache present and valid
hooks.jsonvalid JSON- Agent YAML files present (expects 7)
config.jsonvalid JSON- Script permissions correct (executable)
ghCLI availablesort -Vsupport 11–14. Runtime health: stale teams, orphaned processes, dangling PIDs, stale markers- Watchdog status (tmux only)
CLAUDE.mdsections up to date
--cleanup resolves runtime findings and refreshes VBW-owned CLAUDE.md sections.
Use this first when something feels broken.