iiRecord
Agentic AI Atlas · Plan-and-Execute
interaction-pattern:plan-executea5c.ai
II.
InteractionPattern JSON

interaction-pattern:plan-execute

Structured · live

Plan-and-Execute json

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

File · extensions/interaction-patterns/interaction-patterns-canonical.yamlCluster · extensions
Record JSON
{
  "id": "interaction-pattern:plan-execute",
  "_kind": "InteractionPattern",
  "_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Plan-and-Execute",
    "description": "Two-stage shape: a planner model emits a structured plan; an executor\nmodel carries out steps. Decouples reasoning from action; common in\nlong-horizon agentic workflows.\n"
  },
  "outgoingEdges": [
    {
      "from": "interaction-pattern:plan-execute",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}