git-worktrees

Installation
SKILL.md

Git Worktrees

Adapted from obra/superpowers — MIT. Provides a formal worktree workflow that extends the existing /minion isolation model.

Purpose

Isolate feature development from main using git worktree. Each feature gets its own working directory with clean dependencies and a verified test baseline — preventing feature branches from corrupting each other.

When to Use

  • Starting any non-trivial feature (especially multi-session work)
  • Parallel feature development (2+ features in flight simultaneously)
  • Risky refactors that may break other work in progress
  • When the /minion command is used with the --isolate flag
  • Any time you need a clean environment to verify tests pass
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 13, 2026