一键导入
airlock
Transition between security compartments (research, draft, exec, breach)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Transition between security compartments (research, draft, exec, breach)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | airlock |
| description | Transition between security compartments (research, draft, exec, breach) |
The user wants to change their security compartment.
Parse the argument and write a transition request file. Do NOT run any CLI commands.
Write the JSON to .nucleus/transition-request.json:
{"target": "research", "reason": "user requested seal/research"}{"target": "draft", "reason": "user requested draft mode"}{"target": "execute", "reason": "user requested execute mode"}{"target": "breakglass:REASON", "reason": "REASON"}The transition will be validated and applied by the nucleus hook on the next tool invocation. The hook enforces single-step escalation (research -> draft -> execute -> breakglass) and will deny skip-level transitions.
After writing the file, confirm: "Airlock transition to [compartment] requested. Will take effect on next tool call."
If "breach" is requested without a reason, ask for one -- it is required.