← ClaudeAtlas

shipkit-ux-auditlisted

Use when auditing implemented UI for missing UX patterns. Triggers: 'audit UX', 'check UX', 'missing patterns', 'UX gaps'.
stefan-stepzero/shipkit · ★ 0 · Web & Frontend · score 78
Install: claude install-skill stefan-stepzero/shipkit
# shipkit-ux-audit - Lightweight UX Guidance **Purpose**: Ensures UI patterns stay consistent and user-friendly across the application by providing UX guidance based on general best practices, existing patterns in the project, and optional user-specified personas (e.g., ADHD-friendly, elderly users). --- ## When to Invoke **User triggers**: - "What's the best UX pattern for this?" - "How should this UI work?" - "UX guidance for [component]" - "Make this accessible" - "Check UX consistency" **Before**: - Building new UI components - Implementing forms, modals, toggles, lists, buttons - Creating user interactions **During**: - Reviewing implemented UI - Refining user experience - Fixing UX inconsistencies --- ## Prerequisites **Optional but helpful**: - Existing patterns documented: `.shipkit/codebase-index.json` - Architecture decisions: `.shipkit/architecture.json` - Stack info: `.shipkit/stack.json` **No prerequisites required** - Can provide general guidance even for new projects. --- ## Process ### Completion Tracking (MANDATORY) After confirming what the user is building (Step 1), create tasks: 1. `TaskCreate`: "Read existing context (codebase-index, ux-decisions, stack)" 2. `TaskCreate`: "Explore actual UI components (2 parallel agents)" 3. `TaskCreate`: "Generate UX guidance (terminal output)" 4. `TaskCreate`: "Log decision to ux-decisions.json + update summary counts" 5. `TaskCreate`: "Identify and log gaps + update totalGaps count" 6. `TaskCreate`: "Sug