FIND-20260328-005 · 2026-03-28 · Innovation Veille
max-sixty/worktrunk — Rust CLI for parallel AI agent Git worktree management
tool
HIGH
worktrunk is a Rust CLI that makes Git worktrees as easy as branches, specifically designed for parallel AI agent workflows. It allows managing 5-10+ Claude Code or Codex agents simultaneously, each in its own working directory, without conflicts. Commands include wt switch, wt list, wt merge, and wt remove. Trending today with 3,906 stars and active development (last commit March 28, 2026).
Source
https://github.com/max-sixty/worktrunk
ODS Impact
Directly relevant to the ADLC multi-agent pipeline. Currently the ADLC orchestrator runs multiple dev agents (one per service) using separate working directories. worktrunk could formalize this workflow: each ADLC dev agent gets its own worktree via `wt new `, allowing proper branch isolation and easier merge tracking. This would reduce the risk of agents clobbering each other's uncommitted changes and improve PR hygiene.
Security Review
License: MIT OR Apache-2.0 | Maintenance: ACTIVE | Risk: LOW | Recommendation: SAFE_TO_USE
Tags
rust
git
ai-agents
cli
developer-tools
workflow
adlc