audit-ux-flow
Scan user-flow code for journey defects that lead to abandonment or stuck states.
What This Command Does
Launches the ux-flow-auditor agent to find places where users get stuck — sheets without dismiss buttons, screens with no path forward, primary actions hidden three taps deep, missing states for empty/loading/error conditions.
What It Checks
- Dead-end views — screens reachable via push/sheet without a way back or forward
- Dismiss traps —
.sheet/.fullScreenCoverwithout a dismiss control on the presented view - Buried CTAs — primary action behind a tap+scroll+tap chain instead of a fixed bottom button
- Missing empty/loading/error states — list views that show blank when empty, no spinner during fetch, no recovery from network error
- Accessibility dead ends — flows that work for sighted users but fail VoiceOver navigation
Findings include an Urgency × Blast-Radius × Fix-Effort × ROI rating to help prioritize fixes.
Related Agent
- ux-flow-auditor — The agent that powers this command