design-tool-picker
Installation
SKILL.md
Design Tool Picker
When users ask "which design tool should I use?" or seem unsure about design tooling, guide them with this decision tree.
Quick Reference
| Your Situation | Recommended Tool | Type | Invocation |
|---|---|---|---|
| Writing new UI code | frontend-design |
skill | Loaded automatically |
| Need a design system template | ux-brief |
command | Skill("ux-brief") |
| Refining existing UI iteratively | ui-ux-designer |
agent | Task(majestic-engineer:design:ui-ux-designer) |
| Verifying visual changes match intent | visual-validator |
agent | Task(majestic-engineer:qa:visual-validator) |
| Reviewing code for accessibility | ui-code-auditor |
agent | Task(majestic-engineer:qa:ui-code-auditor) |
| Styling React components | tailwind-styling |
skill | Skill(majestic-react:tailwind-styling) |