max-sixty/worktrunk

Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 17th, 2025
Open Issues & Pull Requests: 39 (-4)
GitHub issues: Enabled
Number of forks: 243
Total Stargazers: 6,866 (+1)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 hours
Mean response time: 41.9 hours
90th percentile: 47.1 hours
Tracked items: 515

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 69% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 10% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 11
Closed in 7 days: 13
Avg open age: 80 days
Stale 30+ days: 18
Stale 90+ days: 8

Recent activity

Opened in 7 days: 10
Closed in 7 days: 11
Comments in 7 days: 20
Events in 7 days: 38

Top labels

  • tend-outage (48)
  • claude-behavior (43)
  • nightly-cleanup (23)
  • ci (17)
  • bug (6)
  • review-runs-tracking (6)
  • enhancement (5)
  • automated-fix (3)

Detailed Description

Worktrunk is a CLI for Git worktree management designed to simplify parallel development workflows, particularly for AI agent operations.

The tool addresses the friction of managing multiple Git worktrees by providing three core commands that make worktree operations as straightforward as branch operations. Rather than requiring users to manually create, switch between, and clean up worktrees with verbose Git commands, Worktrunk abstracts these operations into simple CLI calls. This approach is particularly valuable when running multiple AI agents in parallel, where each agent might work on a separate worktree to avoid conflicts and enable concurrent development.

Worktrunk suits developers and teams running parallel AI agent workflows who need to manage multiple independent code changes simultaneously without the overhead of traditional worktree management. The tool includes quality-of-life features such as hooks to automate local workflows, reducing manual intervention when switching between parallel tasks. If you are working with a single branch or sequential changes, the overhead of worktree management may not justify adoption, but for scenarios involving multiple concurrent modifications—whether from AI agents or human developers—the simplified interface provides clear value over raw Git worktree commands.

The project maintains active development with continuous integration checks and code coverage tracking. The maintainer is intensely focused on improving the tool and actively solicits user feedback on friction points and perceived problems.