wt-new

Installation
SKILL.md

/wt:new - Create New Worktree and Branch

Description

Quick command to create a new git worktree with a new branch. Supports both interactive and automated modes.

Usage

/wt:new                                  # fully interactive
/wt:new [BRANCH_NAME]                    # skip branch name prompt
/wt:new [BRANCH_NAME] [BASE_BRANCH]     # fully non-interactive

Examples

/wt:new                                  # prompts for both base branch and feature branch
/wt:new story/WINT-1012                  # uses main as base, prompts skipped
/wt:new story/WINT-1012 main            # fully automated, no prompts
Related skills
Installs
1
First Seen
Mar 1, 2026