II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:human-review-gate
Human Review Gate json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:human-review-gate",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Human Review Gate",
"description": "Pause the task pipeline at a designated review checkpoint and surface\nthe agent's diff or output to a human reviewer. The primitive\nattaches the PR or output artifact to a review request (via Slack,\nemail, GitHub PR review, or dashboard), waits for an explicit\napprove/request-changes decision, and either continues the workflow\nor triggers result-validation and retry based on the reviewer's\nfeedback.\n",
"orchestrationKind": "approval-gate",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:human-review-gate",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "topic:human-in-the-loop",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "topic:code-review-best-practices",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "skill-area:project-planning",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "skill-area:operations-automation",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "orch-primitive:auto-merge",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "orch-primitive:result-validation",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:cursor.core@current",
"to": "orch-primitive:human-review-gate",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:vibe-kanban.core@current",
"to": "orch-primitive:human-review-gate",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}