Skip to content

herdr plugin · linear yaml

Workflows for the herd.

Short YAML that runs commands, managed agents, and explicit herdr calls. Use the picker, the CLI, or the workbench.

Needs herdr ≥ 0.7.5 · no Electron, no account · MIT

herdr-workflows in five chapters

get running

Install, init, run

Run three commands. Then prefix+k opens the picker.

$herdr plugin install aorumbayev/herdr-workflows
$cd your-repo && hwf init

.hwf/workflows/scratch.yaml

version: v1alpha1
steps:
  - run: [lazygit]
    pane:
      open: tab
    background: true

Press prefix+k, pick scratch, then press enter. A lazygit tab opens.

surfaces

Pick how you work

prefix+k

The picker runs workflows. In list mode, Ctrl+E, Ctrl+Y, and Ctrl+O open edit, share, or import in the workbench.

hwf run

Use the same runner from the terminal or scripts, with --input k=v.

hwf web

Use the browser workbench to build, validate, share, and import. It never executes.

from the herd

Ready-made workflows

handoff and prompt-enhance ship in examples/. Each card copies a reviewed hwf workflow import bundle command.