Create isolated git worktree with interactive setup
/plugin marketplace add lerianstudio/ring/plugin install ring-default@ring[branch-name]I'm using the using-git-worktrees skill to set up an isolated workspace for your feature work. **This command will:** 1. Ask you for the feature/branch name 2. Auto-detect or ask about worktree directory location 3. Create the isolated worktree 4. Set up dependencies 5. Verify baseline tests pass **The skill will systematically:** - Check for existing `.worktrees/` or `worktrees/` directories - Check CLAUDE.md for location preferences - Verify .gitignore (for project-local directories) - Auto-detect and run project setup (npm install, cargo build, etc.) - Run baseline tests to ensure clea...