What problem does it solve? Developers often face blank-page decision fatigue when starting front-end projects, lacking a defined CSS architecture, responsive strategy, and UX structure before implementation begins. ## Core Features & Use Cases - CSS Design System Generation: Produces design token files with color variables, typography scales, spacing systems, and light/dark/system theme support. - Layout Framework Specifications: Defines container systems, Grid/Flexbox patterns, component hierarchies, and responsive breakpoint strategies. - Theme Toggle Implementation: Delivers ready-to-use HTML, CSS, and JavaScript for a light/dark/system theme switcher with localStorage persistence. - Use Case: A project manager hands off a site specification, and you need a complete technical foundation—design tokens, layout grid, accessibility baseline, and implementation guide—before a developer writes any component code. ## Quick Start Ask the agent to create a technical architecture and UX foundation for your project, including a CSS design system with theme toggle support.