speckit.boundedrelay.implementation-review

speckit.boundedrelay.implementation-review is a command for Claude Code from mohammad19974/bounded-relay. It costs 10 tokens per session (622 once invoked), scanned A, original, MIT.

A command for performing two separate implementation reviews: one of work done by a Claude host and one by Codex. It uses sealed revision evidence and recorded checks to keep the reviews tied to the exact code version being assessed.

In plain words
What is it for?
Use it to review a specified implementation phase, freeze the Claude review, verify the required evidence, and then submit the independent Codex review when its conditions are met.
Why use it?
It reduces the risk of reviewing different revisions or mixing one reviewer’s findings into another reviewer’s evidence. It preserves check records and controls when a combined verdict can be produced.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Codex.

Good fit Use it to review a specified implementation phase, freeze the Claude review, verify the required evidence, and then submit the independent Codex review when its conditions are met.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review
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/mohammad19974/bounded-relay

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 speckit.boundedrelay.implementation-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review.svg)](https://agentmods.dev/commands/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review)
Your own site
<a href="https://agentmods.dev/commands/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review"><img src="https://agentmods.dev/badge/commands/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review.svg" alt="Measured on agentmods" 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 622 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.00622
Opus 5 $0.00005 $0.00311
Sonnet 5 $0.00002 $0.00124
Haiku 4.5 $0.00001 $0.00062

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

Security

Grade A, and why

speckit.boundedrelay.implementation-review 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.

integrations/spec-kit/extension/commands/speckit.boundedrelay.implementation-review.md · 51 lines

What it actually says

Dual Implementation Review

Review the phase named in $ARGUMENTS against its pending revision-sealed evidence. This command is read-only except for the matching run-local review JSON.

  1. Read the stage in $ARGUMENTS. For stage=claude, read the constitution, active spec, plan, tasks, repository rules, real diff, and checks. Complete only the Claude host review, set the evidence state to claude-frozen, keep Codex evidence and the combined verdict null, atomically replace the file, and stop. Preserve implementation check receipts. For convergence changes, run the relevant checks and add redacted typed receipts plus their canonical digest before freezing. Every receipt's tested Git tree must equal the sealed convergence revision tree; raw output and environment values never enter the evidence file. The following verifier stamps an engine-owned reviewId bound to the run, nonce, revision, source evidence, and check digest. Preserve that exact ID when submitting hostReview to BoundedRelay.
  2. For stage=codex, require that the separate verifier already accepted the frozen Claude state. Do not edit or regenerate the host review and do not put its findings in the Codex prompt or focus.
  3. Start a fresh codex_worker_sdd_review with the matching implementation or convergence phase, mode: strict, exact sealed artifact paths, the recorded comparison base revision, expected full Git revision, every sealed artifact path including a configured project profile, and frozen host evidence. Use the exact prepared codexReviewPolicy (including a profiled cross-review model and effort), and persist the job's observed model and reasoning effort. Generic codex_worker_analyze cannot satisfy this gate. Keep Claude findings out of focus and the Codex prompt. Use an allowlisted model only, poll with afterRevision, and retrieve the final result once.
  4. Recompute workspace state. Evidence is invalid if HEAD, changed-file scope, artifacts, source execution/review digest, check receipts, or the working-tree seal changed.
  5. Record severity-ranked findings with exact paths, verification observed, and residual risk. High and Critical findings are always blocking and require a new revision plus two fresh reviews. A missing or failed reviewer is not replaced by self-review.
  6. Persist the returned strict seal and gate. Set the combined verdict to approved only when both reviews approve and the returned gate is passed: true, status: ready for that seal. Atomically replace the evidence. Do not fix findings, edit tasks, apply patches, commit, push, or deploy.
$ARGUMENTS
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 · 51 lines · 10 tokens per session scan A 691eb541df55

Subscribe to this mod's changes

speckit.boundedrelay.implementation-review is a command published in the GitHub repository mohammad19974/bounded-relay (1 stars, last pushed 6d ago), licensed MIT. It adds 10 tokens to every session and 622 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.