agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill worktree-isolation

Assembled 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

  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)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.