Documentation Skill
This skill helps maintain the docs/ directory and ensures documentation stays up-to-date with code.
Instructions
- •Consistency: Ensure new docs match the style and depth of existing files in
docs/. - •ADR Generation: When a significant architectural decision is made, propose creating a new ADR in
docs/decisions/using the template. - •Review: When reviewing code changes, check if
docs/need updates (e.g., new API endpoints, schema changes).
Formatting
- •Markdown.
- •Clear headers.
- •Mermaid diagrams for complex flows.