ux-flow-diagram

A skill that visualizes user flows and screen transitions as ASCII diagrams.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ux-flow-diagram" with this command: npx skills add cantagestudio/cosmicatlaspacker/cantagestudio-cosmicatlaspacker-ux-flow-diagram

UX Flow Diagram

A skill that visualizes user flows and screen transitions as ASCII diagrams.

When to Use

  • Documenting user journeys

  • Designing navigation flows between screens

  • Defining user flows per feature

  • Representing conditional branching and exception handling flows

Flow Diagram Symbols

Basic Nodes

┌─────────┐ │ Screen │ ← Screen/Page └─────────┘

╔═════════╗ ║ Screen ║ ← Start/End screen (emphasis) ╚═════════╝

((Action)) ← User action <Decision?> ← Condition/Branch point [Process] ← System process

Connection Lines

───→ Unidirectional flow ←──→ Bidirectional flow

    • → Optional/conditional flow ═══→ Main flow (emphasis)

Flow Patterns

Linear Flow (Sequential)

╔═══════════╗ ┌───────────┐ ╔═══════════╗ ║ Start ║───→│ Step 1 │───→║ End ║ ╚═══════════╝ └───────────┘ ╚═══════════╝

Branching Flow

                     Yes  ┌───────────┐
                ┌────────→│  Path A   │────┐

┌───────────┐ │ └───────────┘ │ ┌───────────┐ │ Screen │───→<Decision?> ├───→│ Result │ └───────────┘ │ ┌───────────┐ │ └───────────┘ └────────→│ Path B │────┘ No └───────────┘

Constraints

  • Flows progress left-to-right, top-to-bottom

  • Complex flows should be split into sub-flows

  • All branch points need clear condition labels

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

refactor-dedupe-and-cleanup

No summary provided by upstream source.

Repository SourceNeeds Review
General

systematic-debugging

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

aesthetic-motion-temporal

No summary provided by upstream source.

Repository SourceNeeds Review