Skip to content

Workflow files

FlightPath supports three file formats:

FormatExtensionBest use
YAML.flightpath.yaml, .flightpath.ymlMulti-step workflows written by hand
JSON.flightpath.jsonGenerated workflows and automation
Markdown.prompt.mdSingle prompt files

Current schema shape

The current multi-step schema uses steps, not prompts.

yaml
harness: copilot-cli
steps:
  - prompt: Review @src/
finalStep:
  prompt: Summarize the result and any follow-up work.

Main workflow building blocks

  • root-level execution defaults such as harness, model, and toolPermissions
  • a steps array containing prompt steps and script steps
  • an optional finalStep
  • runtime metadata added automatically during execution

Read the format-specific pages next:

Source-available under the FlightPath Commercial License.