
Design
- Updated February 18, 2026
- Ankurjain1121/dev-workflow-skills
A complete design-thinking pipeline skill for shaping UIs from concept through interface design. It helps teams reason about user needs and produce design direction before building. Useful when defining how an interface should look and behave.
Key points
- Design-thinking pipeline
- UI ideation
- Interface concepts
Design by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Ankurjain1121/dev-workflow-skills/plugin install design@dev-workflow-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 18, 2026 |
|---|---|
| Repository | Ankurjain1121/dev-workflow-skills ↗ |
What it does
Run a full design-thinking pipeline for UIs, from problem framing to interface concepts.
README.md
Design
Complete design thinking pipeline for UIs.
Pipeline
- PRD Generation - Product requirements from rough ideas
- 9-Pass UX Analysis - Comprehensive UX review
- UI Audit - Audit existing interfaces
- Iteration - Refine based on feedback
Usage
/design "Create a dashboard for analytics"
/design:audit existing-component.tsx
/design:iterate # Continue refining
Installation
Enable in your Claude settings:
{
"enabledPlugins": {
"dev-workflow-skills@design": true
}
}