Worktree isolation
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/worktree-isolation
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill worktree-isolationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, as published. Nobody here has run it
Worktree Isolation
Manage git worktree lifecycle for safe, isolated parallel development.
Agent
Worktree Manager - automaker-worktree-manager
Workflow
- Create new branch from base (feature/<id>)
- 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)