Subagent Conflict Detection

Use before dispatching a subagent with `isolation:"worktree"`, or while another subagent is in flight, to avoid three dispatch hazards — file-scope overlap with an in-flight subagent, a stale dispatch base, and collisions with another live agent/session editing the same checkout or git-submodule path. Invoke when about to call the Agent tool with `isolation:"worktree"`; when another subagent is running; right after a merge or branch switch (verify the dispatch base first); or when another Claude session is editing a shared repo/submodule path.

wei18 e0dc9ab 10.9 KB Updated

File contents

wei18/apple-dev-skills/tree/main/collaboration-skills/skills/subagent-conflict-detection commit e0dc9abf75

Frequently asked questions

npx skillmds@latest add wei18/subagent-conflict-detection