Orchestrate UX design work across research, architecture, interaction, visual, and strategy competencies. Entry point for UX projects spanning multiple areas. Routes to specialized skills based on task requirements. Use for: UX design, user experience, UX project, design process, UX workflow, full UX cycle, end-to-end UX, UX competencies, which UX skill, UX help, coordinate UX disciplines, UX team handoffs.
View on GitHubteslasoft-de/claude-skills-marketplace
ux
plugins/ux/skills/orchestration/SKILL.md
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/teslasoft-de/claude-skills-marketplace/blob/main/plugins/ux/skills/orchestration/SKILL.md -a claude-code --skill orchestrationInstallation paths:
.claude/skills/orchestration/# UX Orchestration
Orchestration skill for comprehensive UX work spanning research, architecture, interaction, visual design, and strategy.
## When to Use
- Starting a new UX project that spans multiple competencies
- Unsure which specialized UX skill to invoke
- Need to coordinate work across UX disciplines
- Planning UX team workflow or handoffs
## When NOT to Use
- Task is clearly within one competency (use sub-skill directly)
- Pure implementation work (coding, deployment)
- Non-design tasks
---
## Sub-Skills
| Skill | Invoke When | Key Deliverables |
|-------|-------------|------------------|
| **research** | Understanding users, testing designs | Personas, journey maps, usability reports |
| **architecture** | Organizing content, navigation | Sitemaps, taxonomies, navigation specs |
| **interaction** | Designing flows, behaviors | Wireframes, prototypes, user flows |
| **visual** | Creating UI, design systems | Components, style guides, design tokens |
| **strategy** | Aligning UX with business | Roadmaps, metrics, maturity assessments |
---
## Quick Decision Guide
```
What do you need to do?
|
+---> Understand users or test designs?
| +---> Use: research
|
+---> Organize content or navigation?
| +---> Use: architecture
|
+---> Design flows or prototypes?
| +---> Use: interaction
|
+---> Create visual UI or design system?
| +---> Use: visual
|
+---> Align UX with business goals?
| +---> Use: strategy
|
+---> Multiple areas or unsure?
+---> Continue reading this skill
```
---
## The UX Process (Double Diamond)
```mermaid
flowchart LR
subgraph Discover["Discover"]
D1[Research Users]
D2[Understand Context]
D3[Identify Problems]
end
subgraph Define["Define"]
Df1[Synthesize Insights]
Df2[Define Problems]
Df3[Set Strategy]
end
subgraph Develop["Develop"]
Dv1[Ideate Solutions]
Dv2[Create Prototypes]
Dv3[Test & Iterate]
end
sub