yolo-debug
Use when a reported problem, failure, or bug needs a systematic root-cause investigation — reproduce → isolate → fix → verify — recorded as one durable…
Use when the user wants to build, add, or implement a feature. Captures intent, drafts a brief, confirms, then composes research → plan → execute → verify → finish. In a YOLO-initialized repo this takes precedence over generic brainstorming for feature intent.
$ npx -y skills add CoriChui/yolo --skill yolo-feature --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/yolo-featureContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to build, add, or implement a feature. Captures intent, drafts a brief, confirms, then composes research → plan → execute → verify → finish. In a YOLO-initialized repo this takes precedence over generic brainstorming for feature intent.
name: yolo-feature description: Use when the user wants to build, add, or implement a feature. Captures intent, drafts a brief, confirms, then composes research → plan → execute → verify → finish. In a YOLO-initialized repo this takes precedence over generic brainstorming for feature intent.
The conversational entry point. You turn "I want X" into a landed, verified change. You confirm at exactly **two gates** — the plan gate and the ship gate (`.claude/yolo/conventions.md` *The two gates*); everything between them flows.
Derive the `slug` first (lowercase kebab-case noun phrase of the goal — drop leading imperative verbs like add/build/implement, so "add CSV export" → `csv-export`, not `add-csv-export`), then check for existing work before drafting anything new. Match robustly, not by exact string only: list `workspace/features/*`, compare case-insensitively, AND scan whether any existing brief's `goal` describes the same change — slug derivation can drift (`csv-export` vs `export-csv`), so don't rely on an exact coincidence.
The user's "build X" request authorizes the research + plan that lead up to the plan gate; no separate pre-research stop.
Present, in order: the **key findings & assumptions from research** (the codebase facts the plan rests on — a wrong assumption here is the most expensive thing to catch late), then the task plan, then rough scope/cost. STOP for approval or redirect before any code is written — this is the cheap, high-leverage moment to catch a wrong approach. Approving authorizes the execute → verify run through to the ship gate. Skip only if the user pre-consented ("just go"). See `.claude/yolo/conventions.md` *The two gates*.
Reasoning-first development for Claude Code. Git is the source of truth; status is derived, never stored. YOLO turns "I want X" into a planned, executed, verified, and landed change, driven by conversation and git rather than tracked status files.
Use when a reported problem, failure, or bug needs a systematic root-cause investigation — reproduce → isolate → fix → verify — recorded as one durable…
Use when facing a design or architecture decision that benefits from multiple perspectives before committing. Produces a decision record under…
Use when a feature is implemented and verified, to land it. Default path is PR + CI check, with the ship gate confirming before the irreversible merge;…
Use when setting up YOLO in a project for the first time, or repairing the setup. Scaffolds workspace/config.yaml and the features/, decisions/, and debug/…
Use when a feature should draw on the project's reference material for context. yolo-intake does NOT fetch, import, or copy anything — it points YOLO at a…