iiRecord
Agentic AI Atlas · phase-transition:intake-to-plan
phase-transition:intake-to-plana5c.ai
II.
PhaseTransition JSON

phase-transition:intake-to-plan

Structured · live

phase-transition:intake-to-plan json

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

File · lifecycle/phase-transitions/intake-to-plan.yamlCluster · lifecycle
Record JSON
{
  "id": "phase-transition:intake-to-plan",
  "_kind": "PhaseTransition",
  "_file": "lifecycle/phase-transitions/intake-to-plan.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "fromPhaseId": "phase:intake",
    "toPhaseId": "phase:plan",
    "gate": "requirements_clarified == true",
    "stopMessage": "Cannot enter plan: requirements still ambiguous. Continue interviewing\nthe user until requirements are clear, then re-attempt the transition.\n"
  },
  "outgoingEdges": [
    {
      "from": "phase-transition:intake-to-plan",
      "to": "phase:intake",
      "kind": "from_phase"
    },
    {
      "from": "phase-transition:intake-to-plan",
      "to": "phase:plan",
      "kind": "to_phase"
    }
  ],
  "incomingEdges": []
}