proposal
Adopt the DESIGN.md format to document the acmcsuf.com visual identity in a machine-readable way.
why
DESIGN.md is a format spec that combines YAML front matter (design tokens) with markdown prose (design rationale). It lets AI coding agents understand a design system persistently and structurally — rather than inferring it from prose or screenshots.
For example, agents could:
- Generate new UI components that match the brand automatically
- Validate new designs against the brand tokens
- Diff brand changes over time
- Export tokens to Tailwind, Figma, or other tooling
what to add
A DESIGN.md file in the repo root covering:
- Colors — brand palette (primary, secondary, accent, neutral, etc.)
- Typography — font families, sizes, weights, line heights
- Spacing & rounded — scale tokens
- Components — button styles, form elements, etc.
- Prose sections — Overview, Do's and Don'ts, etc.
relevant links
next steps
- Audit the existing brand assets (CSS, Figma, docs) for token values
- Draft a
DESIGN.md file
- Validate with
npx @google/design.md lint DESIGN.md
- Optionally wire it into the CI to catch brand regressions
Would love feedback from the team on whether this fits the current workflow!
proposal
Adopt the DESIGN.md format to document the acmcsuf.com visual identity in a machine-readable way.
why
DESIGN.md is a format spec that combines YAML front matter (design tokens) with markdown prose (design rationale). It lets AI coding agents understand a design system persistently and structurally — rather than inferring it from prose or screenshots.
For example, agents could:
what to add
A
DESIGN.mdfile in the repo root covering:relevant links
@google/design.mdnext steps
DESIGN.mdfilenpx @google/design.md lint DESIGN.mdWould love feedback from the team on whether this fits the current workflow!