II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:todo-write
TodoWrite json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:todo-write",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/canonical-interaction-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "TodoWrite",
"description": "Tool the agent emits to create or update a structured todo list that\nthe UI surfaces to the user (e.g. claude-code's TodoWrite tool).\n",
"kind": "prompt-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:telemetry",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:todo-write",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:todo-write",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "tool-call",
"toolCallName": "TodoWrite"
}
}
}
]
}