From 40c47f4847f177cb0e8948d165cd91b479f35fc4 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 23 Mar 2026 15:20:45 -0500 Subject: [PATCH] Upload files to "hubs" --- hubs/ui-ux.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 hubs/ui-ux.md diff --git a/hubs/ui-ux.md b/hubs/ui-ux.md new file mode 100644 index 0000000..0117701 --- /dev/null +++ b/hubs/ui-ux.md @@ -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