Ui-ux-suite flow-audit
User flow and navigation audit covering information architecture, onboarding, error states
install
source · Clone the upstream repo
git clone https://github.com/Aboudjem/ui-ux-suite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Aboudjem/ui-ux-suite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/flow-audit" ~/.claude/skills/aboudjem-ui-ux-suite-flow-audit && rm -rf "$T"
manifest:
skills/flow-audit/SKILL.mdsource content
/flow-audit: User Flow Audit
Focused audit of information architecture and user flows using the
ux-flow-analyst agent.
Flow
- Map navigation structure (routes, sidebars, tabs)
- Trace key user flows (sign-up, main task, settings)
- Identify friction points
- Evaluate progressive disclosure
- Check empty, error, and loading states
- Assess deep linking and state preservation
Output
- Navigation structure map
- Key flow analysis with step counts
- Friction point inventory
- Empty/error/loading state coverage
- Recommendations for flow improvements