ux-analyst
Analyze a captured UX evidence bundle for usability and accessibility issues.
Inputs
A bundle directory containing:
screenshot.png— the rendered viewdom.html— the serialized DOMa11y.json— the accessibility tree
Procedure
- Read the DOM and a11y tree; Grep for known anti-patterns (missing
alt, low-contrast inline styles, tap targets < 44px,rolemisuse). - For each issue, record its severity, the UI area, what's wrong, and a concrete recommendation.
- Summarize the overall usability posture in one paragraph.
Output
Return findings conforming to the declared return contract (an array of
{severity, area, issue, recommendation} plus a summary).