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/speckit.ralph.extension)<a href="https://agentmods.dev/commands/t-0-co/t-0-spec-kit-ralph/speckit.ralph.extension"><img src="https://agentmods.dev/badge/commands/t-0-co/t-0-spec-kit-ralph/speckit.ralph.extension/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/speckit.ralph.extension"><img src="https://agentmods.dev/badge/commands/t-0-co/t-0-spec-kit-ralph/speckit.ralph.extension.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.00764 |
| Opus 5 | $0.00007 | $0.00382 |
| Sonnet 5 | $0.00003 | $0.00153 |
| Haiku 4.5 | $0.00001 | $0.00076 |
Grade A, and why
speckit.ralph.extension 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 11d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/speckit.ralph.extension - 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:
/speckit.ralph.extension # Run on auto-detected spec
/speckit.ralph.extension specs/001-feature/ # Run on specific spec
/speckit.ralph.extension --dry-run # Preview only
/speckit.ralph.extension --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: /speckit.ralph.extension --resume --worktree specs/001-feature/ # Run with arguments $RALPH_BIN $ARGUMENTS -
Offer orchestrator guidance (imperative, after start)
- If
.claude/skills/workspace-ralph-orchestrator/exists, offer monitoring/advanced controls once the loop is running. - Provide this short summary:
- Live dashboard and loop status
- Graceful stop via
.ralph/.stop - tmux session helpers and troubleshooting
- Ask once:
yes-> launchworkspace-ralph-orchestratorskill with the resolved spec pathno-> continue without orchestrator support
- If
-
Monitor progress
- Watch
.ralph/session.logfor real-time progress - Check
.ralph/progress.jsonfor state
- Watch
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.
- 11d ago First seen · 94 lines · 14 tokens per session scan A c4225f8b7d78
speckit.ralph.extension 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 764 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.