998 B
998 B
| description | argument-hint |
|---|---|
| Design a complete screen layout from a description or requirements. | [screen description, e.g., 'user profile settings page' or 'e-commerce product listing'] |
/design-screen
Design a complete screen layout from a description.
Steps
- Structure — Define layout grid using
layout-gridskill. - Hierarchy — Establish visual priority using
visual-hierarchyskill. - Typography — Apply type styles using
typography-scaleskill. - Color — Apply color system using
color-systemskill. - Spacing — Apply consistent spacing using
spacing-systemskill. - Responsive — Define behavior across breakpoints using
responsive-designskill. - Dark mode — Specify dark mode adaptation using
dark-mode-designskill.
Output
Complete screen specification with layout, hierarchy, typography, color, spacing, responsive behavior, and dark mode.
Consider following up with /responsive-audit to verify the design.