create_worktree
Creates an isolated git worktree for a feature task, specifying the base branch (default main) to keep development separate from the main branch.
Instructions
Creates an ephemeral git worktree for isolated feature development
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Feature/task description | |
| base_branch | No | Base branch to create from (default: main) | main |