II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:task-assign
Task Assign json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:task-assign",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Task Assign",
"description": "Assign a task to a specific agent with atomic checkout semantics. The\nassignment is transactional — no two agents can claim the same task. The\nprimitive handles agent selection, capacity checks, and marks the task as\nchecked-out in the orchestrator's state store.\n",
"orchestrationKind": "task-lifecycle",
"trigger": "event-driven"
},
"outgoingEdges": [
{
"from": "orch-primitive:task-assign",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:task-assign",
"to": "skill-area:project-planning",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:task-assign",
"to": "orch-primitive:workspace-create",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:paperclip.core@current",
"to": "orch-primitive:task-assign",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "orch-primitive:task-create",
"to": "orch-primitive:task-assign",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:dependency-resolution",
"to": "orch-primitive:task-assign",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:priority-queue",
"to": "orch-primitive:task-assign",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "orch-primitive:task-assign",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}