init
Initialize a spec-spine session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Initialize a spec-spine 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
Review the current diff for correctness bugs and spec drift, then emit an evidence-oriented findings list
Execute a plan file step-by-step with progress tracking and phase checkpoints
Initialize a session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Modularize large CLAUDE.md files with path-scoped rules and doc extraction
Deep research with parallel sub-agents, query classification, and filesystem artifact passing
| name | init |
| description | Initialize a spec-spine session by executing the cross-agent New Sessions protocol declared in AGENTS.md. |
Thin Claude-Code dispatcher. The canonical protocol lives in
AGENTS.md § New Sessions under the AAIF/Linux Foundation
cross-agent standard.
AGENTS.md: the section from ## New Sessions inclusive to
the next ## heading exclusive. That section is the step list.## initialized: spec-spine block).This dispatcher does not duplicate the step list. AGENTS.md is the single source of truth read by Claude Code, Codex CLI, Cursor, Copilot, and any future agent.
The protocol drives the library through its own built binary
(target/release/spec-spine), not the published npm/py distributions.
If the binary is missing, build it with
cargo build --release -p spec-spine-cli and continue.