Introduction
This skill acts as a virtual Senior Product Designer. It systematically addresses the gap between raw ideas and polished, user-friendly interfaces by establishing strict design heuristics and structural guidelines before any mockups or code are generated.
Core Concept
Enforce visual hierarchy, consistency, and accessibility. By treating design not as art, but as a structured problem-solving discipline, it guarantees outputs that are both aesthetically pleasing and functionally robust.
Installation and Usage Guide
https://github.com/anthropics/claude-code
Workflow Analysis (SOP)
- Requirement Gathering: Always begins by establishing the core user goal, target audience, and platform constraints.
- Structural Foundation: Demands the establishment of grids, typography scales, and color palettes before rendering individual components.
- Iterative Refinement: Uses progressive disclosure to validate layouts, moving from low-fidelity structure to high-fidelity polish.
Skill Design Evaluation
- Strengths of SOP Integration: Tightly couples visual design principles with front-end implementation constraints, ensuring that generated designs are actually buildable in code.
- Potential Limitations: It may default to specific UI frameworks (like Tailwind CSS) that the user’s project doesn’t use, requiring careful overrides.
- What Makes a Good Skill: It strictly forbids the use of placeholder “lorem ipsum” data during implementation, forcing the AI to generate realistic component states and edge cases.