using-git-worktrees

from obra/superpowers scored 2026-07-07

Ensures feature work happens in an isolated workspace via git worktrees before executing plans or risky changes.

Skill scores
scored 2026-07-07 · rubric
Skill Leverage76
Reliability80
Evaluation Readiness68
Safety / Governance86

Anatomy

Parent repoobra/superpowers
Pathskills/using-git-worktrees
Trigger conditions"Use when starting feature work that needs isolation from current workspace"
Instruction formatyaml-frontmatter-md
Required toolsgit, shell
Reusabilityuniversal
Complexitylow
Ships scripts / examples / tests / boundariesno / yes / no / yes

Failure modes

Worktree cleanup after abandoned work is the recurring leak; the skill addresses creation more thoroughly than teardown.

Verdict

Governance disguised as workflow: isolation means a bad agent session costs a worktree, not a working directory. Among the highest safety scores at the skill level.

Related skills

Frequently asked questions

What does the using-git-worktrees skill do?

Ensures feature work happens in an isolated workspace via git worktrees before executing plans or risky changes.

When does using-git-worktrees trigger?

Its stated trigger: "Use when starting feature work that needs isolation from current workspace". Trigger precision is a scored reliability dimension.

Go deeper