godspeed-info

godspeed-info is a command for Claude Code from itsribbZ/Godspeed. It costs 30 tokens per session (1,415 once invoked), scanned A, original, MIT.

A read-only command that displays the Godspeed pipeline's current status, including its flow, tools, routing, safeguards, triggers, and rules.

In plain words
What is it for?
Use it to inspect the current tick count, the next scheduled scan point, and the pipeline's operating summary.
Why use it?
It provides a quick overview of how the pipeline is configured without starting the pipeline or changing anything.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

Part of the godspeed plugin — 18 skills, 3 commands, 5 hooks shipped together

Good fit Use it to inspect the current tick count, the next scheduled scan point, and the pipeline's operating summary.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/itsribbz/godspeed/godspeed-info
Install

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.

Clone the repo
git clone --depth 1 https://github.com/itsribbZ/Godspeed

Made for: Claude Code.

Or install godspeed, the plugin that ships this one along with the rest of its 18 skills, 3 commands, 5 hooks.

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 godspeed-info

README.md
[![agentmods](https://agentmods.dev/badge/commands/itsribbz/godspeed/godspeed-info.svg)](https://agentmods.dev/commands/itsribbz/godspeed/godspeed-info)
Your own site
<a href="https://agentmods.dev/commands/itsribbz/godspeed/godspeed-info"><img src="https://agentmods.dev/badge/commands/itsribbz/godspeed/godspeed-info.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,415 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.00030 $0.01415
Opus 5 $0.00015 $0.00707
Sonnet 5 $0.00006 $0.00283
Haiku 4.5 $0.00003 $0.00142

Measured 7d ago against content hash 4332a0c91c9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

godspeed-info 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 7d 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.

plugins/godspeed/commands/godspeed-info.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/godspeed-info — Pipeline Overview

Render the godspeed pipeline summary. Read-only — does not trigger execution mode.

Execution

  1. Read ~/.claude/telemetry/brain/godspeed_count.txt with the Read tool to get the current tick count. Fallback to 0 if missing or unreadable.
  2. Compute next_scan_at = smallest multiple of 33 strictly greater than current tick. (current=0 → 33; current=5 → 33; current=33 → 66; current=40 → 66.)
  3. Compute runs_away = next_scan_at - current_tick.
  4. Print the template below verbatim inside a single fenced code block, substituting {TICK} / {NEXT_SCAN} / {RUNS_AWAY} with the live values.
  5. After rendering, write one short closing line (e.g. Info mode rendered. Say "godspeed" for execution mode.) and STOP. No further tool calls. No triage. No Phase -1 tick. Info mode is render-and-stop.

Template (substitute live values for {TICK} / {NEXT_SCAN} / {RUNS_AWAY})

═══════════════════════════════════════════════════════════════
  GODSPEED v4.10 — MAX EXECUTION MODE
═══════════════════════════════════════════════════════════════

  PIPELINE FLOW
  ─────────────

   [-1]   TICK              Self-audit counter (every 33 ticks → brain scan)
                            current: {TICK}  next: {NEXT_SCAN}  ({RUNS_AWAY} away)
          │
          ▼
   [0.5]  BRAIN             Severity classify S0–S5 → tier→model bind
          │                 (S0/S1=Haiku · S2/S3=Sonnet · S4/S5=Opus)
          │                 S3+ → auto-dispatch Zeus
          │
          ▼
   [1-3]  TRIAGE → ROUTE → DEPLOY
          │                 Domain-adaptive priority P0→P3, Pipeline Router,
          │                 parallel tool execution where possible
          │
          ▼
   [3i]   COST GUARD        Mid-flight budget enforcement (1.5× soft-cap)
          │                 Verdict: OK / BUDGET_EXCEEDED
          │                 Receipts → ~/.claude/telemetry/brain/cost_efficiency.jsonl
          │
          ▼
   [4]    ESCALATE          L1 narrow → L2 instrument → L3 research →
          │                 L3.5 advisor (Sonnet stuck → Opus rescue) →
          │                 L4 ask user → L5 flag blocker
          │
          ▼
   [5]    RECONCILE         Zero-missed-tasks verification
          │
          ▼
   [6]    LEARN             zeus gate-write → Oracle score → Mnemos Recall

  SHIPPED SKILLS (18 total — domain-agnostic methodology)
  ───────────────────────────────────────────────────────

   HOMER PANTHEON (orchestrator-worker stack)
       zeus            L2 Orchestrator — decomposes S3+ tasks
       calliope        L3 Epic Research Muse (web + synthesis)
       clio            L3 Code Archaeology Muse (file:line maps)
       urania          L3 Measurement Muse (telemetry receipts)
       sybil           L4 Advisor escalation (advisor_20260301)
       mnemos          L5 3-tier memory (Core / Recall / Archival)
       oracle          L7 Critic — scores synthesis, gates writes
       brain           L1 Severity classifier (S0-S5 router)

   PIPELINE SKILLS (methodology)
       holy-trinity    Diagnose → Research → Implement → Verify
       devTeam         Code architecture scoring (7 Laws)
       profTeam        Multi-agent parallel research engine
       professor       Single-topic deep research + PDF
       blueprint       Implementation plan from codebase
       cycle           3-pass blueprint refinement

   UTILITY SKILLS
       close-session   Session closure + learning persistence
       verify          Build / test verification (multi-stack)
       init            Project initialization router
       godspeed        This skill — max-execution mode

  COST GUARD BUDGETS (Phase 3i, per agent invocation)
  ───────────────────────────────────────────────────

       S0 $0.005    S1 $0.02    S2 $0.10
       S3 $0.50     S4 $2.00    S5 $5.00
       1.5× soft-cap → BUDGET_EXCEEDED verdict mid-flight

  BRAIN ROUTING (always active, zero config)
  ──────────────────────────────────────────

       Severity tiers   S0-S2 → direct tool   |   S3-S5 → Zeus orchestrator
       Subagents        Sonnet via CLAUDE_CODE_SUBAGENT_MODEL env var
       Skills           Pinned per skill frontmatter (S-tier)
       Advisor API      L3.5 — Sonnet stuck → Opus rescue (max 2/session)
       Self-audit       every 33 ticks → inline `brain scan`

  SLASH COMMANDS
  ──────────────

       /godspeed-info        This pipeline summary (you are here)
       /godspeed-settings    Render current routing manifest (weights, tiers, guardrails)
       /brain-score <text>   Classify any prompt on the S0-S5 scale

  TRIGGERS
  ────────

       "godspeed" / GODSPEED   Full max execution mode
       "stuck" mid-task        L3.5 advisor escalation
       Every 33 ticks          Inline `brain scan` self-audit

  SACRED RULES ACTIVE (11)
  ────────────────────────

       #1  Truthful           #2  No delete           #3  No revert
       #4  Only-asked         #5  Diag = feature      #6  No creative
       #7  Edit only          #8  No auto-close       #9  No menus
       #10 godspeed = command #11 AAA quality

═══════════════════════════════════════════════════════════════

Read the full file on GitHub · 126 lines

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. 7d ago First seen · 126 lines · 30 tokens per session scan A 4332a0c91c9b

Subscribe to this mod's changes

godspeed-info is a command published in the GitHub repository itsribbZ/Godspeed (1 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 1,415 once invoked, about $0.0002 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.