willow

willow

Manage worktrees.

Monitor agents.

Ship faster.

A git worktree manager built for AI agent workflows.
Spin up isolated worktrees, switch between them with fzf, and see agent status in real time.

$ brew install iamrajjoshi/tap/willow
ww new + ww ls + ww status
willow workflow demo

Features

Everything you need to manage worktrees and monitor AI agents.

🤖

AI-Agent Optimized

Built for running multiple Claude Code sessions in parallel. Each agent gets its own isolated worktree.

ai-agent optimized
AI-Agent Optimized demo
📡

Live Status Tracking

See which agents are BUSY, WAIT, DONE, or IDLE in real time with Claude Code hook integration.

live status tracking
Live Status Tracking demo

fzf-Powered Switching

Switch between worktrees instantly with an fzf picker that shows agent status. Two keystrokes.

🌿

Git-Native

Thin wrapper around git worktree. No custom database — state comes from git itself.

🖥️

Tmux Integration

Popup worktree picker, live Claude output preview, status bar widget. One keybinding.

📚

Stacked PRs

Create chains of dependent branches. Rebase entire stacks with a single command.

How it works

Three steps from clone to full agent orchestration.

1

Clone

Set up a repo for worktree-first workflow with a single command.

ww clone git@github.com:org/repo.git
2

Create worktrees

Spin up isolated directories for each task. Start Claude Code in each.

wwn feature/auth && claude
3

Monitor agents

See all your agents at a glance. Switch between them with fzf.

ww status

Commands

Everything you need to manage worktrees and monitor AI agents.

$ ww new feature/auth --no-fetch
✨ Created worktree at <willow-base>/worktrees/myrepo/feature/auth
   Branch: feature/auth (from main)

Agent status

After running ww cc-setup, Claude Code automatically reports its state.

🤖 BUSY DONE WAIT🟡 IDLE
ww status
ww status demo
ww dashboard
ww dashboard demo

Install

brew install iamrajjoshi/tap/willow