rt herd brief
rt › herd › brief
Assemble a job brief from the shepherd skill's template + strategy body (paths passed explicitly)
Usage
rt herd brief [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--job | text | Job name; fills the template's job slot | |
--template | text | job-template.md path (from the shepherd skill's own directory) | |
--strategy | text | Strategy body to copy in as ## Method (mutually exclusive with --method-file) | |
--strategies | text | Strategy bodies file; required with --strategy | |
--method-file | text | Domain-supplied Method block (mutually exclusive with --strategy) | |
--fill | text | Fill one template slot; repeat per slot (the real template has no discrete --fence/--branch slots, see C8 note) | |
--out | text | Write the brief here; omit to print it | |
--json | boolean | false | Emit the brief as JSON instead of printing it plain |
See code: commands/herd.ts › brief