Where to start
Talking to Ralphy
Chat is the interface. How phrasing maps to playbooks, with eight worked utterances.
Starting a project
The intake protocol — five questions, a draft plan, then one beat at a time.
Picking a template
template suggest is Ralphy’s first move. 54 templates, two kinds, five categories.Brands, personas, refs
When to lock identity. The reference-required gate and the
--no-ref-consent override.Generating assets
The five
generate sub-verbs, defaults from MODELS.md, dry-run, slot IDs.Reviewing and iterating
Append-only versions,
.v2.<ext> on regen, promoting a winner, when to stop.Rendering
ralphy render <id>, the --loudnorm pass, render history, perf targets.Batches
N ≥ 3 = batch. Cost rollup, parallel render, auto-postmortem.
Profiles
Portable identity. Export your brand, persona, refs, and templates as a PR.
Logs and costs
Three JSONL logs that never lie. Timeline, cost rollup, postmortem.
The disciplines that aren’t optional
A handful of rules cut across every page below. Knowing them up front saves money.- Append-only on generations. Ralphy never overwrites a generated file when you regen — the new version lands at
.v2.<ext>, the old one stays on disk, and the manifest tracks both. This is AGENTS invariant #13. Pass--force-overwriteonly if you genuinely want the legacy destructive behavior. - The reference-required gate. When your brief names a real person, a recognizable brand product, or a known IP, Ralphy refuses to generate until you attach a reference image — or until you opt out per-call with
--no-ref-consent "<reason>". Generic work (“my coffee shop’s new pastry”) proceeds without a ref. This is AGENTS invariant #3. ralphyis the only entry point. No rawcurl, nobunx hyperframes render, no ad-hocffmpeg. Every model call, render, and project mutation flows through aralphyverb so the cost rollup, the manifest, and the gen-log stay honest.
Related
- Quickstart: first video — end-to-end walkthrough before you read this section
- What is Ralphy — the mental model
- CLI overview — every verb in one place
- Playbooks and skills — what Ralphy reads before acting
AGENTS.md— the routing contract