iiRecord
Agentic AI Atlas · Task Create
orch-primitive:task-createa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:task-create

Structured · live

Task Create 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:task-create",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Task Create",
    "description": "Create a new task or issue for agent execution. The task may originate from\nan issue tracker poll, a manual user action, or an upstream orchestration\nevent. The primitive normalizes the task into the orchestrator's internal\nschema and queues it for assignment.\n",
    "orchestrationKind": "task-lifecycle",
    "trigger": "event-driven"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:task-create",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:task-create",
      "to": "topic:agent-orchestration-products",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:task-create",
      "to": "skill-area:project-planning",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:task-create",
      "to": "orch-primitive:task-assign",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:babysitter-agent.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:paperclip.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "orch-primitive:poll-tick",
      "to": "orch-primitive:task-create",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "orch-primitive:issue-tracker-sync",
      "to": "orch-primitive:task-create",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "agent-ui-impl:vibe-kanban.ui@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}