design-engineer:status
Show current design system state including direction, tokens, and patterns.
design-engineer status
Show current design system state.
What to Show
If .design-engineer/system.md exists:
Display:
Design System: [Project Name]
Direction: [Precision & Density / Warmth / etc]
Foundation: [Cool slate / Warm stone / etc]
Depth: [Borders-only / Subtle shadows / Layered]
Tokens:
- Spacing base: 4px
- Radius scale: 4px, 6px, 8px
- Colors: [count] defined
Patterns:
- Button Primary (36px h, 16px px, 6px radius)
- Card Default (border, 16px pad)
- [other patterns...]
Last updated: [from git or file mtime]
If no system.md:
No design system found.
Options:
1. Build UI → system will be established automatically
2. Run /design-engineer:extract → pull patterns from existing code
Implementation
- Read
.design-engineer/system.md - Parse direction, tokens, patterns
- Format and display
- If no system, suggest next steps