ralphy template suggest "<your brief>", and you can run it yourself any time.
How suggest works
The verb returns a ranked list of up to three matches with ascore (0-1) and a tier. The threshold defaults to 0.7; below that, Ralphy reranks with an LLM (google/gemini-2.5-flash) to catch paraphrases and multilingual briefs.
- Top result is
primary. Announces the pick inline (“Usingugc-selfie-product-review— handheld 9:16 UGC selfie review. Switch withralphy template use <other-slug>if it’s wrong.”) and proceeds. Ralphy does not ask “should I use this?” — announce-and-proceed is the action. - Top result is
secondary. Lists the top three with one-liners and asks once: “These three are close —<a>,<b>,<c>. Which fits, or should I draft from scratch?” - Top result is
fallback(below threshold). Enters free-form mode. Ralphy says once: “No close template match — drafting from scratch with the vibe-style cookbook” and proceeds via the scenarist playbook.
before-after-product template for this”.
The five categories
Public templates live in the hosted content library (browse on/library); your own live under workspace/templates/. Categories are organized by who’s watching the content, not by visual style. The full roster is on the Library; a quick map:
| Category | Audience | Tone | Count |
|---|---|---|---|
b2b-saas/ | Decision-makers, ops, founders | Confident, didactic, ROI-aware | 7 |
dtc-commerce/ | Online shoppers — apparel, beauty, nutra, gadgets | Aspirational, peer-evidence, demo-led | 12 |
creator-lifestyle/ | Scroll-feed lifestyle, personality-driven | Relatable, first-person, unpolished | 10 |
entertainment-viral/ | Pure scroll-stop / meme / brainrot | Punchy, surreal, often AI-native | 15 |
cinematic-narrative/ | Aesthetics-first, premium look | Directorial, deliberate, film grammar | 11 |
template suggest does it for you. The folder structure is navigation aid. Slug resolution is global: ralphy template use <slug> works regardless of which category folder the slug lives in, and workspace-local templates (workspace/templates/) override repo templates on id collision.
The two kinds
Every template is one of two kinds, declared in itstemplate.json:
vibe-reference— a full-stack production template withcomposition.md,model-stack.md, and areference-example.mdshowing a worked end-to-end render. Five of these ship today. They encode the entire workflow, not just the prompts. Use them when you want a known-good production path with minimal improvisation.vibe-style— a prompt cookbook withhooks.md,prompt-cookbook.md, and worked example prompts. Thirty-eight ship today. The cookbook is your reference; you (or the scenarist playbook) write the actual scenario from scratch. Use them when you want the vibe + the hook patterns but need flexibility on structure.
template show <slug> prints the raw TEMPLATE.md:
--json for the metadata, --path for the on-disk location, -p for pretty.
The Top-20 cross-category playlist
For a hand-curated “what’s actually moving the needle in 2026” shortlist, sort the public Library by popularity. It surfaces high-leverage templates across four of the five categories (cinematic-narrative is aesthetic-first, not virality-first). If you’re learning Ralphy by doing, walking that shortlist is the test-drive set: each one exercises a different viral pattern.Using a template
Once you’ve picked a slug, scaffold a project:workspace/projects/syrup-001/:
TEMPLATE_ORIGIN.md— which template was used and when. Read by downstream playbooks.BRIEF.md— your--brieftext, formatted.scenario.jsonskeleton — pre-filled with the template’s beat structure (forvibe-reference) or empty for the scenarist to fill (forvibe-style).composition.mdif the template ships one (vibe-reference only).- A pulled asset cache — if the template declares heavy required assets (gameplay loops, trend music), Ralphy auto-pulls them from the
ralphy-assetscompanion repo intoworkspace/.ralph/asset-cache/. SHA-256 verified, no auth needed.
--brand, --persona, and --ref flags pre-satisfy the template’s requirements if it declares any in template.json.requires.
Customizing after use
A scaffolded project is yours to edit. The template provides the starting point; the scenario, prompts, and asset slots become live files under your project. You can:
- Swap the model stack — pass
--model <id>on anyralphy generatecall (see Generating assets). - Edit
scenario.jsonvia the scenarist playbook — “rework scene 3”, “shorten the hook”, “drop scene 4”. - Add new scenes — append to
scenario.json.scenesand follow the same slot-id convention. - Promote your customizations into a new template via
ralphy template create --from-project <id> --slug <new-slug>(producer playbook). Don’t invent templates from scratch — extract them from a project that already shipped.
When no template fits
Free-form mode is a first-class path. Ralphy enters it automatically whentemplate suggest returns nothing above the threshold, and you can ask for it any time (“ignore the template, draft from scratch”). In free-form, the scenarist playbook drives the scenario from your brief plus the vibe-style cookbook entries. You lose the prompt-cookbook scaffolding but gain full flexibility.
Related
- Starting a project — where
template suggestslots into intake - Templates concept — public library vs workspace, slug resolution
- Template format —
template.json, file layout, requires - CLI: templates — every flag on every template verb
- Library — full roster, browsable by category