Creates a new git worktree with automatic naming conventions and branch management. Supports optional parameters for customization and integration with editors/tmux.
/plugin marketplace add yanmxa/cc-plugins/plugin install git@cc-pluginsCreates a new git worktree with automatic naming conventions and branch management. Supports optional parameters for customization and integration with editors/tmux. ## Implementation Steps 1. **Plan Worktree Creation**: Create todo list to track worktree creation and navigation tasks 2. **Parse Arguments**: - Check if arguments contain `--cursor`, `--code`, or `--tmux` flags - Extract worktree name/description from remaining arguments (filter out flags) - Extract source branch if provided (second non-flag argument) 3. **Determine Worktree Configuration**: - If worktree name...