Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/T-0-co/t-0-spec-kit-ralphWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/t-0-co/t-0-spec-kit-ralph/ralph)<a href="https://agentmods.dev/commands/t-0-co/t-0-spec-kit-ralph/ralph"><img src="https://agentmods.dev/badge/commands/t-0-co/t-0-spec-kit-ralph/ralph/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/t-0-co/t-0-spec-kit-ralph/ralph"><img src="https://agentmods.dev/badge/commands/t-0-co/t-0-spec-kit-ralph/ralph.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.00597 |
| Opus 5 | $0.00007 | $0.00298 |
| Sonnet 5 | $0.00003 | $0.00119 |
| Haiku 4.5 | $0.00001 | $0.00060 |
Grade A, and why
ralph scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ralph - Autonomous Task Execution
User Input
$ARGUMENTS
Overview
Ralph Wiggum Loop executes tasks from tasks.md with fresh Claude context per task and build/test verification between iterations.
Usage
The user can invoke this command with optional arguments:
/ralph # Run on auto-detected spec
/ralph specs/001-feature/ # Run on specific spec
/ralph --dry-run # Preview only
/ralph --resume # Resume after fix
Execution
-
Locate spec directory
- If path provided in
$ARGUMENTS, use that - Otherwise, look for
tasks.mdin current directory orspecs/*/tasks.md
- If path provided in
-
Validate prerequisites
- Ensure
tasks.mdexists - Check for Claude CLI availability
- Verify git repository (for commits)
- Ensure
-
Execute Ralph
# Prefer project-local wrapper, then installed binary, then .specify path RALPH_BIN="./ralph" if [[ ! -x "$RALPH_BIN" ]] && command -v ralph &> /dev/null; then RALPH_BIN="ralph" elif [[ ! -x "$RALPH_BIN" ]] && [[ -x "./.specify/ralph/bin/ralph" ]]; then RALPH_BIN="./.specify/ralph/bin/ralph" fi # All command arguments are passed through to ralph.sh unchanged # Example: /ralph --resume --worktree specs/001-feature/ # Run with arguments $RALPH_BIN $ARGUMENTS -
Monitor progress
- Watch
.ralph/session.logfor real-time progress - Check
.ralph/progress.jsonfor state
- Watch
Options
| Option | Description |
|---|---|
--dry-run |
Preview tasks without executing |
--resume |
Resume from last state after fix |
--phase N |
Start from specific phase |
--budget N |
Stop if cost exceeds $N |
--ui |
Enable terminal UI |
--slack |
Enable Slack notifications |
Notes
- Ralph runs EXTERNAL to Claude sessions to get fresh context per task
- Each task gets minimal, focused context from spec files
- Build/test verification happens after each task
- Auto-commits on success, blocks on failure
- Resume capability for fixing blockers
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 83 lines · 14 tokens per session scan A 93437b938273
ralph is a command published in the GitHub repository T-0-co/t-0-spec-kit-ralph (10 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 597 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
lauren
Plan a new piece of work and add it to the lauren queue.
collab-proof
Generate AI collaboration evidence for the current session, then export a shareable HTML proof.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
a
Intercept Mode - Auto-improve and execute immediately.
prep
Prepare a pre-meeting briefing by reviewing all memory files and surfacing items that need discussion.
imperium:create-video
Create startup video content. Supports pitch videos, product demos, social clips, investor updates, and hiring videos. Bridges to Remotion for rendering.