← All atoms

Use Git Worktrees

skill · v1.0.0

Ensure an isolated workspace exists for feature work via git worktrees. Creates a worktree at the canonical location before any implementation. Single-repo work: <repo>/.worktrees/<name>/. Cross-repo or persistent: ~/.ai/worktrees/<name>/. Use at the start of any non-trivial feature or before executing implementation plans.

Tags: gitworktreeisolation

Invocation contract

Inputs

Outputs

Side effects

creates git worktreecreates feature branch

Raw atom

/atoms/skill/using-git-worktrees.json · schema