ux

Orchestrate a three-phase UX workflow from requirements to UI implementation.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wilsto/claude-code-starter-kit --skill ux-wilsto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux
Source: https://github.com/wilsto/claude-code-starter-kit/tree/main/.claude/skills/ux
Command: npx skills add https://github.com/wilsto/claude-code-starter-kit --skill ux-wilsto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of user interfaces by enforcing a structured, three-phase workflow, ensuring that user needs and design decisions are validated before any code is written, preventing costly rework and ensuring alignment with business goals.

Core Features & Use Cases

  • Phase 1: Clarification Métier: Gathers essential requirements and clarifies the "what" and "why" of the UI through targeted questions.
  • Phase 2: Textual Prototyping: Creates a text-based wireframe to validate layout, user flow, and states before visual design.
  • Phase 3: Pixel-Perfect Implementation: Translates the approved prototype into production-ready code, adhering to design system rules.
  • Use Case: When a product manager requests a new user dashboard, this skill guides the process from understanding the core user goals to delivering a fully implemented and validated UI component.

Quick Start

Initiate the UX design process for a new feature by typing "/ux".

Frequently Asked Questions about ux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a UI design workflow to prevent costly rework?

A structured UI design workflow prevents rework by enforcing a strict sequence of business clarification, textual wireframe validation, and pixel-perfect implementation to validate user needs before writing code.

What is textual wireframe validation and when do I need it for UI design?

Textual wireframe validation is a prototyping step that creates a text-based layout to validate user flow and states before visual design. It is needed when translating functional requirements into a concrete UI structure.

How do I implement a new user dashboard from functional requirements to production-ready UI?

Implement a user dashboard by first clarifying core user goals, then prototyping the layout textually, and finally translating the approved prototype into pixel-perfect, production-ready code using established design system rules.

Does this UI design workflow integrate with existing functional specifications and design systems?

Yes, the UI design workflow integrates directly with functional specifications and design systems, providing guardrails against common UI development anti-patterns to ensure pixel-perfect implementation alignment.

What is the best way to validate user needs before writing UI code?

The best way to validate user needs before coding is to execute a clarification phase that gathers essential requirements through targeted questions, ensuring the what and why of the UI are fully defined and aligned with business goals.

What are the limitations of skipping the clarification phase in a UI design workflow?

Skipping the clarification phase removes guardrails against common UI development anti-patterns, leading to misaligned design decisions, unvalidated user needs, and costly rework during the pixel-perfect implementation phase.