| name | docs |
|---|---|
| description | Review and update project documentation to keep it current with code changes |
| allowed-tools | Read, Glob, Grep, Edit |
When invoked, check if documentation needs updating based on recent work.
-
Review what changed in the current session or recent commits
-
Check relevant docs that might need updates:
docs/USER_GUIDE.md- if UI changedCLAUDE.md- if patterns/conventions changedDECISIONS.md- if technical decisions were made- Feature-specific docs in
docs/
-
Update if needed:
- Add new features/changes to appropriate docs
- Keep sections concise and current
- Don't add redundant information
$ARGUMENTS - Optional: Specific doc to focus on (e.g., "user-guide", "decisions")
- If no changes need documenting, say so briefly
- If updates needed, make them directly
- Focus on what users/future-Claude need to know