Worktree Worker — Project Management agent for Claude Code
Isolated implementation worker.
How to install Worktree Worker
Installs to ~/.claude/agents/adivor-ai-adivor-claude-setup-worktree-worker.md
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 RepositoryRelated Agents
Implement Worker
Execute a single plan task in an isolated worktree — implement, verify, and return. Spawned by implement-coord
Flowai Autonomous Task
Autonomous end-to-end task executor. Runs the full flowai pipeline without interactive prompts inside an isola
Coder Build
Implements approved plans and verifies with tests. Writes code, tests, and verification. Receives SESSION_ID a
Phase Executor
Implements a single ROADMAP task against its acceptance criteria. Dispatched by execute-roadmap (and auto-exec
Trinity
Implementation specialist. Executes ONE well-defined task per invocation — exact files, exact changes, exact v
Rs React Code Quality Check
Subagent of rs-school-react-pr-reviewer. Inspects everything except TypeScript and lint/format/bundler — namel
Related Skills
PAL Subagent Skill
pal-subagent is a one-click skill that installs and registers PAL MCP Server (Claude Code / Codex / others). O
Issue Autofix Validate
Validate the autofix queue before a run — check each queued GitHub issue is defined well enough to fix automat
Superdev Plugin
superdev — a Claude Code plugin that turns ideas into working code through brainstorm, plan, execute, and eval