Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mistakeknot
Doc freshness and correctness monitoring — auto-discovers watchable docs, detects drift via 17 signal types, scores confidence, dispatches generators for auto-refresh, and runs stranger-perspective correctness audits with cross-document consistency checking. Surfaces drift on doc access via a PreToolUse hook with auto-fire on Certain confidence (cooldown + daily budget guarded). Companion plugin for Clavain.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interwatchRun a stranger-perspective correctness audit on user-facing docs — validates counts, commands, links, versions, and cross-doc consistency against project reality
Install git post-commit/post-merge hooks that auto-refresh interwatch drift state on every commit and merge
Force regeneration of a specific document regardless of drift score
Show drift health status (delegates to /clavain status)
Run a drift scan across all watched documents — detects changes, scores confidence, and reports which docs may need refreshing
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Cross-references docs against actual source. Flags drift, missing params, dead references.
Documentation quality validation: broken links, orphan docs, glossary, structure
Generate and maintain documentation from code with drift detection. Validates docs against source, auto-generates from code patterns, syncs outdated content, and provides reusable templates for consistent documentation.
Audit codebase documentation for accuracy, completeness, and freshness against actual code. Auto-fixes small discrepancies, reports structural changes. Companion to agent-ready.
Multi-LLM documentation review for catching inconsistencies, codebase mismatches, and gaps. Supports Opus, GPT, and Gemini in parallel with synthesis and guided resolution.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
[DEPRECATED — use intervoice] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervoice, which reads one global multi-register profile instead of per-project glob-routed files.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
Self-improving agent rig: codifies product and engineering discipline into composable workflows from brainstorm to ship. Compounds knowledge, generates domain agents, monitors its own docs, and surfaces conservative update drift. Orchestrates Claude, Codex, and Oracle through 6 agents, 52 commands, 19 skills, 0 MCP servers. Factory substrate: CXDB turn DAG, scenario bank with satisfaction scoring, evidence pipeline, agent capability policies. Companions: interspect, interphase, interline, interflux, interpath, interwatch, interslack, interform, intercraft, interdev, interpeer, intertest.
Token-efficient code reconnaissance for LLMs. Autonomous skills save 48-85% tokens via diff-context, semantic search, structural patterns, and symbol analysis. Includes MCP server for direct tool integration.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
Documentation freshness monitoring for Claude Code.
Documentation drifts. You ship a feature, update the code, and three weeks later someone discovers that the architecture section of AGENTS.md still describes the old design. interwatch solves this by maintaining a registry of watched documents, detecting drift signals (beads closed, files renamed, versions bumped), and scoring confidence on whether a refresh is needed.
When drift is detected, interwatch acts based on confidence:
It delegates the actual regeneration to the right tool: interpath for product artifacts (roadmaps, PRDs), interdoc for code documentation. interwatch knows what's stale; the generators know how to fix it.
First, add the interagency marketplace (one-time setup):
/plugin marketplace add mistakeknot/interagency-marketplace
Then install the plugin:
/plugin install interwatch
Companion plugin for Clavain.
Run a drift scan:
/interwatch:watch
Check current health without re-scanning:
/interwatch:status
Force a specific document refresh regardless of drift score:
/interwatch:refresh
Each watched document is registered in config/watchables.yaml with:
State is tracked in .interwatch/ (per-project, gitignored). No hooks: drift detection is on-demand, not event-driven.
MIT