II.
Workflow JSON
Structured · liveworkflow:quarterly-planning
Quarterly Planning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:quarterly-planning",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-cross-team.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Quarterly Planning",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Coordinates the quarterly planning cycle across all engineering teams —\ngoal setting, capacity allocation, cross-team dependency mapping,\nroadmap alignment, and commitment finalization. Excludes daily sprint planning.\n"
},
"outgoingEdges": [
{
"from": "workflow:quarterly-planning",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "skill-area:sli-slo-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "responsibility:capacity-planning",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "responsibility:run-architecture-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "org-unit:ml-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:quarterly-planning",
"to": "org-unit:data-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}