Upload files to "hubs"

This commit is contained in:
2026-03-23 15:20:45 -05:00
parent cc8fe2887c
commit 40c47f4847

26
hubs/ui-ux.md Normal file
View File

@@ -0,0 +1,26 @@
# UI/UX Hub
Use this hub when the task depends on interface quality, interaction flow, usability, clarity, or user-facing content design.
If [DEPLOYMENT-PROFILE.md](../DEPLOYMENT-PROFILE.md) contains UI/UX defaults, apply those preferences before falling back to the generic routing in this hub.
## When To Use
- Review a screen, flow, or feature for UX weaknesses
- Improve copy, hierarchy, clarity, or task completion
- Implement or revise UI behavior with usability in mind
## Skill Routing
- [UX Review](../skills/ui-ux/ux-review.md) for critique, heuristics, friction detection, and recommendations
- [Accessibility Review](../skills/ui-ux/accessibility-review.md) for inclusive interaction quality, keyboard support, semantics, contrast, and assistive-technology readiness
- [Design System and UI Consistency](../skills/ui-ux/design-system-consistency.md) for component reuse, visual consistency, and scalable UI patterns
- [Frontend UI Implementation](../skills/software/frontend-ui-implementation.md) for shipping the UI changes
- [Product Copy](../skills/marketing/product-copy.md) when labels, empty states, CTAs, or in-product messaging matter
## Common Combinations
- New settings page: frontend UI implementation + UX review + product copy
- Navigation cleanup: UX review + frontend UI implementation
- Conversion-focused UI change: UX review + product copy + messaging/positioning
- UI platform work: design system and UI consistency + frontend UI implementation + accessibility review