II.
Workflow JSON
Structured · liveworkflow:team-formation
Team Formation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:team-formation",
"_kind": "Workflow",
"_file": "domain/workflows/workflows-onboarding.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Team Formation",
"description": "Complex cross-team workflow activated during organisational restructuring, new product\ninvestment, or significant headcount growth that requires forming or reforming engineering\nteams. Engineering leadership defines team topologies aligned with product domains and\ncognitive load principles. Role requirements are mapped to hiring plans or internal\nmobility opportunities. Reporting lines, communication norms, and responsibilities are\ndocumented. Infrastructure, tooling, and access are provisioned for the new team.\nKick-off sessions establish team identity, working agreements, and initial backlog.\nThe workflow minimises disruption during reorganisations and sets new teams up for\nrapid, autonomous delivery from day one.\n",
"workflowKind": "onboarding",
"triggerType": "on-demand",
"typicalCadence": "per-reorg",
"complexity": "complex"
},
"outgoingEdges": [
{
"from": "workflow:team-formation",
"to": "role:vp-engineering",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "role:engineering-manager",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "role:cto",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "role:project-manager",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "role:scrum-master",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "role:it-ops-engineer",
"kind": "involves_role"
},
{
"from": "workflow:team-formation",
"to": "domain:platform-engineering",
"kind": "applies_to_domain"
},
{
"from": "workflow:team-formation",
"to": "domain:software-engineering",
"kind": "applies_to_domain"
},
{
"from": "workflow:team-formation",
"to": "responsibility:hiring",
"kind": "triggers_responsibility"
},
{
"from": "workflow:team-formation",
"to": "responsibility:mentoring",
"kind": "triggers_responsibility"
},
{
"from": "workflow:team-formation",
"to": "responsibility:stakeholder-communication",
"kind": "triggers_responsibility"
},
{
"from": "workflow:team-formation",
"to": "responsibility:knowledge-sharing",
"kind": "triggers_responsibility"
}
],
"incomingEdges": [
{
"from": "lib-process:product-management--product-launch-gtm",
"to": "workflow:team-formation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:product-management--stakeholder-alignment",
"to": "workflow:team-formation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
]
}