Design Brief
Develops and validates the visual identity carried by the root DESIGN.md.
Triggers
| Vocabulary or state |
Load |
| no visual reference, explore, find a look, not sure how it should feel |
direction.md |
| assess, audit current identity, what is consistent or drifted |
identity-assessment.md |
| author, create, extract, codify, refresh, rebrand, evolve, sync |
design.md |
| preview, tune, comment, inspect visually |
preview.md |
validate, lint, check DESIGN.md |
validate.md |
| export tokens |
export.md |
| compare versions, token diff, regressions |
diff.md |
Load one operation at a time. Preview, validate, export, and diff enter directly; brownfield authoring passes through the identity assessment first.
Workflow
greenfield, direction absent → direction → design → validate → preview
greenfield, direction given ───────────→ design → validate → preview
brownfield → identity-assessment → confirmed intent → design → validate
Every operation starts by loading discovery. A brownfield assessment may end after presenting its findings when the user asked for an audit only.
1---2name: design-brief3description: Visual identity development and validation through the official `DESIGN.md` schema and CLI. Use when creating, refreshing, syncing, previewing, exporting, or diffing design tokens. Not for page layout, rendered variants, product copy, feature specs, production code, or code review.4---56# Design Brief78Develops and validates the visual identity carried by the root `DESIGN.md`.910## Triggers1112| Vocabulary or state | Load |13|---|---|14| no visual reference, explore, find a look, not sure how it should feel | [direction.md](instructions/direction.md) |15| assess, audit current identity, what is consistent or drifted | [identity-assessment.md](instructions/identity-assessment.md) |16| author, create, extract, codify, refresh, rebrand, evolve, sync | [design.md](instructions/design.md) |17| preview, tune, comment, inspect visually | [preview.md](instructions/preview.md) |18| validate, lint, check `DESIGN.md` | [validate.md](instructions/validate.md) |19| export tokens | [export.md](instructions/export.md) |20| compare versions, token diff, regressions | [diff.md](instructions/diff.md) |2122Load one operation at a time. Preview, validate, export, and diff enter directly; brownfield authoring passes through the identity assessment first.2324## Workflow2526```text27greenfield, direction absent → direction → design → validate → preview28greenfield, direction given ───────────→ design → validate → preview29brownfield → identity-assessment → confirmed intent → design → validate30```3132Every operation starts by loading discovery. A brownfield assessment may end after presenting its findings when the user asked for an audit only.