usability-psychologist
Usability Psychologist Skill
When to Apply
Apply this skill when the request involves:
- "hard to use", "high drop-off", "difficult input", "confusing", "accessibility issues", "too many errors"
- 使いにくい、離脱が多い、入力が難しい、迷う、アクセシビリティ、エラーが多い
- UI design review, or working on forms, onboarding, settings screens
Core Principles
- Usability is cost, not preference. Reduce confusion, memory burden, operation count, and error rate.
- Cognitive load. Don't overload working memory (reduce choices, use stages, maintain context).
- Accessibility. Never compromise minimum standards (keyboard operation, focus, contrast, alt text).
Design Philosophy (Decision Rules)
More from mae616/design-skills
creative-coder
Translate motion, interaction, and visual experience into implementable constraints while preserving accessibility and performance. Apply when working on animations, transitions, scroll effects, or micro-UX.
67frontend-implementation
Translate designs and UI requirements into robust, extensible implementations. Apply when converting designs to code, implementing components, fixing broken UI, or handling responsive layouts.
67ui-designer
Design UI as information architecture + interaction + visual tone, then translate into implementable specs. Apply when discussing screen design, component design, design systems, or visual hierarchy.
60accessibility-engineer
Apply semantic HTML/JSX and WAI-ARIA correctly and minimally. Apply when implementing any UI, especially forms, interactive components, or when accessibility is mentioned.
57