Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Design

ASecurity

Generate design recommendations and guidance for new features using ux-expert agent

8 stars
0 votes
0 copies
0 views
Added 9/20/2026
designgo

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add tstapler/dotfiles --skill design --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Design?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Design
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/tstapler-design/badge)](https://www.skillsdirectory.com/skills/tstapler-design)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
description: Generate design recommendations and guidance for new features using ux-expert agent
---

# UX Design Command

Generate comprehensive design recommendations for a feature using the `ux-expert` agent. Automatically reads from an existing PRD in `docs/tasks/` if one exists, so UX builds on PM work rather than starting blind.

## Input

`{{args}}` — either a feature name matching an existing `docs/tasks/<name>.md`, or a free-form description.

## Instructions to Claude

**Step 1: Check for existing PRD**

Before launching the agent, check whether a feature doc already exists:
- Look for `docs/tasks/{{args}}.md` or a close match (use Glob)
- If found, read it — the agent will use it as context
- If not found, proceed with the description as-is

**Step 2**: Launch the `ux-expert` agent with the following context:

**Feature**: {{args}}

**Existing PRD** (if found above): [paste content or path]

**Agent Task**: Provide comprehensive UX design guidance for this feature.

If a PRD was found:
- Extract the user goals, JTBD, and acceptance criteria from it
- Design for the specific users and outcomes defined in the PRD
- Flag any UX concerns about the scope or assumptions in the PRD

If no PRD exists:
- Note that no PRD was found and flag this — ideally the `pm-product-management` skill should be run first
- Proceed with available description, but call out missing context explicitly

**Design deliverables**:

1. **User Flow and Information Architecture**
   - Step-by-step user journey for the primary task
   - Information hierarchy and content structure
   - Navigation patterns and entry/exit points

2. **UI Pattern Recommendations**
   - Specific patterns for the use case with justification
   - Component composition and layout
   - Responsive / mobile considerations

3. **Key States**
   - All states that must be designed: empty, loading, error, success, disabled, edge cases
   - Transitions and feedback mechanisms

4. **Accessibility Requirements**
   - Keyboard navigation
   - Screen reader / ARIA needs
   - Color contrast, focus management
   - Touch target sizing (min 44x44px)

5. **Usability Validation Checklist**
   - Nielsen heuristics applicable to this feature
   - POUR accessibility checks
   - Potential friction points and how to address them

**Step 3**: Append UX guidance to the existing feature doc (if one exists) under a `## UX Design` section, or output as a standalone document.

**Step 4**: Confirm whether the UX readiness gate is met so the feature can proceed to `@project-coordinator` for task breakdown:
- [ ] User flow mapped
- [ ] Key states identified
- [ ] Accessibility requirements noted

Execute this workflow now for: {{args}}

# UX Design Command

Generate comprehensive design recommendations for a feature using the `ux-expert` agent. Automatically reads from an existing PRD in `docs/tasks/` if one exists, so UX builds on PM work rather than starting blind.

## Input

`$ARGUMENTS` — either a feature name matching an existing `docs/tasks/<name>.md`, or a free-form description.

## Instructions to Claude

**Step 1: Check for existing PRD**

Before launching the agent, check whether a feature doc already exists:
- Look for `docs/tasks/$ARGUMENTS.md` or a close match (use Glob)
- If found, read it — the agent will use it as context
- If not found, proceed with the description as-is

**Step 2**: Launch the `ux-expert` agent with the following context:

**Feature**: $ARGUMENTS

**Existing PRD** (if found above): [paste content or path]

**Agent Task**: Provide comprehensive UX design guidance for this feature.

If a PRD was found:
- Extract the user goals, JTBD, and acceptance criteria from it
- Design for the specific users and outcomes defined in the PRD
- Flag any UX concerns about the scope or assumptions in the PRD

If no PRD exists:
- Note that no PRD was found and flag this — ideally the `pm-product-management` skill should be run first
- Proceed with available description, but call out missing context explicitly

**Design deliverables**:

1. **User Flow and Information Architecture**
   - Step-by-step user journey for the primary task
   - Information hierarchy and content structure
   - Navigation patterns and entry/exit points

2. **UI Pattern Recommendations**
   - Specific patterns for the use case with justification
   - Component composition and layout
   - Responsive / mobile considerations

3. **Key States**
   - All states that must be designed: empty, loading, error, success, disabled, edge cases
   - Transitions and feedback mechanisms

4. **Accessibility Requirements**
   - Keyboard navigation
   - Screen reader / ARIA needs
   - Color contrast, focus management
   - Touch target sizing (min 44x44px)

5. **Usability Validation Checklist**
   - Nielsen heuristics applicable to this feature
   - POUR accessibility checks
   - Potential friction points and how to address them

**Step 3**: Append UX guidance to the existing feature doc (if one exists) under a `## UX Design` section, or output as a standalone document.

**Step 4**: Confirm whether the UX readiness gate is met so the feature can proceed to `@project-coordinator` for task breakdown:
- [ ] User flow mapped
- [ ] Key states identified
- [ ] Accessibility requirements noted

Execute this workflow now for: $ARGUMENTS

Attribution

tstaplertstapler
View sourceMore from tstapler →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →