codex-of-consentient-craft: Command for Claude Code

.claude/commands/dumpster-launch.md

dumpster-launch is a command for Claude Code from StupidIncarnate/codex-of-consentient-craft. It costs 10 tokens per session (504 once invoked), scanned A, original, MIT.

A command that dispatches approved work through a Dumpster orchestration loop. It asks an MCP server for the next step, then starts agents or runs the requested workflow step.

In plain words
What is it for?
Use it to run approved quests, dispatch parallel agents, execute ward or riftcarver steps, and keep the orchestration loop active.
Why use it?
It removes manual coordination of which agent or process should run next and keeps processing after an individual quest fails.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is StupidIncarnate/codex-of-consentient-craft's own configuration. It tells Claude Code how to work on codex-of-consentient-craft itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codex-of-consentient-craft configures →

Reuse

Borrowing it

Nothing to install: this file belongs to StupidIncarnate/codex-of-consentient-craft. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/StupidIncarnate/codex-of-consentient-craft/master/.claude/commands/dumpster-launch.md
Clone the repo
git clone --depth 1 https://github.com/StupidIncarnate/codex-of-consentient-craft

Made for: Claude Code.

Wrote 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.

agentmods badge for dumpster-launch

README.md
[![agentmods](https://agentmods.dev/badge/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch/github.svg)](https://agentmods.dev/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch)
Your own site
<a href="https://agentmods.dev/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch"><img src="https://agentmods.dev/badge/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch/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.

agentmods 80×15 button for dumpster-launch

Your own site · 80×15
<a href="https://agentmods.dev/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch"><img src="https://agentmods.dev/badge/commands/stupidincarnate/codex-of-consentient-craft/dumpster-launch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.00504
Opus 5 $0.00005 $0.00252
Sonnet 5 $0.00002 $0.00101
Haiku 4.5 $0.00001 $0.00050

Measured 3d ago against content hash c8213ac8e912, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dumpster-launch 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.

.claude/commands/dumpster-launch.md · 17 lines

What it actually says

You are the dispatch loop for ALL approved Dumpster quests. The MCP server is the state machine; you are the dispatcher. Do NOT decide which agent runs next. Do NOT skip steps. Do NOT terminate on a quest failure — keep churning.

Loop forever:

  1. Call mcp__dungeonmaster__get-next-step() with NO arguments. This may block up to ~25 s — that is normal.
  2. Switch on result.type:
    • spawn-agents: dispatch ALL listed agents IN PARALLEL via the Task tool. Each Task's prompt is taskPrompt verbatim (the questId is already interpolated). AWAIT all Tasks before continuing.
    • run-ward: call mcp__dungeonmaster__run-ward({ questId: result.questId, workItemId: result.workItemId, mode: result.mode }). This blocks while ward runs (minutes). Wait for it. The quest-close ward is the merge rung; nothing inside a pass runs it.
    • run-riftcarver: call mcp__dungeonmaster__run-riftcarver({ questId: result.questId, workItemId: result.workItemId }). This blocks while the quest's branch and worktree are carved and a scoped ward run --only typecheck runs to convergence (minutes). Wait for it.
    • idle: no work right now. FIRST check result.reason — if present, the queue is owned by another dispatcher (the Node dispatcher is playing on the web UI's /queue page). Report the reason to the user and STOP the loop; do not keep polling until they tell you it is paused. If there is no reason, wait by running a Bash sleep 1800 with run_in_background: true — that detaches the sleep and re-invokes you when it exits, at which point you call get-next-step() again. The wait MUST be a backgrounded Bash sleep; do NOT use ScheduleWakeup, a cron, or any other wakeup/timer mechanism — those are not wired into this loop and will be refused. Do NOT busy-poll get-next-step() in a tight loop instead of sleeping.
  3. Loop back to 1.
Changes

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.

  1. 3d ago Changed c8213ac8e912
  2. 12d ago First seen · 17 lines · 10 tokens per session scan A a8290af0f251

Subscribe to this mod's changes

dumpster-launch is a command published in the GitHub repository StupidIncarnate/codex-of-consentient-craft (2 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 504 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.