flow-report
Flow Report
Analyze walk results and generate a categorized friction report.
Usage
/flow-report sign-up
/flow-report login
The argument is the flow name. Uses the most recent snapshot for that flow.
Inputs
- Walk results — load
snapshots/{latest}-{flow-name}/results.json - Screenshots — read each step screenshot for visual analysis
- Video — reference trimmed video and GIF if available (include in report)
- Evidence URLs — if
results.jsoncontains anevidencekey, use those URLs for inline images in the report. Otherwise fall back to local file paths.
More from fellowship-dev/flowchad
flow-add
Create a new flow definition from a natural language description — scans codebase for routes, components, and existing flows to generate accurate YAML. Usage /flow-add <description>
6flow-suggest
AI-powered improvement prioritization — analyze walk results, friction reports, and trends to produce a ranked action plan. Usage /flow-suggest <flow-name>
6flow-diff
Compare walk snapshots to detect regressions and improvements — visual diff, timing changes, broken/fixed steps. Usage /flow-diff <flow-name>
6evidence-upload
Upload walk screenshots and GIFs to GitHub for embedding in issues and PRs. Supports orphan branch (default), S3, or Navvi backends.
6flowchad-setup
Initialize Flowchad in a project — auto-discover existing tests, analytics, specs, and user flows, then scaffold flow definitions. Run as first step before any /flow-walk.
6flow-walk
Walk a user flow using Playwright CDP — execute steps, capture screenshots, measure timing, store results. Usage /flow-walk <flow-name>
6