What problem does it solve?
It solves the problem of turning a feature that already passes implementation and test into complete documentation that users can discover, understand, and try via working demos on the docs site.
Core Features & Use Cases
- Produce user-facing docs with demos first: Ensures the docs site demonstration is the primary deliverable, and that demos actually render the intended ADR behavior rather than placeholders.
- Guide doc updates from code impact: Requires reading existing relevant pages under apps/docs/src/contents/** before deciding what to update, add, or omit for functional changes.
- Enforce bilingual and API completeness: Validates zh/en MDX structure alignment, API table completeness, sidebar registration, and i18n key synchronization.
Quick Start
Use the develop-document skill to generate the complete stage-4 documentation plan and checklist for an ADR, then delegate the actual MDX/demo/API/sidebar/i18n outputs to the docs-doc-principle pipeline and doc-skill sub-splits.