Worktree Isolation
SkillDev toolsLets your agent create and manage isolated Git worktrees for developing features without disturbing your main branch.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Worktree Isolation skill
About this capability
Git worktree management for safe, isolated feature development. Creates, manages, and cleans up worktrees with branch naming and dependency setup.
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/automaker/skills/worktree-isolation/SKILL.md and read by ahel’s review.
Manage git worktree lifecycle for safe, isolated parallel development.
Agent
Worktree Manager - automaker-worktree-manager
Workflow
- Create new branch from base (feature/)
- Set up git worktree in .worktrees/ directory
- Verify worktree isolation
- Install dependencies in worktree
- After completion, merge or preserve worktree
- Clean up merged worktrees, preserve failed ones
Inputs
projectName- Project namefeatureId- Feature identifierbaseBranch- Base branch for worktree creation
Outputs
- Worktree path, branch name, isolation status
Process Files
automaker-orchestrator.js- Phase 3 (setup) and cleanupautomaker-agent-execution.js- Stage 1automaker-review-ship.js- Stage 3 (merge)
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
worktree-isolation- Source
- github.com/a5c-ai/babysitter