| name | source-command-status |
| description | Show current design system state including direction, tokens, and patterns. |
source-command-status
Use this skill when the user asks to run the migrated source command status.
Command Template
interface-design status
Show current design system state.
What to Show
If .interface-design/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 /interface-design:extract → pull patterns from existing code
Implementation
- Read
.interface-design/system.md
- Parse direction, tokens, patterns
- Format and display
- If no system, suggest next steps