# Agents Workbench - {{PROJECT_NAME}} > **Branch**: `agents-workbench` (local-only, NEVER push) > **Base**: `{{DEFAULT_BRANCH}}` ## Workflow This branch is the **coordination hub**. Source code is READ-ONLY here. All implementation happens in worktrees under `.worktrees/`. ### Quick Reference | Action | Command | |--------|---------| | Create worktree | `git worktree add .worktrees/ -b {{DEFAULT_BRANCH}}` | | List worktrees | `git worktree list` | | Remove worktree | `git worktree remove .worktrees/` | | Update workbench | `git rebase {{DEFAULT_BRANCH}}` | ## Active Worktrees | Branch | Path | Agent | Status | Started | |--------|------|-------|--------|---------| | _none yet_ | | | | | ## Tasks | # | Task | Priority | Assigned To | Worktree | Status | |---|------|----------|-------------|----------|--------| | _none yet_ | | | | | | ## Context ## Decisions ## Notes