Map user flow
Skill hungv47/meta-skills/forsvn-dev/skills/product/map-user-flow
Maps multi-step in-product flows — screens, decisions, transitions, platform-native touchpoints (dock, menu bar, widgets, notifications, Live Activity), edge cases, and error states for a feature or user journey. Use when designing or auditing a feature spanning multiple screens, states, or platforms. Not for visual brand design (use create-brand), landing-page architecture (use brief-landing-page), or technical architecture (use architect-system).From its SKILL.md
npx -y skills add hungv47/meta-skills --skill map-user-flowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
6.5 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it
User Flow Design — Orchestrator
Design Step 2 of 2. Maps navigation paths, decisions, edge cases, platform-native touchpoints, and screen transitions into a validated flow (Mermaid + ASCII wireframes + per-surface mini-frames).
Core Question: "Can the user complete their goal without thinking — on every surface of every platform it ships on?"
Why, methodology, principles, history:
references/playbook.md[PLAYBOOK].
When To Use
Design / redesign / audit a feature with multiple screens / decisions / states / platforms, or map a new platform-native surface (widget, Live Activity, watch app) into an existing flow.
Not for: brand (/create-brand) · API (/architect-system) · decomposition (/breakdown-tasks) · scoping (/discover) · single-page landing (/brief-landing-page).
Critical Gates — Read First
Gate 1 (platforms+surfaces) fires before Pre-Dispatch — wireframe size, entry triggers, per-surface edge states all depend on it.
- No Layer 1 before platforms + surfaces enumerated (
references/platform-touchpoints.md). - Reject "cross-platform". Enumerate explicitly from the 13-platform list.
- No diagrams before structure.
- No skipping edge cases. Error / empty / loading / permission / offline + per-surface edge states.
- Challenge >7 happy-path steps (Miller).
- One flow = one file.
- Stale product context (>30 days) → re-run
research-icp.
Full rationale + 13-platform list + critic-FAIL handling: references/procedures/gates-and-rubric.md [PROCEDURE].
Quality Gate
Critic (agents/critic-agent.md) runs the full rubric. Non-negotiable PASS:
- Platforms + surfaces enumerated; every platform × surface has entry + mini-frame + per-surface edge state (dimensions match
references/platform-touchpoints.md) - Every decision point ≥2 labeled exits; no dead-end errors
- Happy path ≤7 steps; ≤3 primary actions per screen
- Every core screen: ASCII wireframe + 2-4 sentence Description; CTAs match structure actions
- 2-3 critical edge-state variants included
Before Starting
Apply references/_shared/before-starting-check.md [PLAYBOOK]. budget: standard; --fast forces Single-Agent Fallback per references/_shared/mode-resolver.md [PROCEDURE]. Safety gates supersede --fast.
Session execution profile (single-vs-multi): inherit per references/_shared/execution-policy.md.
| Artifact | Source | Required? |
|---|---|---|
research/product-context.md | research-icp | Recommended (>30d → re-run) |
docs/forsvn/experience/{audience,technical,goals}.md | any | Recommended |
implementation-roadmap/canonical-paths.md | architect-system | Optional |
brand/{DESIGN,BRAND}.md | create-brand | Optional |
Pre-Dispatch
Dimensions: feature, role/persona, goal, platforms (explicit), surfaces per platform, primary surface, constraints (auth + min OS). Read order + Warm/Cold Start prompts (with platforms+surfaces gate) + write-back + brief-context contract: references/procedures/pre-dispatch.md · references/pre-dispatch-prompts.md [PROCEDURE].
Artifact Contract
- Path:
docs/forsvn/artifacts/product-map-user-flow-<YYYY-MM-DD>-<flow-name>.md(flat v2; one file per flow; index auto-generated at ≥2 slugs). Lifecycle:pipeline. - Frontmatter:
skill,version,date,status,stack: product,review_surface: html(FIRE preview whiledecision_state: pending),decision_state,flow_name,platforms, plus manifest-synclifecycle,produced_by,provenance. v2 schema:references/_shared/artifact-contract-template.md. - Required sections + per-flow template + index.md + filename + version-increment:
references/report-template.md[PROCEDURE]. - Consumed by:
architect-system,breakdown-tasks,forsvn,review-work.
Tooling
Upstream tool-redirect.md.
Routing + Dispatch
Single route, full stack. Flows >15 screens auto-split via structure-agent sub-flow decomposition. Pipeline: Step 0 → L1 ∥ (structure ∥ edge-case) → Merge → L2a ∥ (diagram ∥ wireframe) → L2b seq (validation → critic). Critic FAIL re-dispatches (max 2 cycles).
Agent manifest, spawn mechanics, dispatch tables, Single-Agent Fallback: references/procedures/dispatch-mechanics.md · references/dispatch-protocol.md. Worked example: references/examples/checkout-walkthrough.md [EXAMPLE].
Anti-Patterns
13-pattern catalog (happy-path-only edge cases, generic screen names, wireframe drift, "cross-platform" creep) + when-to-defer + critic-FAIL: references/anti-patterns.md [ANTI-PATTERN].
Chain Position
Prev: create-brand (optional). Next: architect-system → breakdown-tasks. Defer to: discover, create-brand, breakdown-tasks. Re-run on: feature changes, new research, usability failures.
Durable Rules (protected)
<!-- SLOW_UPDATE_START --> <!-- No pinned rules yet. Populate via the slow-update workflow (see references/slow-update-fence.md). Each pinned rule must (a) be procedural not instance-specific, (b) be earned from a regression or critic-flagged failure, (c) cite the artifact / decision record that justified pinning. --> <!-- SLOW_UPDATE_END -->Completion Status
- DONE — flow specified for all declared platforms with structure, wireframes, edge states, per-surface coverage; critic PASS.
- DONE_WITH_CONCERNS — flow complete but surfaces under-specified (e.g., widget refresh budget unverified, Live Activity ceiling not modeled); flagged inline.
- BLOCKED — feature scope unclear or contradictory across platforms.
- NEEDS_CONTEXT —
research/product-context.mdmissing; recommendresearch-icp.
What ships with it: 33 files
348.3 KB alongside SKILL.md, 7 of them executable
agents/
- critic-agent.md9.8 KB
- diagram-agent.md7.1 KB
- edge-case-agent.md11.9 KB
- structure-agent.md10.0 KB
- _template.md2.4 KB
- validation-agent.md11.1 KB
- wireframe-agent.md23.0 KB
references/
- anti-patterns.md4.4 KB
- dispatch-protocol.md3.4 KB
- examples/checkout-walkthrough.md7.3 KB
- platform-touchpoints.md29.5 KB
- playbook.md7.0 KB
- pre-dispatch-prompts.md4.0 KB
- procedures/dispatch-mechanics.md2.3 KB
- procedures/gates-and-rubric.md2.4 KB
- procedures/pre-dispatch.md2.1 KB
- report-template.md8.6 KB
- research-checklist.md3.7 KB
- _shared/artifact-contract-template.md28.8 KB
- _shared/before-starting-check.md9.8 KB
- _shared/execution-policy.md7.0 KB
- _shared/manifest-spec.md29.2 KB
- _shared/mode-resolver.md11.0 KB
- _shared/pre-dispatch-protocol.md20.2 KB
- _shared/tool-redirect.md9.3 KB
scripts/
- append-loop-result.tsruns7.4 KB
- bootstrap-experience.tsruns3.6 KB
- generate_flow.pyruns5.4 KB
- lib/path-parser.tsruns11.6 KB
- manifest-sync.tsruns33.1 KB
- scaffold-eval-loop.tsruns9.5 KB
- update-quality-dashboard.tsruns9.6 KB
- routing.yaml2.6 KB