git-worktree-manager

star 0

Use this skill when coordinating parallel agent development with isolated git worktrees or dedicated branches.

roshanis By roshanis schedule Updated 3/1/2026

name: git-worktree-manager description: Use this skill when coordinating parallel agent development with isolated git worktrees or dedicated branches.

Git Worktree Manager

Purpose

Keep agent changes isolated to reduce merge conflicts and make reviews deterministic.

Standard Layout

  • codex-worktree: implementation branch/worktree.
  • claude-worktree: review branch/worktree.
  • main: protected integration baseline.

Workflow

  1. Create or refresh worktree from main.
  2. Make focused commits with explicit scope.
  3. Reviewer compares branch against main and logs findings.
  4. Land only after human GO.

Guardrails

  • Never force-push shared branches.
  • Never delete or rewrite history without explicit human approval.
  • Add worktree creation and cleanup commands to agents-build-log.md.
Install via CLI
npx skills add https://github.com/roshanis/voice_claws --skill git-worktree-manager
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator