Ds Plan
Plan a feature against a design system before any code is written. Takes a ticket, spec, or design plus the conformance manifest, decomposes the feature into every UI element (including the states designs never draw), and classifies each one as covered by an existing component, composable from several, needing a DS extension, net-new, or something the system deliberately rejects. Emits a coverage…
Ds Doctor
Audit a design system itself — its component documentation, token completeness, usage guidelines, deprecation hygiene, and machine-readable surface — for whether it can actually be enforced, then generate the conformance manifest (ds/MANIFEST.md + ds/tokens.json) that generating agents and the ds-drift auditor consume. Strictly read-only on the design system's source and docs — produces findings,…
Ds Drift
Review code — especially AI-generated work — for conformance to a design system. Runs as a gate on the current branch or PR, a batch review across parallel agent branches, or a full-repo sweep. Finds hand-rolled duplicates of DS components, token violations (hallucinated tokens, hardcoded colors), misused or deprecated component APIs, accessibility parity gaps, and extraction candidates. Strictly…