prefix+k
Pick a workflow and run it. Ctrl+P opens actions: create, import, edit, share, delete.
herdr plugin · linear yaml
Automate repetitive actions in herdr with simple YAML workflows. Anything you can do by hand in herdr becomes a short, shareable YAML snippet.
Needs herdr ≥ 0.8.2
get running
Two commands, one file. Then prefix+k (herdr's prefix key, then k) runs it.
herdr plugin install aorumbayev/herdr-workflowscd your-repo && hwf initInstall has the requirements, the WSL2 note, and the config.
Save this as .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 — swap lazygit for any command you have.
surfaces
Pick a workflow and run it. Ctrl+P opens actions: create, import, edit, share, delete.
The same runner from a terminal or a script, with --input name=value.
Full-screen Charm TUI. From the picker, press Ctrl+P then c. Or run hwf console. See Run and manage.
from the herd
adversarial-revise, branch-check, handoff, prompt-enhance, remote-branch-log, review-gate, and worktree ship with the plugin. Copy one command, read what it contains, and it's yours.