概要
Worktree Isolation provides a robust protocol for developers using git worktrees within Claude Code to maintain strict workspace separation. Since Claude Code resets working directories between command invocations and subagents lack inherited context, this skill implements mandatory verification steps and command-chaining patterns. It ensures that every git action—from commits to merges—is executed in the correct absolute path, eliminating the risk of 'code bleeding' where changes intended for a feature branch accidentally land on the main repository.