> ## Documentation Index
> Fetch the complete documentation index at: https://2026commitplusinc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Worktree Workflow

> Coming soon: guided worktree workflows for feature branches and task cleanup.

<Card title="Coming soon" icon="folder-tree">
  Worktree Workflow is planned as a guided layer on top of Commit+'s existing worktree management.
</Card>

Commit+ already supports visual worktree management in the sidebar. The workflow layer is the next step: helping you start a task, keep it synced, finish it cleanly, and avoid branch cleanup mistakes.

## Planned workflow

* Start a feature from a chosen parent branch.
* Create or reuse a worktree for that task.
* Show when the parent branch has moved and suggest syncing before finish.
* Pick a finish strategy such as merge, squash, or rebase.
* Warn before finishing when conflicts are likely.
* Merge, tag, prune, or clean up the task branch/worktree after confirmation.

## Inspiration

Tower's Workflows feature frames task work around branch parents, workflow presets, sync checks, finish behavior, and merge strategy. Commit+'s version should keep that spirit but make it native to worktrees: one task, one isolated checkout, and a clear finish path.

## Available today

For current worktree management, see [Worktrees](/docs/worktrees).
