Usage Examples
Examples
Post-Implementation Documentation Update
# Implement the feature
> claude "implement user authentication with JWT tokens"
# Update documentation to reflect changes
> /docs:update-docs## Documentation Updates Completed
### Files Updated
- README.md - Added authentication section to Quick Start
- docs/api/authentication.md - New file with JWT flow documentation
- src/auth/README.md - Module README with purpose and exports
### Major Changes
- Added authentication endpoint documentation
- Created troubleshooting section for common auth errors
- Updated environment variables documentationAPI Documentation After Adding Endpoints
Response (201 Created)
Error Responses
Status
Description
JSDoc Update for Complex Logic
README Files Only
Integration with Other Plugins
Complete Feature Development Workflow
SDD Workflow Integration
Documentation After Refactoring
API Version Migration Documentation
Common Patterns
When to Run Documentation Updates
Scenario
Command
Focus
Documentation Priority Order
Signs Documentation Needs Updating
Last updated