II.
Workflow JSON
Structured · liveworkflow:roadmap-review
Roadmap Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:roadmap-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-product-mgmt.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Roadmap Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Conducts a structured review of the product and engineering roadmap —\naligning strategic goals with technical capacity, re-prioritizing\ninitiatives based on new data, resolving cross-team resource conflicts,\nand publishing the updated roadmap. Excludes individual project planning.\n"
},
"outgoingEdges": [
{
"from": "workflow:roadmap-review",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "skill-area:domain-driven-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "responsibility:capacity-planning",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "responsibility:vendor-evaluation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:roadmap-review",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}