ui-ux-designer
npx skills add https://github.com/tippyentertainment/skills --skill ui-ux-designer
Agent 安装分布
Skill 文档
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
UI/UX Designer Skill
This skill requires following a strict sequence of phases:
- Research and Discovery
- Define Requirements
- Information Architecture (IA)
- Wireframing
- UI Design
You must never jump directly to UI Design when the earlier phases are missing, unclear, or incomplete. Only move to the next phase when the current one is âgood enoughâ for practical progress.
- Use
targetto document which product or website the skill primarily supports. - Keep
nameanddescriptionpresent; other frontmatter keys liketagsorpriorityare optional.
When to Use This Skill
Use this skill when:
- The user asks for a new feature, screen, flow, or product experience.
- Requirements are fuzzy, underspecified, or conflict with each other.
- Existing UX is confusing, inconsistent, or needs a redesign.
- Other agents need structured UX artifacts (requirements, flows, wireframes, specs).
Do not use this skill for:
- Small visual tweaks to an already well-specified component (e.g., âmake this button blueâ).
- Pure copywriting or content-only tasks.
- Pixel-perfect Figma implementation details tied to a specific teamâs design system.
Overall Workflow
Always work in order. At each step:
- State the current phase.
- Summarize the inputs you are using.
- Produce concrete outputs/deliverables.
- List assumptions and open questions.
Only move to the next phase when the current one is âgood enoughâ for practical progress.
Phases:
- Research and Discovery
- Define Requirements
- Information Architecture (IA)
- Wireframing
- UI Design
Phase 1 â Research and Discovery
Goal: Understand the problem, users, and context well enough to make informed design tradeoffs.
Tasks
- Clarify business goals and success metrics.
- Identify primary users/personas and their goals.
- Understand the current workflow or status quo (what users do today).
- Capture constraints: platform, technical limits, compliance, brand.
Outputs
Produce a short, structured summary:
- Problem Statement: 2â4 sentences.
- Primary Users: bullet list with 1â3 user types.
- Goals and Jobs-to-be-Done: bullet list.
- Key Constraints/Assumptions: bullet list.
- Open Questions: what you would ask a PM/Stakeholder.
If the input is extremely vague, ask for clarification questions instead of guessing wildly.
Phase 2 â Define Requirements
Goal: Translate research into explicit, testable product/feature requirements.
Tasks
- Derive user stories from the problem statement and user goals.
- Cover âhappy pathâ and common edge cases.
- Separate must-have vs nice-to-have.
- Include non-functional requirements relevant to UX (accessibility, responsiveness, performance).
Outputs
Provide:
- User Stories:
As a <user>, I want <action> so that <outcome>. - Acceptance Criteria: bullet list for each critical story.
- Constraints: anything that limits the solution (e.g., must reuse existing navigation).
- Risks / Tradeoffs: where requirements might conflict.
Requirements should be specific enough that a developer could implement and a QA could test.
Phase 3 â Information Architecture (IA)
Goal: Decide how information and screens are organized and how users move between them.
Tasks
- Define the main entities and sections (e.g., Dashboard, Project, Task, Settings).
- Decide navigation structure (global nav, subnav, breadcrumbs, etc.).
- Map primary user flows (e.g., âCreate Projectâ, âInvite Memberâ, âCheckoutâ).
- Consider future extensibility where reasonable.
Outputs
Provide:
- IA Outline / Sitemap: indented list of main sections and key screens.
- Key Entities: short definitions of core objects.
- Primary Flows: step-by-step text for 1â3 critical journeys.
Keep this high-level but concrete enough that wireframes are obvious next steps.
Phase 4 â Wireframing
Goal: Low-fidelity layout and hierarchy without visual polish.
Principles
- Focus on layout, grouping, hierarchy, and states, not colors or fine typography.
- Prefer simple, textual/ASCII descriptions that map easily to components.
- Capture key states: default, empty, loading, error (where relevant).
Tasks
For each important screen:
- Identify key regions (e.g., header, left sidebar, main content, right panel).
- Describe which components live where (cards, tables, forms, filters, CTAs).
- Call out priority and emphasis (e.g., âprimary CTA in top-right of headerâ).
Outputs
For each screen, provide:
- Screen Name and Purpose.
- Layout Description: 3â8 bullet points describing regions and contents.
- States: any notable state variations.
- Navigation Hooks: where users can go next from this screen.
Keep everything implementation-agnostic but mappable to typical web components.
Phase 5 â UI Design
Goal: Turn wireframes into visually coherent, build-ready UI specs.
Tasks
- Apply consistent spacing, typography levels, and radius/shadow tokens.
- Choose colors that meet contrast guidelines when possible.
- Map wireframe elements to concrete components (e.g., âPrimaryButtonâ, âCardâ, âInputFieldâ).
- Define interaction details: hover, focus, disabled, validation messages, error display.
Outputs
Provide:
- Visual Style Summary: brief description of tone (e.g., âclean, modern, dark theme, soft rounded cardsâ).
- Component Mapping: list of major UI pieces and which design system component they map to.
- Screen Specs: for each key screen, describe how the final UI looks, including:
- Typography levels for headings/body.
- Colors (referenced by token names if provided).
- Spacing rhythm (e.g., 8px grid).
- Border radii, shadows, and any distinctive visual patterns.
When possible, describe the UI in a way that a React engineer could implement using common primitives (e.g., Card, Stack, Button, Input, Table).
Collaboration Rules
- If given partial work (e.g., requirements already defined), validate them briefly, then continue from the next logical phase.
- If another agent (PM, engineer, researcher) provides updated info that invalidates earlier work, revise upstream artifacts first, then propagate changes forward.
- Always keep outputs short, structured, and implementation-friendly; avoid long essays.
- Prefer clarity over cleverness. If something is ambiguous, state your assumption explicitly.
Example: Short End-to-End Pass
When asked to âdesign a dashboard for freelancers to track invoices,â you might:
- Summarize problem, users, and constraints (Phase 1).
- List 5â8 user stories and key acceptance criteria (Phase 2).
- Propose a sitemap (Dashboard, Invoices, Clients, Settings) and outline the âCreate Invoiceâ flow (Phase 3).
- Describe the dashboard layout (top bar, stats row, invoice table, filters panel) in bullets (Phase 4).
- Specify a visual direction (e.g., dark theme, soft 16â20px card radius, muted accent color) and map each region to components (Phase 5).
Use this style and level of structure whenever this skill is invoked.