000-jeremy-content-consistency-validator
v3.29.0Universal document consistency auditor. Runs deterministic drift checks across docs, code, tests, and CI; resolves conflicts through a per-fact-class authority registry (sot-map.yaml) instead of a global ranking; LLM-judged findings are structurally separated and advisory-only. Read-only — reports discrepancies, never fixes. Invoked automatically by /release Phase 1.6.
by Jeremy LongshoreMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/000-jeremy-content-consistency-validator/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/validate-consistency/SKILL.md
Skills1
Universal document consistency auditor. Runs deterministic drift checks across docs, code, tests, and CI, resolves conflicts through a per-fact-class authority registry (sot-map.yaml), and produces reports that structurally separate deterministic findings from advisory LLM-judged findings. Use when checking documentation accuracy before a release, after major refactors, or when onboarding to a new codebase. Also invoked automatically by /release Phase 1.6. Trigger with "/validate-consistency", "check consistency", "validate docs", "audit documentation", "doc drift check".
Manifests1
{
"name": "000-jeremy-content-consistency-validator",
"version": "3.29.0",
"description": "Universal document consistency auditor. Runs deterministic drift checks across docs, code, tests, and CI; resolves conflicts through a per-fact-class authority registry (sot-map.yaml) instead of a global ranking; LLM-judged findings are structurally separated and advisory-only. Read-only — reports discrepancies, never fixes. Invoked automatically by /release Phase 1.6.",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"documentation",
"consistency",
"validation",
"drift-detection",
"audit",
"source-of-truth",
"release-gate",
"quality-assurance",
"doc-drift",
"read-only"
]
}