What problem does it solve? Developing multiple SPECs or features on a single branch causes merge conflicts, context-switching overhead, and blocked parallel work. This Skill creates isolated Git worktrees per SPEC so each feature gets its own branch, files, and environment without interfering with others. ## Core Features & Use Cases - Isolated Worktree Management: Create, switch, sync, and remove Git worktrees per SPEC with a central JSON registry tracking status, branches, and sync history. - MoAI-ADK Workflow Integration: Automatic worktree creation during /moai:1-plan, isolated development during /moai:2-run, and synchronization plus cleanup during /moai:3-sync. - Team and Parallel Coordination: Shared registries with developer prefixes, conflict resolution strategies, templates, and batch operations for multi-SPEC development. - Use Case: Create worktrees for SPEC-AUTH-001 and SPEC-PAY-001, develop both in parallel in separate terminals, sync each with the base branch, then clean up merged worktrees automatically. ## Quick Start Ask the AI to create a new isolated worktree for a SPEC, for example: set up a worktree for SPEC-001 user authentication and switch into it for development.