What problem does it solve?
This Skill addresses user experience issues that make features seem functional but frustrating to use, such as configuration failures, misleading error messages, and broken cross-layer interactions.
Core Features & Use Cases
- User Journey Mapping: Visualizes user flow to pinpoint where users get stuck.
- Systematic Auditing: Runs scripts and commands to scan for common UX pitfalls.
- Prioritized Fixing: Ranks issues by impact (P0-P2) for efficient resolution.
- Cross-Layer Fixes: Implements minimal changes across frontend, backend, and configuration.
- Use Case: A user reports that after configuring a new AI model, it doesn't seem to work, and error messages are unhelpful. This Skill will map the user's journey, scan the configuration and API calls, identify the root cause (e.g., a mismatch in a
baseURL parameter), and guide a fix that ensures the configuration is applied correctly and provides clear feedback.
Quick Start
Run the ux-audit.ps1 script in scan mode to identify potential user experience issues.