What problem does it solve? Manually writing UX test scenarios for UI components is time-consuming and often misses edge cases, error states, and accessibility requirements, leaving gaps that surface as bugs in production. ## Core Features & Use Cases - Comprehensive Scenario Generation: Produces happy path, edge case, error state, and accessibility scenarios for any UI component with Given/When/Then structure. - WCAG 2.1 Accessibility Checks: Validates components against WCAG Level A/AA/AAA criteria, keyboard navigation, ARIA patterns, and color contrast using built-in reference checklists. - Structured Test Matrix Output: Documents scenarios with priority levels, browser/device coverage, and implementation notes in markdown files. - Use Case: After implementing a LoginForm component, run QUX to generate 10-15 test scenarios including validation errors, keyboard submission, screen reader announcements, and a prioritized test matrix ready for QA or automated test implementation. ## Quick Start Ask the AI to generate UX test scenarios for a specific component, for example: run QUX on src/components/LoginForm.tsx to produce a full test scenario document with accessibility checks.