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 职业分类
One-time contributor setup. Install spec-spine, verify the Rust toolchain, and check the governed loop (compile, index check, lint, couple) so /init can report lifecycle and structural counts.
Review the current diff for correctness bugs, guard erosion, and spec drift, then emit an evidence-oriented findings list
Create a git commit with an impact-focused conventional commit message referencing the owning spec id.
Governed pre-PR sequence: run the gate locally, review the diff, conventional commit on a feature branch, open a PR via gh
| 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: statecraft-cli summary: the lifecycle
counts reported by spec-spine registry status-report --json --nonzero-only and the next pending spec in the 002-005 build backlog.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.