What problem does it solve? Documentation drifts out of sync with shipped code as features merge, leaving READMEs, specs, and product docs with stale claims, outdated roadmaps, and false "not supported" statements that mislead users. ## Core Features & Use Cases - Drift Detection: Scans git history since a stored review cursor and classifies commits as features, breaking changes, or structural changes worth documenting. - Targeted Audits: Cross-references README.md, doc/SPEC.md, and doc/PRODUCT.md against the change summary using a structured checklist and section map. - Minimal PR-Ready Edits: Applies only factual fixes on a dedicated branch and opens a GitHub PR via gh, preserving existing voice and structure. - Use Case: After a release merges a plugin system and project archiving, run the skill to move those items out of the Roadmap, update the features table, and open a docs PR automatically. ## Quick Start Ask the agent to audit the README, SPEC, and PRODUCT docs for accuracy against recent commits and open a PR with any needed fixes.