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/sequenzia/claude-plugins/ralph-missiongit clone --depth 1 https://github.com/sequenzia/claude-pluginsWrote 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/sequenzia/claude-plugins/ralph-mission)<a href="https://agentmods.dev/commands/sequenzia/claude-plugins/ralph-mission"><img src="https://agentmods.dev/badge/commands/sequenzia/claude-plugins/ralph-mission.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.00011 | $0.00384 |
| Opus 5 | $0.00005 | $0.00192 |
| Sonnet 5 | $0.00002 | $0.00077 |
| Haiku 4.5 | $0.00001 | $0.00038 |
Grade A, and why
ralph-mission 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.
What it actually says
Ralph Mission Command
Execute the setup script to initialize the Ralph Mission loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-mission.sh" $ARGUMENTS
How It Works
Ralph Mission autonomously iterates through tasks from a mission-control tasks.json file. For each task:
- Implement the task completely based on its description and acceptance criteria
- Verify all acceptance criteria are met
- Run tests if applicable
- Update the task status in the tasks.json file:
- Edit the mission file
- Find the current task by ID
- Change
"status": "not_started"to"status": "complete"
- Commit your changes with:
feat: TASK-XXX - <title>
Important Rules
- Do NOT mark a task complete unless ALL acceptance criteria are genuinely met
- The loop detects completion by checking the task status in the JSON file
- Failed attempts (task not completed after your response) increment a counter
- After max failed attempts, the task is marked as "blocked" and we move on
- Progress and learnings are logged to
progress.txtin the mission directory
Stopping the Loop
The loop stops when:
- All tasks are complete
- All remaining tasks are blocked
- Max iterations is reached
- You run
/ralph-mission:cancel
Trust the process - the loop continues until genuine completion.
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 · 46 lines · 11 tokens per session scan A 1bdb3133e62b
ralph-mission is a command published in the GitHub repository sequenzia/claude-plugins (2 stars, last pushed 7mo ago), licensed MIT. It adds 11 tokens to every session and 384 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
project-recap
Generate a visual project recap for context switching.
os-meeting
快速创建和管理AI团队会议.
workspace
Testany Workspace, 管理工作空间,成员权限,团队组织.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
m-task-planner
Target: $ARGUMENTS (Default: requirement document(s) discovered in the project).
triage
Triage ServiceNow incidents — list open incidents, assess priority, investigate a specific INC, or analyze trends.