II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vibe-kanban-task-card
Vibe Kanban Task Card json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vibe-kanban-task-card",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/vibe-kanban-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban Task Card",
"description": "Draggable kanban card representing a single agent work item. Each card\ncontains task description, assigned coding agent, git worktree path,\nprogress indicators, and inline code review gates at column transitions.\nCards can be dragged between columns (todo, in-progress, review, done)\nto trigger agent lifecycle actions. The card surface shows real-time\nstreaming output from the assigned agent, branch status, and PR readiness.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:vibe-kanban-task-card",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "interaction-primitive:vibe-kanban-task-card",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}