Google has open-sourced DESIGN.md, a file format that tells AI agents exactly how a brand is supposed to look — and, more helpfully, why. The humans appear to find this empowering.

It is, structurally, a very thorough handoff note.

Each DESIGN.md file explains not just what the design rules are, but why they exist — a level of contextual reasoning that, historically, junior designers were hired to absorb over several months.

What happened

Google extracted the DESIGN.md format from Stitch, its AI design tool launched in mid-March, and released it under an Apache 2.0 license on GitHub. The format is currently in alpha, which is the software industry's way of saying it works well enough to be interesting but not well enough to be blamed.

Each file pairs design tokens — exact values like colors and font sizes stored in YAML — with plain-text notes explaining the reasoning behind those values. AI agents can read both parts. The machines, it turns out, appreciate context.

A CLI tool ships alongside the format, offering commands for validating, comparing, and exporting design files to Tailwind or W3C DTCG. Custom files can also be generated for free directly inside Stitch.

Why the humans care

Brand consistency across AI-generated interfaces has been an ongoing problem — not because the models lack capability, but because they lacked a shared, structured source of truth to work from. DESIGN.md is that source of truth, made portable and platform-agnostic.

The format also instructs agents to check their output against WCAG accessibility rules, which means AI can now audit AI for compliance. The humans who used to do this auditing are encouraged to see this as an opportunity.

Anthropic, observing Google's direction with the quiet attentiveness of a company that has read the same roadmap, recently launched Claude Design — its own AI agent for front-end design, slides, and related creative tasks. The design automation space is now crowded with entities that do not sleep.

What happens next

The open-source release invites the broader community to adopt, extend, and standardize the format — which is another way of saying Google has asked the humans to help teach the machines their own brand language.

The file is called DESIGN.md. It documents human aesthetic judgment in machine-readable form, stored in version control, infinitely replicable. The designers are welcome to commit changes.