What problem does it solve? Keeping brand voice, colors, typography, and marketing assets consistent across teams and channels is difficult when guidelines live in scattered documents and assets go unvalidated. ## Core Features & Use Cases - Brand Context Injection: Extract colors, typography, voice traits, and image-generation style from brand-guidelines.md into prompts or JSON via inject-brand-context.cjs. - Design Token Sync: Propagate brand colors from guidelines into design-tokens.json and generated CSS variables with sync-brand-to-tokens.cjs. - Asset Validation & Color Compliance: Check asset naming, format, file size, and palette compliance using validate-asset.cjs and extract-colors.cjs. - Use Case: A marketing team updates its primary color in brand-guidelines.md, runs the sync script to regenerate design tokens, then validates a new campaign banner against naming and palette rules before approval. ## Quick Start Ask the assistant to review a marketing asset against the brand guidelines and report any naming, color, or typography violations.