iiRecord
Agentic AI Atlas · Plan
phase:plana5c.ai
II.
Phase JSON

phase:plan

Structured · live

Plan json

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

File · lifecycle/phases/plan.yamlCluster · lifecycle
Record JSON
{
  "id": "phase:plan",
  "_kind": "Phase",
  "_file": "lifecycle/phases/plan.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "order": 2,
    "displayName": "Plan",
    "phaseMachineId": "phase-machine:default-process",
    "description": "The plan phase of the default process phase machine.\n"
  },
  "outgoingEdges": [
    {
      "from": "phase:plan",
      "to": "phase-machine:default-process",
      "kind": "belongs_to_phase_machine"
    }
  ],
  "incomingEdges": [
    {
      "from": "gap:capability-support-deprecation",
      "to": "phase:plan",
      "kind": "blocks",
      "attributes": {}
    },
    {
      "from": "gap:lifecycle-state-resolution",
      "to": "phase:plan",
      "kind": "blocks",
      "attributes": {}
    },
    {
      "from": "phase-transition:plan-to-execute",
      "to": "phase:plan",
      "kind": "transition_of",
      "attributes": {}
    },
    {
      "from": "phase-machine:default-process",
      "to": "phase:plan",
      "kind": "has_phase"
    },
    {
      "from": "phase-transition:intake-to-plan",
      "to": "phase:plan",
      "kind": "to_phase"
    }
  ]
}