This skill should be used when an agent needs to create, list, extend, or remove multi-repo git worktree workspaces using the spawnpoint CLI (binary spawnpoint, shell wrapper sp). Use it when a task involves spinning up isolated worktrees for a feature branch across one or more repos, finding existing workspaces…
Use when the user wants Codex App to run a supervised engineering harness for multi-session or multi-worktree work: choose a coherent feature package, dispatch bounded isolated workers, monitor with ledger and heartbeat truth, return review findings to the original worker, merge/push/cleanup accepted branches, rescue…
The default entrypoint for one unit of work — plan, start, work with a live heartbeat, check, submit, watch status, and abort — composed entirely from the repository-manager MCP/CLI surface (rmlane, rmworktree, rmmergequeue, and rmconcepts). It never opens a raw shell, runs a direct compiler, hand-merges, or writes an…
Create and manage git worktrees for parallel, isolated work on one repository — multiple tasks at once without stashing or switching branches, risky experiments, PR review checkouts. Use when the user wants to work on several things at once, isolate a task, mentions worktrees or parallel branches/tasks/agents, or…