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.
git clone --depth 1 https://github.com/mohammad19974/bounded-relayWrote 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/mohammad19974/bounded-relay/speckit.boundedrelay.implementation-review)<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>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.1 | $0.00010 | $0.00622 |
| Opus 5 | $0.00005 | $0.00311 |
| Sonnet 5 | $0.00002 | $0.00124 |
| Haiku 4.5 | $0.00001 | $0.00062 |
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.
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.
- Read the
stagein$ARGUMENTS. Forstage=claude, read the constitution, active spec, plan, tasks, repository rules, real diff, and checks. Complete only the Claude host review, set the evidence state toclaude-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-ownedreviewIdbound to the run, nonce, revision, source evidence, and check digest. Preserve that exact ID when submittinghostReviewto BoundedRelay. - 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 orfocus. - Start a fresh
codex_worker_sdd_reviewwith the matchingimplementationorconvergencephase,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 preparedcodexReviewPolicy(including a profiled cross-review model and effort), and persist the job's observed model and reasoning effort. Genericcodex_worker_analyzecannot satisfy this gate. Keep Claude findings out offocusand the Codex prompt. Use an allowlisted model only, poll withafterRevision, and retrieve the final result once. - Recompute workspace state. Evidence is invalid if HEAD, changed-file scope, artifacts, source execution/review digest, check receipts, or the working-tree seal changed.
- 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.
- Persist the returned strict seal and gate. Set the combined verdict to
approvedonly when both reviews approve and the returned gate ispassed: true,status: readyfor that seal. Atomically replace the evidence. Do not fix findings, edit tasks, apply patches, commit, push, or deploy.
$ARGUMENTS
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.
- 7d ago First seen · 51 lines · 10 tokens per session scan A 691eb541df55
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.
Other commands, from other repositories
triage
Triages a PR comment — from a bot (Copilot, CI) or a human reviewer. Fetches the comment and diff via gh CLI, classifies it, applies the fix directly to the file if valid, posts a reply on the thread, and resolves it. Run from inside the repo.
audit-plugin
Deep quality audit of all skills, agents, and commands for inconsistencies, gaps, duplication, and token waste.
write-skill
Author a new skill from scratch with paired trigger fixtures and full validation. Use when adding a skill that has no upstream skills.sh source (discipline, meta, or internal-pattern skills).
announce
Draft X/Twitter announcement post (or thread) for the latest plugin release.
eval-skills
Eval all skills with sufficient data, rank by procedure-following score, identify candidates for optimization.
evolve-skill
Run the full skill evolution pipeline -- harvest sessions, discover signals, build golden dataset, eval baseline, evolve via DSPy, compare scores.