II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:branch-management
Branch Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:branch-management",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Branch Management",
"description": "Create, switch, and merge git branches for agent work isolation. The\nprimitive handles branch naming conventions, conflict detection, and\ncleanup of merged or abandoned branches. It integrates with the\nworkspace-create and workspace-cleanup primitives to provide end-to-end\nversion-control isolation for orchestrated agent work.\n",
"orchestrationKind": "workspace-lifecycle",
"trigger": "event-driven"
},
"outgoingEdges": [
{
"from": "orch-primitive:branch-management",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:branch-management",
"to": "topic:trunk-based-development",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:branch-management",
"to": "skill-area:ci-cd",
"kind": "orch_requires_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "orch-primitive:branch-management",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}