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.md
source content

/flow-audit: User Flow Audit

Focused audit of information architecture and user flows using the

ux-flow-analyst
agent.

Flow

  1. Map navigation structure (routes, sidebars, tabs)
  2. Trace key user flows (sign-up, main task, settings)
  3. Identify friction points
  4. Evaluate progressive disclosure
  5. Check empty, error, and loading states
  6. 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