Skip to main content

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 / ArgTypeDefaultDescription
--jobtextJob name; fills the template's job slot
--templatetextjob-template.md path (from the shepherd skill's own directory)
--strategytextStrategy body to copy in as ## Method (mutually exclusive with --method-file)
--strategiestextStrategy bodies file; required with --strategy
--method-filetextDomain-supplied Method block (mutually exclusive with --strategy)
--filltextFill one template slot; repeat per slot (the real template has no discrete --fence/--branch slots, see C8 note)
--outtextWrite the brief here; omit to print it
--jsonbooleanfalseEmit the brief as JSON instead of printing it plain

See code: commands/herd.ts › brief