Flow Formula
List and manage flow templates.
Usage
flow-formula [list|pour|distill] [template_name]
Commands
List Templates
flow-formula list
Lists templates from:
- Local:
.agent/templates/
Pour Template
flow-formula pour {template_name}
Creates a flow from a template.
Distill Template
flow-formula distill {flow_id} {template_name}
Extracts a template from an existing flow.
List Action
Scan .agent/templates/ directory and display available templates with descriptions.
Pour Action
- Read
.agent/templates/{template_name}.md - Customize placeholders and create Beads tasks
Distill Action
- Read flow's spec.md
- Abstract into template with placeholders
- Save to
.agent/templates/{name}.md
Critical Rules
- FILE-BASED - Templates stored in
.agent/templates/ - ABSTRACT PROPERLY - Use placeholders
微信扫一扫