iiRecord
Agentic AI Atlas · PR Creation
orch-primitive:pr-creationa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:pr-creation

Structured · live

PR Creation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:pr-creation",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "PR Creation",
    "description": "Create a pull request from an agent's completed work in its isolated\nworkspace. The primitive commits staged changes, pushes the branch,\nopens the PR against the target branch with a generated title and\ndescription, and links back to the originating task or issue for\ntraceability.\n",
    "orchestrationKind": "task-lifecycle",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:pr-creation",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:pr-creation",
      "to": "topic:code-review-best-practices",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:pr-creation",
      "to": "workflow:pull-request-lifecycle",
      "kind": "orch_implements_workflow",
      "attributes": {}
    },
    {
      "from": "orch-primitive:pr-creation",
      "to": "orch-primitive:workspace-cleanup",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "orch-primitive:task-complete",
      "to": "orch-primitive:pr-creation",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:sweep-ai.core@current",
      "to": "orch-primitive:pr-creation",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-ui-impl:vibe-kanban.ui@current",
      "to": "orch-primitive:pr-creation",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}