YOLO — development lifecycle plugin for Claude Code
npx claudepluginhub slavpetroff/yoloYOLO — development lifecycle plugin for Claude Code. 23 commands, 5 agents, continuous verification.
You're not an engineer anymore. You're a prompt jockey with commit access. At least do it properly.
Native Rust CLI handles hooks, commands, and validation at zero model token cost. Codebase grew 64% since v1.20.0 while per-request overhead dropped 17%. 1,610 tests validate the stack.
Analysis reports: v1.21.30 | v1.20.0 | v1.10.7 | v1.10.2 | v1.0.99
| Category | Stock Agent Teams | YOLO | 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% |
| Scenario | Without YOLO | With YOLO (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 enforcement at zero premium.
Platform: macOS and Linux only. Windows via WSL.
YOLO is a Claude Code plugin that bolts an actual development lifecycle onto your vibe coding sessions. You describe what you want, YOLO breaks it into phases, agents plan and verify the code, commits are atomic, and state persists across sessions. Inspired by Ralph and Get Shit Done, built from scratch.
/yolo:vibe auto-detects state and runs the right workflow (scope, plan, execute, archive)plan mode), Reviewer and QA are write-restricted/yolo:resume picks up where you left offTwo commands, one lifecycle.
/yolo:init # scaffold environment, detect stack, suggest skills
/yolo:vibe # auto-detects state: scope -> plan -> execute -> archive
/yolo:vibe is the only command you need to remember. Run it repeatedly -- it picks up where the last invocation left off. State persists in .yolo-planning/ across sessions.
Existing codebase? /yolo:init auto-chains /yolo:map (4 parallel Scout teammates analyze your code) before /yolo:vibe.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations