What problem does it solve? Code changes often ship without matching documentation, leaving API references, component catalogs, and changelogs stale or missing. This Skill enforces a documentation-first workflow so every code change in a DaaS application produces the required docs. ## Core Features & Use Cases - Change-Type Mapping: Maps each change (API endpoint, component, hook, collection, feature, workflow) to the exact documentation files that must be created or updated. - Ready-Made Templates: Provides copy-paste Markdown templates for API routes, React components, hooks, collections, and features, plus a mandatory CHANGELOG.md entry format. - Use Case: After adding a new /api/shipments endpoint, invoke this Skill to generate the endpoint entry in docs/API_REFERENCE.md, a detailed page in docs/api/shipments.md, and a dated changelog entry. ## Quick Start Ask the assistant to generate documentation for the new API endpoint you just created, including the API reference entry and changelog update.