What problem does it solve?
Starting new feature work directly in your main workspace risks mixing experimental changes with stable code, making it hard to test ideas safely or revert mistakes without disrupting active work.
Core Features & Use Cases
- Existing Workspace Detection: Automatically checks if you're already in an isolated worktree or submodule to avoid creating duplicate workspaces.
- Native Tool Preference: Uses platform-specific worktree tools when available for seamless integration, only falling back to manual git commands if no native tool exists.
- Automated Setup & Validation: Installs project dependencies and runs baseline tests to confirm the isolated workspace is ready for development.
- Use Case: If you're starting work on a new payment processing feature, this skill will set up a dedicated isolated workspace, verify all dependencies are installed, and confirm tests pass before you begin implementation.
Quick Start
Request an isolated workspace setup for your new feature work, and the skill will automatically handle worktree creation, dependency installation, and baseline test verification.