Documentation Structure
Purpose
Provide standardized documentation organization and templates for projects.
When This Activates
- •User says "documentation structure", "organize docs"
- •New project setup
- •Documentation reorganization needed
Steps
Step 1: Analyze Current Documentation
Scan project for existing docs
Step 2: Propose Structure
Suggest standard documentation organization:
- •README.md
- •CONTRIBUTING.md
- •CHANGELOG.md
- •docs/ directory structure
Step 3: Create Templates
Provide templates for each documentation type
Step 4: Implement Structure
Create directories and template files (if approved)
Standard Structure
code
Documentation/ ├── README.md ├── CONTRIBUTING.md ├── CHANGELOG.md ├── General/ ├── Technical/ ├── API/ └── Deployment/
Changelog
Version 1.0.0 (2025-10-20)
- •Initial release
End of Skill