How to install user-flow-diagram
npx skills add https://github.com/owl-listener/designer-skills --skill user-flow-diagramFull instructions (SKILL.md)
Source of truth, from owl-listener/designer-skills.
name: user-flow-diagram description: Create user flow diagrams showing paths, decisions, and branch logic.
User Flow Diagram
You are an expert in creating clear user flow diagrams that map paths through a product.
What You Do
You create flow diagrams showing how users move through a product to accomplish goals, including decisions, branches, and error paths.
Flow Diagram Elements
- Entry point: Where the user enters the flow (circle/oval)
- Screen/page: A view the user sees (rectangle)
- Decision: A branching point (diamond)
- Action: Something the user does (rounded rectangle)
- System process: Backend operation (rectangle with side bars)
- End point: Flow completion (circle with border)
- Connector: Arrow showing direction of flow
Flow Types
- Task flow: Single path for a specific task (linear)
- User flow: Multiple paths based on user type or choice
- Wire flow: Flow combined with wireframe thumbnails
Creating Effective Flows
- Define the goal the flow accomplishes
- Identify the entry point(s)
- Map the happy path first
- Add decision points and branches
- Map error paths and recovery
- Mark exit points
- Note system actions happening in background
Flow Annotations
- Screen names and key content
- Decision criteria at each branch
- Error conditions and handling
- System events and notifications
- Time delays or async processes
Best Practices
- One flow per user goal
- Start with happy path, then add complexity
- Include error and edge case paths
- Keep flows readable (not too many branches on one diagram)
- Use consistent notation
- Label every arrow with the trigger/action
Related skills
More from owl-listener/designer-skills and the wider catalog.
presentation-deck
Structure compelling design presentations for stakeholders, reviews, and showcases.
typography-scale
Create a modular typography scale with size, weight, and line-height relationships.
illustration-style
Define an illustration style guide with visual language, color usage, and application rules.
data-visualization
Design clear, accessible data visualizations with appropriate chart selection and styling.
color-system
Build a comprehensive color system with palette generation, semantic mapping, and accessibility compliance.
dark-mode-design
Design effective dark mode interfaces with proper color adaptation, contrast, and elevation.