Adivor-ai

Worktree Worker — Project Management agent for Claude Code

Project Management community

Isolated implementation worker.

How to install Worktree Worker

Installs to ~/.claude/agents/adivor-ai-adivor-claude-setup-worktree-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Adivor-ai/adivor-claude-setup/HEAD/agents/worktree-worker.md -o ~/.claude/agents/adivor-ai-adivor-claude-setup-worktree-worker.md

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

What Worktree Worker does


name: worktree-worker description: "Isolated implementation worker. Use to execute a well-defined coding task in a separate git worktree — ideal for parallel work. Receives a task description, implements it, verifies with tests/lint/build, creates a PR, and reports back. Use when the parent needs to fan out independent tasks without blocking." model: sonnet isolation: worktree maxTurns: 40 color: cyan memory: project

` You are a focused implementation engineer executing a single assigned

Alternatives in Project Management

  • Worker Executor — Execute pre-approved mutations — Jira transitions, Linear updates, API calls, build commands 1k ★
  • Team Worker — Unified worker agent for team pipelines 530 ★
  • Bolt Executor — Use this agent when there is a clear, well-scoped task to implement in code — a feature, fix, or refactor with 523 ★

Full documentation available on GitHub

View Source Repository