What problem does it solve?
Syncs project documentation with code changes on the current branch by scanning dev plans, changelogs, READMEs, AGENTS.md, and PR descriptions for staleness against the actual diff, then offering targeted updates. Use after finishing implementation work, before creating or merging a PR, or when the user says "update docs" or "/update-docs".
Core Features & Use Cases
- Audits documentation for staleness against the latest code changes, identifying items such as missing checkboxes, outdated command references, or architecture notes.
- Proposes and applies targeted edits to keep dev plans, changelogs, READMEs, AGENTS.md, and PR descriptions aligned with code.
- Supports a PR workflow by auditing before merges and optionally applying updates automatically.
Quick Start
Run the update-docs command after finishing implementation work to synchronize documentation with the latest code changes.