AI Agent Hub
Back to plugins
⚙️

worktree-mgr

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install JohnXu22786/worktree-mgr

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, you can install the worktree-mgr plugin by running the command 'dsh plugin install JohnXu22786/worktree-mgr', with the source code at https://github.com/JohnXu22786/worktree-mgr.

About this plugin

When models process multiple tasks in parallel, the traditional git workflow can lead to branch chaos and code pollution. The worktree-mgr plugin solves this by providing isolated workspaces for each task, ensuring independent development on separate branches without interference. Its core capabilities include automatic creation and management of git worktrees, covering the full lifecycle with tools for creation, sync, completion, and batch cleanup, along with built-in safety features like branch name validation and uncommitted change detection. This plugin is ideal for developers and teams using dsh for parallel task development, offering a zero-manual-git-operation experience that boosts productivity and code quality.

Use Cases

  • Isolating workspaces when models process multiple coding tasks in parallel
  • Automating git worktree creation, commit, and merge operations
  • Managing independent feature branches in team collaboration to avoid conflicts

Best For

  • Software developers using dsh for parallel task development
  • DevOps engineers needing to automate git workflows
  • Development teams aiming to enhance code isolation and collaboration efficiency