audit_design
Audit your design against the design system. Provide component list to receive a gap analysis with missing tokens, naming issues, and accessibility fixes.
Instructions
Audit a partial or complete design against the design system. Provide the components used in your design and get a gap analysis: missing tokens, naming issues, accessibility problems, and concrete fixes. Use this before handoff to ensure design-system coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | Comma-separated list of components in the design, e.g. 'button, text-input, card, modal, tabs' | |
| description | No | Optional description of the design being audited | |
| checkAccessibility | No | Include accessibility contrast analysis. Default: true. |