II.
Workflow JSON
Structured · liveworkflow:design-ops-sprint
Design Ops Sprint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:design-ops-sprint",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-ux-design.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Design Ops Sprint",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "bi-weekly",
"complexity": "single-team",
"description": "Plans and executes design operations work within a sprint cadence —\nprioritizing design system contributions, reviewing component proposals,\nauditing design token usage, resolving cross-team design conflicts, and\nupdating shared Figma libraries. Excludes product feature design.\n"
},
"outgoingEdges": [
{
"from": "workflow:design-ops-sprint",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "skill-area:react-state-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "responsibility:dx-tooling-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-ops-sprint",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}