II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:plan-review
Plan Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:plan-review",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/canonical-interaction-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Plan Review",
"description": "Show-the-plan-and-approve interaction (e.g. claude-code's plan mode\nsurfaces a structured plan for the user to review/edit/accept before\nexecution).\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:approval",
"availableInModes": [
"plan"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:plan-review",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:plan-review",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}