What problem does it solve? Developing multiple SPECs or features on a single Git checkout forces constant context switching, causes merge conflicts, and blocks parallel work. This Skill creates and manages isolated Git worktrees so each SPEC gets its own workspace, branch, and registry entry. ## Core Features & Use Cases - Isolated Worktree Management: Create, switch, sync, and remove Git worktrees per SPEC, tracked in a central JSON registry with atomic updates and file locking. - Parallel Development Workflows: Run multiple SPECs concurrently with independent Git state, dependencies, and development servers, including tmux-based teammate spawning via --spawn. - MoAI-ADK Integration: Aligns worktree lifecycle with the Plan-Run-Sync workflow, including cleanup after PR merges and convention-based team coordination. - Use Case: You need to develop SPEC-AUTH-001 and SPEC-PAY-001 at the same time. Create a worktree for each, switch between them instantly, sync both with the base branch, and clean up merged worktrees automatically. ## Quick Start Ask the AI to create a new isolated Git worktree for your SPEC and switch into it to begin parallel development.