ワンクリックで
planning-protocol
Finalize architecture and lock the spec for development.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Finalize architecture and lock the spec for development.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
DEV-SQE session handoff protocol. Captures files changed, tests added, coverage data, and report paths. Updates ledger, summary, and state files. Detects design gaps and creates handoff documents when blocked.
Planning session handoff protocol. Captures task breakdowns, architecture decisions, acceptance criteria, and dependency maps. Updates ledger, summary, and state files. Produces handoff documents to DEV-SQE when tasks are ready for implementation.
Pre-PR session handoff protocol. Validates code quality, runs checks, verifies documentation, and prepares PR artifacts. Updates ledger, summary, and state files.
DEV-SQE session handoff protocol. Captures files changed (committed and uncommitted), tests added, coverage data, and report paths. Updates ledger, summary, and state files. Detects design gaps.
| name | planning-protocol |
| description | Finalize architecture and lock the spec for development. |
Work with the user to create a new file kb/specs/<YYYYMMDD>-<slug>.md.
Content Requirements:
Reset kb/sessions/planning.state.json to idle.
Acquire Atomic Lock. Append to kb/ledger/ledger.jsonl:
{
"event": "PLAN-LOCKED",
"timestamp": "<ISO-8601>",
"spec_file": "kb/specs/<filename>.md",
"native_session_id": "<brain-uuid>",
"handoff_to": "dev-sqe"
}
Release Lock.