maestro_generate
Generate a persistent Maestro YAML flow file from structured steps. Writes to .maestro/flows/<name>.yaml in the project root. Use after Phase 5.5 verification to create regression tests.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
name | string | Yes | Flow name (e.g. “add-to-cart”, “profile-edit”). Becomes filename. | ||
steps | object[] | No | Ordered list of Maestro steps | ||
appId | string | No | App bundle ID to include in YAML header | ||
outputDir | string | No | Output directory (default: <project>/.maestro/flows/) |
maestro_generate(name: <string>)