II.
PhaseTransition JSON
Structured · livephase-transition:intake-to-plan
phase-transition:intake-to-plan json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}