init
Initialize a session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize a session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run dead-code and duplicate-code detection across the codebase, get categorized cleanup recommendations
Execute a plan file step-by-step with progress tracking and phase checkpoints
One-time contributor setup. Install spec-spine and verify the governed loop (compile, index check, lint, couple) so /init can report lifecycle and structural counts.
| name | init |
| description | Initialize a session by executing the cross-agent New Sessions protocol declared in AGENTS.md. |
Thin dispatcher. The canonical protocol lives in AGENTS.md § New Sessions
under the AAIF/Linux Foundation cross-agent standard (the same file is read by
Claude Code, Codex CLI, Cursor, Copilot, and any future agent).
AGENTS.md: the section from ## New Sessions inclusive to the next
## heading exclusive. That section is the step list.## initialized: enrahitu block).This dispatcher deliberately does not duplicate the step list: AGENTS.md is
the single source of truth. Evolve the protocol by editing AGENTS.md, never
this file, so every agent stays in sync.
The protocol performs its governed reads through the installed spec-spine
binary on your PATH. If spec-spine is not found, run /setup first.