What problem does it solve?
It prevents Sage theme development from stalling by turning raw design references into a validated, end-to-end visual foundation (tokens, UI atoms, and layout structure) before implementing blocks or pages.
Core Features & Use Cases
- Token-first design system foundation: convert design tool specs into Tailwind v4
@theme tokens and resources/css/design-tokens.css with traceability.
- UI atoms + structural layouts: generate Blade UI components (atoms) and layout components (structure-only) so the rest of the theme can be built consistently.
- Visual verification via kitchensink: create a kitchensink view and take a Playwright screenshot to validate that every component variant and layout renders correctly.
- Design-to-code workflow guidance: follow phased instructions for token extraction, component implementation phases, and structural layout composition with guardrails.
Quick Start
Invoke /sage-design-system with your design tool URL or path (or use detect) and wait until the tokens file, the 5 UI atoms, the 5 layout components, and the validated kitchensink screenshot are present and committed.