Vibe Mode

Sets the execution mode for the vibe-* framework — manual or autonomous. In manual mode: waits for "next" between tasks, waits for "review:" after phases. In autonomous mode: executes all tasks automatically, uses subagents for independent tasks in parallel, auto-runs review after each phase, only stops on P0 findings or deploy gates. Triggers on "vibe-mode: autonomous", "vibe-mode: manual", "vibe-mode: status", "set autonomous mode", "set manual mode", "switch to autonomous", "turn on autonomous", "turn off autonomous", "what mode am I in". Always use when the user wants to control how much the framework runs automatically vs waits for human input. Writes VIBE_MODE to CLAUDE.md. Execution-driving skills (vibe-new-app, vibe-add-feature, vibe-fix-bug, vibe-parallel, vibe-review, vibe-cost) read it on startup; skills with no mode-dependent behavior don't need to.

aakashdhar 33d7dd9 2 files · 9.2 KB Updated

File contents

aakashdhar/vibe-skill/tree/main/vibe-mode commit 33d7dd90e0

Frequently asked questions

npx skillmds@latest add aakashdhar/vibe-mode