01Polyglot Setup: Detects and executes environment setup for npm, cargo, pip, poetry, and go projects.
02Safety Verification: Forces .gitignore checks to prevent worktree contents from polluting the main repository.
03Baseline Validation: Automatically runs project tests to verify a clean state before starting new feature work.
04Isolated Workspace Creation: Set up independent directories for different branches to avoid context switching.
05Smart Directory Selection: Automatically identifies existing worktree paths or prompts for preferred local/global locations.
060 GitHub stars