work
Installation
SKILL.md
/work
/work [slug] is a declaration for this task: "spin up a dedicated worktree and
do the work there." It applies to what the user is starting right now — it is
not a standing rule that all work always happens in worktrees.
When invoked:
- Look at what the repo already does, and copy it.
- Create the worktree + branch and
cdinto it. - Do the requested work there.
Read the repo's conventions
git worktree list # sibling dirs + branches
git branch -a --sort=-committerdate | head -20 # branch prefix/slug pattern
git remote show origin | sed -n 's/.*HEAD branch: //p' # default branch