flow-walk
Installation
SKILL.md
Flow Walk
Execute a flow definition step-by-step using Playwright CDP, capturing screenshots and timing at each step.
Usage
/flow-walk sign-up
/flow-walk login
/flow-walk checkout
The argument is the flow name (matches flows/{name}.yml).
Prerequisites
- Chromium or Chrome running with CDP enabled, OR launch headless
- Playwright-core installed (
npm i -g playwright-coreor local) - Flow definition in
.flowchad/flows/{name}.yml