This issue traces a format shift happening fast: design systems used to be documentation for humans. Now they are APIs for agents.
The Problem
Most design systems live in galleries, Figma files, and long guides — all human-first formats. AI coding agents do not browse Storybook. They need exact tokens: hex values, spacing scales, component schemas. Without a machine-readable layer, agents guess — and guessed UI accumulates as tech debt faster than anything human-generated ever did.
The Arguments
Brent Haskins puts it plainly: "The most impactful design system change you can make is encoding your tokens and specs in a machine-readable format." On a shipped mortgage dashboard, a DESIGN.md file turned a multi-hour polish cycle into a single review pass. The bottleneck shifted from "can our developers find the component?" to "can our agent parse the spec?"
The Design Systems Collective sharpens the point: "Your design system has two users now. You only documented it for one." The format that works for humans — prose, context, visual examples — is the opposite of what agents need: flat schemas, strict tokens, no ambiguity.
The Tooling Response
Figma's MCP server now reaches across Figma Slides, FigJam, and the Figma agent — the canvas becomes a programmable surface. A designer can prompt from their code editor and the agent builds slides against the design system template, renders custom fonts, and the human reviews the last 20%.
Claude Design's June update adds an importable design system layer and /design-sync — a bidirectional bridge that pushes designs into repos and pulls tokens back. Brand compliance follows your agent from project to project.
The Emerging Standard
Refero Styles catalogues over 1,200 AI-readable design systems — from Apple to Linear to Stripe — all following the same pattern: structured YAML front matter encoding colors, type, spacing, and component variants. The answer that keeps surfacing is a DESIGN.md convention: a single file your agent can parse in milliseconds.
The signal is clear: your design system's API is now more important than its gallery. If your tokens are not machine-readable yet, this is the week to start.
Sources


