원클릭으로
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.