Prompt Markdown format
.prompt.md is the lightest-weight way to use FlightPath. The file body is the prompt.
Example
md
Review @src/extension.ts and explain the three most coupled areas.When to use it
- one-off prompts
- quick experiments
- context-heavy prompts that are easier to read in Markdown
Limits
Because the file is only prompt text, it cannot embed workflow-level structure such as:
stepsfinalStependCondition- per-step
harnessandmodeloverrides
If you need structured automation, move to YAML or JSON.