Design System Forge
Goal
Establish a governed design system and thesis so the UI is authorial, consistent, and scalable.
When to use
- •New UI.
- •Kit-default UI.
- •Inconsistency across screens.
Minimal inputs (ask only if missing)
- •Domain + product personality (infer if absent).
- •Styling approach.
- •Light/dark requirement.
Procedure (MUST)
- •Create/update
docs/design_concept.md. - •Define core + semantic tokens.
- •Implement tokens.
- •Build base UI components consuming tokens.
- •If using a kit: override the 6 domains and fill
docs/ui_audit.md. - •Apply across ≥3 screens and capture proof.
Outputs (MUST produce)
- •
docs/design_concept.md(+docs/ui_audit.mdif kit). - •Tokens implementation.
- •Base UI in
web/components/ui/.