iiRecord
Agentic AI Atlas · Plan-Act-Reflect
interaction-pattern:plan-act-reflecta5c.ai
II.
InteractionPattern JSON

interaction-pattern:plan-act-reflect

Structured · live

Plan-Act-Reflect 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-act-reflect",
  "_kind": "InteractionPattern",
  "_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Plan-Act-Reflect",
    "description": "Three-phase loop: plan a step, act on it, reflect on the outcome and\nupdate the plan. Reflection enables self-correction without external\nfeedback. Used in Reflexion (Shinn et al. 2023).\n"
  },
  "outgoingEdges": [
    {
      "from": "interaction-pattern:plan-act-reflect",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}