ui-design-workflow
SKILL.md
UI Design Workflow
Manage the full UI design workflow: Demo → Spec → Implement → Check → Iterate. Supports both custom components and component libraries (shadcn/ui, Ant Design, Element Plus, etc.).
Command Reference
| Command | Purpose | When to Use |
|---|---|---|
demo |
Analyze project + generate UI showcase | Early stage: establish style & component solution |
spec |
Generate spec document | After Demo is confirmed |
implement |
Build features per spec | Daily development |
check |
Audit spec compliance | Before PR, periodic review |
iterate |
Update the spec | When gaps are discovered |