Documentation maintenance with automated API docs, architecture diagrams, and developer guides
Automates documentation maintenance by updating API docs, architecture diagrams, and developer guides to keep them synchronized with code changes. Use this regularly to prevent outdated docs from costing your team 20-30% of development time in confusion.
/plugin marketplace add avovello/cc-plugins/plugin install document@cc-pluginsPurpose: Documentation maintenance through automated API documentation, architecture diagrams, and comprehensive developer guides
The document command ensures documentation stays synchronized with code. Research shows that outdated documentation costs teams 20-30% of development time in confusion and miscommunication.
Key Distinction: Document maintains existing documentation, while Audit generates initial documentation.
Run specialized agents:
/document "update API documentation for /api/users endpoints"
/document "create architecture documentation"
/document "generate onboarding guide for new developers"
/document "create runbook for deployment process"
documentation/
├── API.md # API documentation
├── ARCHITECTURE.md # System architecture
├── ONBOARDING.md # Developer onboarding
├── RUNBOOK.md # Operational procedures
├── examples/ # Code examples
└── diagrams/ # Architecture diagrams
Priority: P3 - MEDIUM