1 link tagged with all of: open-source + design-spec + stitch + accessibility + design-system
Links
Google has published the draft specification for DESIGN.md, letting Stitch export and import design rules across projects. This shared format lets AI agents identify color roles and check choices against WCAG accessibility standards.
- Google open-sourced the draft DESIGN.md spec, so any tool/platform can read design rules directly instead of AI guessing intent from context.
- The format encodes semantic meaning behind values (e.g. #0057FF = "primary button," not just "blue"), letting agents apply brand rules automatically across projects.
- It runs built-in WCAG contrast/accessibility checks, catching violations before they ship.
- David East's demo shows generating DESIGN.md files from scratch, editing them, and re-importing into Stitch to cut down on manual style-guide rework.
design-spec
stitch
design-system
accessibility
open-source