Update project documentation systematically: $ARGUMENTS
documentation/# Documentation Update & Synchronization Update project documentation systematically: $ARGUMENTS ## Current Documentation State - Documentation structure: !`find . -name "*.md" | head -10` - Specs directory: @specs/ (if exists) - Implementation status: !`grep -r "✅\|❌\|⚠️" docs/ specs/ 2>/dev/null | wc -l` status indicators - Recent changes: !`git log --oneline --since="1 week ago" -- "*.md" | head -5` - Project progress: @CLAUDE.md or @README.md (if exists) ## Task ## Documentation Analysis 1. Review current documentation status: - Check `specs/implementation_status.md` for overal...
Audit and maintain documentation files in the current project. This command checks for stale content, outdated references, redundancy, and suggests improvements.
Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
Update project documentation using the git-workspace-review and doc-updates skills.
Update and synchronize project documentation with recent code changes
Use the doc-curator subagent to surgically update existing documentation in the `docs/` directory based on recent code changes. This command focuses on intelligent, incremental updates to keep documentation synchronized with code changes.