소개
The Worktree Coordination skill is an essential utility for developers running multiple Claude Code instances simultaneously using Git worktrees. It implements a robust synchronization layer that includes file-level locking to prevent accidental overwrites, instance heartbeat monitoring to clean up stale sessions, and a shared decision log to maintain architectural consistency across parallel development streams. By centralizing instance status and file ownership in a local registry, it enables seamless multi-tasking and complex refactors without the risk of Git merge conflicts or fragmented logic.