What problem does it solve?
This Skill eliminates the overhead of manually creating and keeping project documentation up to date, so teams can share architecture decisions, system context, and API usage consistently.
Core Features & Use Cases
- Documentation generation (full): Creates a complete docs set including directory structure, ADRs, C4 diagrams at multiple levels, troubleshooting, and starter guides.
- Upgrade workflow: Updates documentation surgically based on recent git diffs instead of rewriting everything.
- ADR creation: Produces new ADRs from a template with the next available numbering.
- Targeted API documentation: Generates local README files and API examples, including curl-ready snippets and optional OpenAPI generation for FastAPI projects.
Use case: After several development iterations, you can regenerate the architecture documentation and update the API examples and troubleshooting section so onboarding materials match the latest codebase changes.
Quick Start
Run /documente to create the full project documentation package using ADRs, C4 diagrams, and distributed README files.