Coordinate Peer Sessions

Coordinate safely with a peer interactive session sharing the same git worktree — check first whether a separate worktree removes the problem, then declare path and branch scope before the first edit, survive a contended index lock, and review the whole branch before opening a PR. Activate when starting work in a repository that may already be occupied, when a git command fails with `index.lock: File exists`, when `guard:snapshot` refuses because a snapshot already exists, or when a commit turns out to contain a file this session never edited. Distinct from subagent concurrency: a peer session cannot be bracketed, because no baseline exists from before its edits.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/coordinate-peer-sessions commit d5394f9ed9

Frequently asked questions

npx skillmds@latest add pjt222/coordinate-peer-sessions