interwatch

Detect documentation drift and dispatch regeneration tasks.

3|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mistakeknot/Demarch --skill interwatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interwatch
Source: https://github.com/mistakeknot/Demarch/tree/main/.gemini/generated-skills/interwatch
Command: npx skills add https://github.com/mistakeknot/Demarch --skill interwatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically monitors documentation for staleness caused by project changes, ensuring your documentation remains accurate and up-to-date with minimal manual effort.

Core Features & Use Cases

  • Automated Drift Detection: Identifies outdated documents based on 14 different signal types (e.g., code changes, version bumps, new components).
  • Confidence Scoring: Assesses the likelihood of drift to prioritize refresh efforts.
  • Auto-Refresh Dispatch: Triggers regeneration of documents when drift is detected.
  • Use Case: After a new feature is implemented and its corresponding bead is closed, interwatch detects that the feature's documentation is now stale and automatically initiates a refresh process.

Quick Start

Run interwatch to discover and scan all watchable documents in the current project.

Frequently Asked Questions about interwatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect documentation drift when my codebase changes?

To detect documentation drift, you can automate monitoring by scanning watchable documents against 14 distinct signal types like code changes, version bumps, and new components. This identifies outdated technical docs and API references automatically.

What is documentation freshness monitoring and how does it work?

Documentation freshness monitoring tracks whether your technical docs remain accurate against an evolving codebase. It works by detecting staleness signals, applying confidence scoring to assess drift likelihood, and prioritizing documents that need immediate refresh.

How do I automatically refresh outdated API references after a new feature is implemented?

You can automatically refresh outdated API references by dispatching regeneration tasks when drift is detected. After a feature is implemented, monitoring signals trigger an auto-refresh process to update the corresponding stale documentation.

Can I use automated documentation monitoring for large software development projects?

Yes, automated documentation monitoring applies to software development projects requiring up-to-date technical documentation, API references, and project roadmaps. It scales maintenance by prioritizing refresh efforts through confidence scoring.

What's the best way to prioritize which stale documents to update first?

The best way to prioritize stale document updates is using confidence scoring to assess the likelihood of documentation drift. This scoring evaluates 14 different drift signals to focus manual or automated refresh efforts efficiently.

Why does documentation become stale after version bumps and code changes?

Documentation becomes stale after version bumps and code changes because project states evolve faster than manual updates. Automated drift detection monitors these specific signals to flag documents that no longer match the current codebase.