ux-flow-diagram
2
总安装量
2
周安装量
#67912
全站排名
安装命令
npx skills add https://github.com/cantagestudio/cosmicatlaspacker --skill ux-flow-diagram
Agent 安装分布
amp
2
gemini-cli
2
github-copilot
2
codex
2
kimi-cli
2
cursor
2
Skill 文档
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