II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:issue-tracker-sync
Issue Tracker Sync json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:issue-tracker-sync",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Issue Tracker Sync",
"description": "Synchronize task state with an external issue tracker (GitHub Issues,\nLinear, Jira, etc.). The primitive pushes status updates, comments,\nlabels, and assignee changes from the orchestrator's internal state\nto the tracker, and pulls back human edits such as priority changes\nor re-assignments. Keeps the tracker as the canonical human-readable\nrecord of work in flight.\n",
"orchestrationKind": "task-lifecycle",
"trigger": "event-driven"
},
"outgoingEdges": [
{
"from": "orch-primitive:issue-tracker-sync",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "topic:agent-orchestration-products",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "topic:event-driven-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "skill-area:project-planning",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "skill-area:operations-automation",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "orch-primitive:task-create",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:vibe-kanban.core@current",
"to": "orch-primitive:issue-tracker-sync",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}