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-orchestrationFrom the repository description
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, 202 tokens by cl100k_base, 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)
What ships with it: 1 file
190 B alongside SKILL.md
- README.md190 B