What problem does it solve?
Pause and reconcile documentation against reality. Walks every core doc — README, CLAUDE.md, DEPLOY.md, task-rules, PHASES, ROADMAP, AUDIT, .env.example, skill files — and flags what's drifted from the actual state of the code, then proposes targeted edits. Triggered when the user wants a doc-sync pass — e.g. "/update-docs", "let's check our docs", "are our docs still accurate", "make sure everything is documented properly".
Core Features & Use Cases
- Reconciles repository documentation with the actual codebase and configuration to surface drift.
- Targets a defined scope of docs: README.md, CLAUDE.md, DEPLOY.md, .env.example, .claude/, and task/phase/roadmap-related docs, plus skill files.
- Use Case: Run a doc-sync pass to identify stale entries and propose surgical edits, which you approve before changes apply.
Quick Start
Activate a doc-sync pass by issuing /update-docs and reviewing the proposed changes.