II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vibe-kanban-agent-picker
Vibe Kanban Agent Picker json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vibe-kanban-agent-picker",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/vibe-kanban-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban Agent Picker",
"description": "Agent selection control for assigning a coding agent (Claude Code,\nCodex, Gemini CLI, etc.) to a kanban task card. Supports choosing\nfrom 10+ registered agents and configuring per-agent worktree\nisolation settings. The picker displays agent availability, supported\ncapabilities, and recent execution history to inform selection.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:configuration",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:vibe-kanban-agent-picker",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "interaction-primitive:vibe-kanban-agent-picker",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}