What problem does it solve?
It helps teams systematically identify and fix common UI/UX interaction problems like unresponsive buttons, missing user feedback, and broken or stale state updates.
Core Features & Use Cases
- UX audit pipeline: runs a repeatable scan → diagnose → design → implement → test workflow for interaction and state issues.
- Framework-aware fixes: detects React vs Vue patterns and applies state/feedback solutions in a framework-appropriate way.
- Quality guardrails: enforces usability heuristics and design standards (including interaction states and accessibility checks) and validates changes with tests up to a bounded iteration limit.
Quick Start
Trigger the skill with "team ux improve" and provide the project path, then select the target framework (or let it auto-detect) for a unified pipeline that outputs scan reports, fix implementations, and test validation results.