docs-gate

A documentation audit command for finding outdated references and mismatches in a software project’s documentation.

In plain words
What is it for?
Checking the README, playbook, other docs or changelog, either individually or as a full documentation review.
Why use it?
It helps catch links to missing files, obsolete commands, unused configuration keys and release notes that do not match recent changes.

Command

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.

agentmods
npx agentmods add commands/rajconnects/founder-stack/docs-gate
Clone the repo
git clone --depth 1 https://github.com/rajconnects/founder-stack
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.00454
Opus 5 $0.00019 $0.00227
Sonnet 5 $0.00008 $0.00091
Haiku 4.5 $0.00004 $0.00045

Measured yesterday against content hash 3073cb1db78d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docs-gate 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 yesterday.

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.

workflow-v1/commands/docs-gate.md · 36 lines

What it actually says

You are running a docs-drift check on the framework's published documentation.

Arguments: $ARGUMENTS

Steps

  1. Parse the scope arg. One of changelog, readme, playbook, docs, full. Default full. Anything else: print the recognized values and stop.

  2. Parse --range if present (e.g., --range main..HEAD). Default HEAD~5..HEAD. Used only when the scope includes the CHANGELOG-vs-diff pass.

  3. Dispatch docs-auditor:

    subagent_type: docs-auditor
    prompt: |
      SCOPE: <parsed scope>
      DIFF_RANGE: <parsed range>
      VERDICT_OUTPUT_PATH: <not set — print to stdout>
    
  4. When the auditor returns, print its verdict verbatim. Do not synthesize on top of it.

  5. If the verdict is FAIL, do not auto-fix. Surface to the user and stop — drift fixes are the user's call (sometimes a broken link is a real removal; sometimes it's a typo).

Notes

  • The auditor is read-only. It catches drift; it does not write docs.
  • Scope full is the most thorough but the slowest — use changelog or readme for fast targeted runs while iterating on a release entry.
  • The CHANGELOG-vs-diff pass uses judgment (not strict matching) — a single CHANGELOG bullet can describe a thematic change touching multiple files; the auditor only surfaces meaningful gaps. Treat its findings as advisory.
  • Missions auto-dispatch this auditor in Procedure D (mission completion), with SCOPE: mission-completion and MISSION_ID scoped to the mission's commit range. Manual runs target the same auditor.
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. yesterday First seen · 36 lines · 0 tokens per session scan A 3073cb1db78d

Subscribe to this mod's changes

docs-gate is a command published in the GitHub repository rajconnects/founder-stack (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 454 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.