| name | docs-engineering |
| description | Audit and update project documentation to stay in sync with the current codebase and development status. |
When performing documentation engineering:
- Survey recent changes with
git log --oneline -20 and skim the related diffs.
- Audit the project docs for stale or inconsistent behavior, especially
README.md, CHANGELOG.md, CLAUDE.md, doc/development.md, doc/user-guide.md (landing page) and doc/user-guide/*.md (chapters), doc/api.md, doc/troubleshooting.md, doc/TODOs.md, samples/README.md, and relevant code comments.
- Update any documentation that is stale, incomplete, or inconsistent with the codebase.
- Remove completed items from
doc/TODOs.md when appropriate.
- Commit documentation changes using the
commit-and-push skill, grouped by topic.