/ss-flow
Design user flows and navigation structure following proven UX patterns
One skill from styleseed.
shell
$ npx -y skills add bitjaru/styleseed --skill ss-flow --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ss-flow
Context preview
The summary Claude sees to decide when to auto-load this skill.
Design user flows and navigation structure following proven UX patterns
Stats
Stars819
Forks73
LanguageTypeScript
LicenseMIT
Ships with styleseed
SKILL.md
ss-flow.SKILL.md
--- name: ss-flow description: Design user flows and navigation structure following proven UX patterns argument-hint: "[flow-name] [description]" allowed-tools: Read, Write, Edit, Grep, Glob, Bash --- # UX Flow Designer ## When NOT to use - For implementing a single page โ use `/ss-page` after the flow is settled - For copy on each step โ use `/ss-copy` after the structure is settled - For information architecture of an entire product โ narrow scope to one flow first - For high-fidelity mockups โ this produces a flow map, not pixel-perfect designs Design a user flow: **$0** Description: $ARGUMENTS ## Instructions 1. Read the design system reference: - `CLAUDE.md` for component inventory - `DESIGN-LANGUAGE.md` for layout patterns (sections 13-14, 19-20) - `components/patterns/` for available building blocks 2. Apply these UX principles: ### Information Architecture - **Progressive Disclosure**: Show only what's needed at each step. Hide complexity behind logical drill-downs. - **Miller's Law**: Chunk information into groups of 5-9 items maximum. - **Hick's Law**: Minimize choices per screen. Fewer options = faster decisions.
