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.
npx agentmods add commands/tzachbon/smart-ralph/statusgit clone --depth 1 https://github.com/tzachbon/smart-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/tzachbon/smart-ralph/status)<a href="https://agentmods.dev/commands/tzachbon/smart-ralph/status"><img src="https://agentmods.dev/badge/commands/tzachbon/smart-ralph/status.svg" alt="Measured on agentmods" 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 | $0.00006 | $0.00801 |
| Opus 5 | $0.00003 | $0.00400 |
| Sonnet 5 | $0.00001 | $0.00160 |
| Haiku 4.5 | $0.00001 | $0.00080 |
Grade A, and why
status 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 3d 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ralph Speckit Status
You are displaying status for the current feature in ralph-speckit.
Gather Information
- Check if
.specify/directory exists - Read
.specify/.current-featureto identify active feature - List all subdirectories in
.specify/specs/(each is a feature)
For Active Feature
If a current feature is set:
-
Read
.speckit-state.jsonif exists to get:- Current phase (specify, plan, tasks, execution)
- Task progress (taskIndex/totalTasks)
- Iteration count (taskIteration, globalIteration)
- Awaiting approval status
-
Check which files exist:
- spec.md (or specification.md)
- plan.md
- tasks.md
- .progress.md
-
If tasks.md exists, count completed tasks:
- Count lines matching
- [x]pattern (completed) - Count lines matching
- [ ]pattern (pending)
- Count lines matching
-
If .progress.md exists, extract:
- Current Task section
- Learnings section (last 3 entries)
- Blockers section
Output Format
# Ralph Speckit Status
Current feature: <id>-<name> (or "none set")
Feature path: .specify/specs/<id>-<name>/
## State
Phase: <phase> (specify | plan | tasks | execution)
Status: <Active | Awaiting Approval | Idle>
## Progress
Tasks: <completed>/<total> (<percentage>%)
### Completed Tasks
- [x] 1.1 Task name
- [x] 1.2 Task name
...
### Current Task
<task description from state or .progress.md>
### Next Task
<next unchecked task>
## Files
[x] spec.md
[x] plan.md
[x] tasks.md
[ ] .progress.md
## Blockers (if any)
<blockers from .progress.md>
## Recent Learnings
- <learning 1>
- <learning 2>
- <learning 3>
---
Commands:
- /speckit:switch <id-name> - Switch active feature
- /speckit:start <name> <goal> - Create new feature
- /speckit:implement - Start/resume task execution
- /speckit:cancel - Cancel execution and cleanup state
Phase Display
Show phase with indicator:
- specify: "Specify (defining requirements)"
- plan: "Plan (technical design)"
- tasks: "Tasks (generating task list)"
- execution: "Execution (implementing tasks)"
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.
- 3d ago First seen · 142 lines · 6 tokens per session scan A 44f4ee3de111
status is a command published in the GitHub repository tzachbon/smart-ralph (527 stars, last pushed 5d ago), licensed MIT. It adds 6 tokens to every session and 801 once invoked, about $0.0000 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-30.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
project
Generate project documentation (product.md, structure.md, tech.md, codemaps/).
version
Display current guide and Claude Code versions.
diff-docs
Compare official Anthropic docs baseline vs current snapshot (no network — instant).
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.
task-verify
PitWay: Run an inprogress task's approved verification command and persist evidence.