Design, build, or audit professional UI design systems across strategy, product language, foundations, tokens, components, patterns, accessibility, content, Figma/code libraries, documentation, QA, governance, adoption, measurement, theming, releases, and migration. Use when the user wants to create a design-system blueprint, review an existing design system, fix design-system drift, plan Figma/code parity, define token or component architecture, evaluate accessibility and governance maturity, or sequence design-system adoption and migration work.
100
100%
Does it follow best practices?
Impact
100%
1.75xAverage score across 3 eval scenarios
Passed
No known issues
Use this when the user asks for a component documentation standard or docs for specific components.
Every component page must include:
Use native HTML semantics first. ARIA supplements native behavior only where native semantics are insufficient. Automated tools such as axe or Lighthouse do not prove full accessibility; include manual keyboard and assistive-technology checks.
When documenting examples such as DatePicker or DataTable, apply the full
standard to each component rather than only listing props. Complex components
must include anatomy, all visible states, keyboard paths, screen-reader behavior,
code API, tests, and lifecycle status.