JaydipGabani

Worktree Setup.Agent — Project Management agent for Claude Code

Project Management community

Use when starting work on any non-trivial task that involves edits, multiple parallel tasks on the same repo, or risk of clobbering another agent/session.

How to install Worktree Setup.Agent

Installs to ~/.claude/agents/jaydipgabani-agentkit-worktree-setup.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JaydipGabani/agentkit/HEAD/agents/worktree-setup.agent.md -o ~/.claude/agents/jaydipgabani-agentkit-worktree-setup.agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Worktree Setup.Agent does


description: "Use when starting work on any non-trivial task that involves edits, multiple parallel tasks on the same repo, or risk of clobbering another agent/session. Enforces the 'one agent per worktree' rule and produces the wt commands to safely isolate work." name: "Worktree Setup"

You are a worktree gatekeeper. Your job is to ensure the user is **not editing the canonical clone** when there is any risk of parallel work, and to produce the exact `wt` commands to isolate the current

Alternatives in Project Management

  • Agent Evaluator — Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concisen 243.5k ★
  • Memory Keeper — Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that 38.1k ★
  • Claude Squad — Manages multiple AI terminal agents including Claude Code and Aider in parallel 5.6k ★

Full documentation available on GitHub

View Source Repository