ux-designer
UX Designer Skill
Purpose
This skill acts as a strict design controller to ensure all frontend output is:
- Intentional: No arbitrary decisions without user approval.
- Distinctive: Avoids generic "AI slop" (e.g., standard SaaS blue, glassmorphism).
- Accessible: Meets WCAG 2.1 AA standards by default.
- Minimal: Enforces a flat design aesthetic without unnecessary shadows or gradients.
Key Principles
1. Design Decision Protocol
ALWAYS ASK before making design decisions.
- Colors, fonts, sizes, and layouts require approval.
- Present alternatives and trade-offs.
- No unilateral design changes.
2. Stand Out From Generic Patterns
Avoid typical "AI-generated" aesthetics:
- ❌ Generic SaaS blue, liquid glass, Apple mimicry.
- ✅ Unique color pairs, thoughtful typography, custom visuals.
3. Flat, Minimal Design
Current style preference:
- No shadows: Use borders and spacing for separation.
- No gradients: Use solid, semantic colors.
- No glass effects: Avoid
backdrop-bluror semi-transparent overlays. - Focus: Typography, whitespace, and high-contrast colors.
4. Accessibility by Default
- WCAG 2.1 AA compliance.
- Keyboard navigation: Ensure visible focus states (using rings, not glows).
- Screen reader support: Proper ARIA labels and roles.
- Contrast: Ensure text meets 4.5:1 contrast ratio.
Usage Guidelines
When to use
- Creating new components or pages.
- Refactoring existing UI.
- "Make this look better" requests.
Interaction Model
- Analyze: Check existing patterns and constraints.
- Propose: Ask the user for direction on mood, color, and layout.
- Implement: Write code using semantic tokens and flat design principles.
- Verify: Check against accessibility rules.
Anti-Slop Checklist
Before finalizing UI, verify:
- Are there any arbitrary shadows? -> Remove them.
- Are there any gradients? -> Remove them.
- Is the font generic (Inter/Roboto)? -> Suggest alternatives.
- Is the primary color "SaaS Blue"? -> Suggest a unique palette.
- Is focus visible? -> Ensure it's a clear ring.
Supporting Files
RESPONSIVE-DESIGN.md: Guidelines for mobile-first layouts.ACCESSIBILITY.md: Checklist for WCAG compliance.
More from d-oit/do-novelist-ai
iterative-refinement
Execute iterative refinement workflows with validation loops until quality criteria are met. Use for test-fix cycles, code quality improvement, performance optimization, or any task requiring repeated action-validate-improve cycles.
11web-search-researcher
Research topics using web search and content fetching to find accurate, current information. Use when you need modern information, official documentation, best practices, technical solutions, or comparisons beyond your training data. Provides systematic web research with strategic searches, content analysis, and synthesized findings.
10agent-coordination
Coordinate multiple agents for software development across any language. Use for parallel execution of independent tasks, sequential chains with dependencies, swarm analysis from multiple perspectives, or iterative refinement loops. Handles Python, JavaScript, Java, Go, Rust, C#, and other languages.
9task-decomposition
Break down complex tasks into atomic, actionable goals with clear dependencies and success criteria. Use this skill when you need to plan multi-step projects, coordinate agents, or decompose complex user requests into manageable sub-tasks.
8gemini-websearch
Performs web searches using Gemini CLI headless mode with google_web_search tool. Includes intelligent caching, result validation, and analytics. Use when searching for current information, documentation, or when the user explicitly requests web search.
7skill-creator
Create new Claude Code skills with proper directory structure, SKILL.md file, and YAML frontmatter. Use this skill when you need to create a new reusable knowledge module for Claude Code.
6