worktrunk-workflows
Installation
SKILL.md
Worktrunk Workflows
Use Worktrunk as lifecycle orchestration around Git worktrees. Prefer reversible commands and previews over manual path management.
Build Context
Before a nontrivial operation:
- Confirm repository state with
git status --shortandgit branch --show-current. - Confirm Worktrunk is available with
wt --version. On Windows it may be installed asgit-wt. - Inspect worktrees with
wt listorwt list --full. - Read
.config/wt.tomlwhen changing project behavior. Read~/.config/worktrunk/config.tomlonly when changing personal behavior. - Use
wt <command> --helpwhen flags may differ from these instructions.