create_flow
Create a new empty flow for Easy Spec Playwright projects. Define the flow name, notes, folder, and preconditions to set up a structured automation scenario.
Instructions
Create a new, empty flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| notes | No | Caveats or instructions for anyone editing this flow. | |
| folder | No | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| description | No | ||
| preconditions | No | Setup/state assumed to already hold before this flow runs. |