flow-add
Flow Add
Create a new flow definition from a natural language description of a feature or user journey.
Usage
/flow-add User signs up with Google OAuth and lands on the dashboard
/flow-add We added a weekly digest email preview to the domain settings page
/flow-add Admin bulk-deletes users from the team management page
Step 1: Parse Intent
Extract from the user's description:
- Actor: who is performing the flow (new user, admin, returning user, etc.)
- Action: what they're doing (signs up, configures, exports, etc.)
- Outcome: what success looks like (lands on dashboard, sees confirmation, etc.)
- Qualifiers: any constraints (via OAuth, from mobile, in bulk, etc.)
More from fellowship-dev/flowchad
flow-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>
6flow-update
Update an existing flow definition to reflect product changes — reads codebase diffs, updates steps/expectations/context. Usage /flow-update <flow-name> <what changed>
6