Skip to content
Development
Skill

/yolo-intake

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 selected folder (default `docs/`) and READS from it to enrich a feature's context. Getting material INTO that folder (a

From plugin
yolo
911 skills1 command
Install
$ npx -y skills add CoriChui/yolo --skill yolo-intake --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/yolo-intake

Context preview

The summary Claude sees to decide when to auto-load this skill.

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 selected folder (default `docs/`) and READS from it to enrich a feature's context. Getting material INTO that folder (a

SKILL.md

yolo-intake.SKILL.md
name: yolo-intake
description: 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 selected folder (default `docs/`) and READS from it to enrich a feature's context. Getting material INTO that folder (a Figma, a spec, a URL, a schema) is the docs engine's or another connector's job, done separately. Triggers on "use the docs as context", "reference the spec/schema in docs", "the feature should read our docs".

yolo-intake

**Intake is context enrichment, not fetching.** yolo never fetches, imports, or copies external material. It simply **references a selected folder** — by default the project's **`docs/`** — and **reads** from it to enrich a feature's context. Populating that folder (pulling in a Figma, a spec, a URL, a DB schema) is the job of the **docs engine or another connector**, done separately and outside yolo. yolo only reads what's already there.

The selected folder

  • The intake folder is `intake.folder` in `workspace/config.yaml` — **default `docs/`**. Point it at

a different folder only if your reference material lives elsewhere.

  • Whatever is in that folder is YOLO's context shelf. YOLO **reads** it; it never puts things there.

Procedure

1. Resolve the intake folder from `workspace/config.yaml` (`intake.folder`, default `docs/`). 2. **Read** the relevant material from it for the feature — search the docs engine first, then read the specific files. **Never fetch a live source.** If needed context isn't in the folder, say so (a connector / docs-engine step must add it first) rather than fetching it yourself. 3. A feature brief points at the specific files it relies on via its `intake_refs` list — **paths under the intake folder** (e.g. `docs/explanation/payments-spec.md`).

Constraints

  • **Never fetch or import.** No WebFetch, no MCP fetch, no CLI pull, no copying into the workspace.

Intake is strictly read-only over the selected folder.

  • One folder, one source of context — don't scatter reference material across the workspace.
  • If required context is missing from the folder, **surface the gap**; adding it is a connector /

docs-engine concern, outside yolo.

Read more
Ships withyolo

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.

Get the whole plugin
Stats
9
Stars
0
Forks
Maintained
Maintenance
MIT
License
2mo ago
Last commit
7mo ago
Created

Repo: CoriChui/yolo

Other skills on yolo.

yolo-debug
Skill

yolo-debug

Use when a reported problem, failure, or bug needs a systematic root-cause investigation — reproduce → isolate → fix → verify — recorded as one durable…

@corichui@corichuiView Skill
yolo-feature
Skill

yolo-feature

Use when the user wants to build, add, or implement a feature. Captures intent, drafts a brief, confirms, then composes research → plan → execute → verify →…

@corichui@corichuiView Skill
yolo-finish
Skill

yolo-finish

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;…

@corichui@corichuiView Skill
yolo-init
Skill

yolo-init

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/…

@corichui@corichuiView Skill
yolo-plan
Skill

yolo-plan

Use when you have a goal or brief and need to break it into executable, testable tasks. Produces a committed plan.md. Triggers on "make a plan", "break this…

@corichui@corichuiView Skill