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.
# Update Docs
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.
## Variables
DOCS_DIR: docs
COMMIT_DEPTH: {{if flags.depth}}{{flags.depth}}{{else}}10{{endif}}
FOCUS_AREA: {{if flags.focus}}{{flags.focus}}{{else}}all{{endif}}
ANALYZE_MODE: {{if flags.uncommitted}}uncommitted{{else}}all{{endif}}
## Workflow
### 1. Quick Documentation Inventory
- Check docs directory exists: !`ls docs/ 2>/dev/null | he...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 systematically: $ARGUMENTS
Update project documentation using the git-workspace-review and doc-updates skills.
Update and synchronize project documentation with recent code changes