원클릭으로
agent-collaboration
Standard collaboration protocol for all squad agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Standard collaboration protocol for all squad agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | agent-collaboration |
| description | Standard collaboration protocol for all squad agents |
| domain | team-workflow |
| confidence | high |
| source | extracted from 11 agent charters during reskill optimization |
All squad agents follow the same collaboration protocol. This was previously duplicated in every charter (~650 bytes each). Now injected via spawn prompt; this skill documents the canonical protocol for reference.
git rev-parse --show-toplevel to find the repo root, or use the TEAM ROOT from the spawn prompt.squad/ paths resolve relative to the repo root — never assume CWD is root.squad/decisions.md for team decisions that affect you.squad/decisions/inbox/{agent}-{brief-slug}.mddecisions.md (agents don't edit decisions.md directly)git add specific files (never blanket git add .)git commit with a clear message describing what and whyCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> as a trailergit add . — be explicit about staged filesdecisions.md directly — use the inboxKeep prompt template behavior consistent across CLI and cron by reusing one resolver pipeline.
Prevent gateway projects from taking compile-time dependencies on extension assemblies.
Prevent refresh regressions by paging conversation history from newest entries
Fast session investigation using BotNexus Probe CLI (preferred) or Python helper scripts. Use when debugging session state, resuming issues, message routing, checking what sessions exist for an agent, reviewing gateway logs for errors, or correlating events across logs/sessions/traces.
Use when creating GitHub issues, opening worktrees, naming branches, or managing the full lifecycle of a work item on sytone/botnexus. Enforces consistent issue titles, label application, worktree creation, branch naming, PR linking, and cleanup. Triggers on: "create an issue", "open a worktree", "start work on", "file a bug", "add an issue for", "new feature issue", "track this as an issue".
Design spec lifecycle management — creating, reviewing, transitioning, and archiving specs in docs/planning/