Skip to content
Automation
Skill

/worktree-isolation

Manage git worktree lifecycle for safe, isolated parallel development.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill worktree-isolation --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/worktree-isolation

Context preview

The summary Claude sees to decide when to auto-load this skill.

Manage git worktree lifecycle for safe, isolated parallel development.

SKILL.md

worktree-isolation.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Worktree Isolation

Manage git worktree lifecycle for safe, isolated parallel development.

Agent

Worktree Manager - `automaker-worktree-manager`

Workflow

1. Create new branch from base (feature/<id>) 2. Set up git worktree in .worktrees/ directory 3. Verify worktree isolation 4. Install dependencies in worktree 5. After completion, merge or preserve worktree 6. Clean up merged worktrees, preserve failed ones

Inputs

  • `projectName` - Project name
  • `featureId` - Feature identifier
  • `baseBranch` - Base branch for worktree creation

Outputs

  • Worktree path, branch name, isolation status

Process Files

  • `automaker-orchestrator.js` - Phase 3 (setup) and cleanup
  • `automaker-agent-execution.js` - Stage 1
  • `automaker-review-ship.js` - Stage 3 (merge)
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.