| name | brand |
| description | Apply color palette, typography, logo, and visual branding from brief |
| agent | _builder |
| argument-hint | |
/brand — Apply Visual Branding
What It Does
Reads Section 8 (Branding) from brief.md and applies to the venture's app:
- CSS Variables — update
packages/app/src/styles/main.css (or equivalent) with:
--color-primary, --color-secondary, --color-accent
--color-background, --color-surface
--color-success, --color-error, --color-warning
--border-radius (from brief)
--font-family (from brief)
- Tailwind Config — extend theme with brief colors if using tailwind.config
- Dark/Light Mode — set default mode from brief
- App Title — navbar, browser tab, meta tags
- Tagline — login/welcome screen if exists
- Logo — copy logo file to
public/ and reference in navbar
How
Read brief.md Section 8. Read existing CSS/config files. Edit CSS custom properties.
Acceptance Criteria