What problem does it solve? Code changes frequently leave documentation stale, duplicated, or missing entirely. This Skill enforces documentation discipline so READMEs, runbooks, architecture docs, and agent files stay synchronized with APIs, schemas, and architectural boundaries as they evolve. ## Core Features & Use Cases - Doc Surface Identification: Maps each change to the right audience and location, such as docs/runbooks for end users, docs/architecture for developers, and AGENTS.md for AI agents. - Update-Over-Duplicate Protocol: Updates existing canonical docs instead of creating parallel copies, adds cross-links, and stamps every doc with a Last updated date. - Validation Workflow: Verifies commands run, paths match the codebase, links resolve, and runs guardrail checks when AGENTS.md or skill files change. - Use Case: After changing an API schema, use this Skill to update the developer reference, refresh affected runbooks, deduplicate repeated sections, and flag stale docs for cleanup. ## Quick Start Ask the AI to update all documentation affected by your recent API or schema change and flag any stale docs.