Skip to content

Slash commands

All commands are available through the /ritual entry point inside any supported coding agent. Each command auto-detects light vs cloud mode.

Quick reference

CommandLight modeCloud modeTime
/ritual explore <feature>Scan codebase → classified questions → RITUAL.mdCreate exploration in app.ritual.work2–10 min
/ritual runAnswer questions → recommendations → briefRun AI pipeline → recommendations → brief3–10 min
/ritual briefRead RITUAL.mdbuild-brief.mdRead exploration → Build Brief + Review Resolver2–5 min
/ritual gateCheck code against build-brief.mdSame (always local)1–3 min
/ritual build <feature>Explore → run → brief → implement → PRFull pipeline → implement → PR30–60 min
/ritual spec <feature>Explore → run → brief (no implementation)Full pipeline → plan only15–30 min
/ritual gherkinGenerate from RITUAL.mdGenerate from exploration5–10 min
/ritual questionsGenerate additional discovery questions2–5 min
/ritual source <context>Enrich → local .md fileEnrich → add to exploration knowledge sources2–5 min
/ritual answerCodebase analysis → RITUAL.mdCodebase analysis → upload as knowledge source3–10 min
/ritual context [feature]Load exploration context into the session1 min
/ritual readyPre-build readiness checkinstant
/ritual conflictCross-exploration anti-goal scan1–5 min
/ritual lineage <file>Find which explorations shaped a file1–2 min
/ritual driftCheck code alignment with recommendations3–10 min
/ritual recapStakeholder-friendly summary1–2 min
/ritual helpShow commandsShow commandsinstant

The core loop

/ritual explore

Discover what to build before coding.

/ritual explore Add multi-tenant RBAC with team management

Scans the codebase, generates classified discovery questions (🔴 blocking, 🟡 uncertain, 🟢 answerable), and saves them to RITUAL.md (light) or an exploration in app.ritual.work (cloud).

Run it before starting any feature. The 🔴 blocking questions are the ones that, if skipped, get flagged in code review.

/ritual run

Answer the questions and generate recommendations.

/ritual run

Light mode reads RITUAL.md, answers each question from codebase analysis, and writes build-brief.md. Cloud mode runs the agentic pipeline with knowledge-source enrichment, accepts recommendations, generates requirement packages, and writes the Build Brief.

/ritual brief

Generate a prioritized implementation guide.

/ritual brief

Leads with “These Will Block Review If Missing” — review-blocking requirements covering both technical and product completeness. Usually auto-generated by /ritual run; run standalone to regenerate after updating answers.

/ritual gate

Pre-PR adherence check. Always local.

/ritual gate

Reads the Build Brief’s review-blocking items, scans the codebase for evidence, and reports ✅ Built, ⚠️ Built with limitation, 📋 Pre-declared deferral, or ❌ Not built. PASS if zero ❌ items remain.

/ritual build

Full end-to-end workflow — feature description in, implemented code and drafted PR description out.

/ritual build Add multi-tenant RBAC with team management

Runs reconnaissance, creates or reuses an exploration, generates considerations and questions, runs the AI pipeline, produces a Build Brief, enters plan mode, implements, and drafts .github/PR_DESCRIPTION.md ready for gh pr create --body-file.

  • CLI — install and modes.
  • MCP server — what Cloud mode connects to.