iiRecord
Agentic AI Atlas · Context Injection
orch-primitive:context-injectiona5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:context-injection

Structured · live

Context Injection 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:context-injection",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Context Injection",
    "description": "Inject relevant context into an agent's system prompt or initial user\nmessage before dispatch. The primitive assembles codebase summaries,\nprior run transcripts, relevant documentation excerpts, and\nenvironment variables, then merges them into the agent's prompt\ntemplate. Ensures the agent starts with the right information\nwithout requiring tool calls for basic orientation.\n",
    "orchestrationKind": "dispatch",
    "trigger": "event-driven"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:context-injection",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:context-injection",
      "to": "topic:agent-dispatch",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:context-injection",
      "to": "topic:agent-process-library",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:context-injection",
      "to": "skill-area:ai-agent-development",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:context-injection",
      "to": "orch-primitive:agent-dispatch",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:a5c.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:babysitter-agent.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:cursor.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}