worktree-create
Installation
SKILL.md
Worktree Create
Stand up any number of isolated git worktrees from a list of branches — each created off the right base, given its gitignored config, its dependencies, and a health check — by fanning out one setup subagent per worktree so they run in parallel. The per-worktree work is app-agnostic and detected from the repo, never hardcoded.
Input
$ARGUMENTS is the list of branches to create.
- None given → ask which branches to create (or offer to derive them from the tickets in play). Don't guess.
- One → set up a single worktree inline (a fan-out of one is unnecessary).
- Two or more → fan out one subagent per branch, in parallel.
Detect the project setup ONCE, before fanning out
Read references/worktree-setup.md — it is the general checklist of everything a fresh worktree needs plus how to
detect each piece. Determine from this repo (not from assumptions), one time: