II.
Workflow JSON
Structured · liveworkflow:design-system-maintenance
Design System Maintenance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:design-system-maintenance",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-quality-frontend.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Design System Maintenance",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "cross-team",
"description": "Governs the shared component library and design tokens — adding new\ncomponents, deprecating old ones, versioning, and ensuring cross-product\nconsistency. Excludes product-specific UI work.\n"
},
"outgoingEdges": [
{
"from": "workflow:design-system-maintenance",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "skill-area:react-state-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "skill-area:react-state-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-system-maintenance",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:storybook-design-system",
"to": "workflow:design-system-maintenance",
"kind": "follows_workflow"
},
{
"from": "stack-profile:visual-regression-testing",
"to": "workflow:design-system-maintenance",
"kind": "follows_workflow"
},
{
"from": "tool:storybook",
"to": "workflow:design-system-maintenance",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Storybook is a canonical component-system projection surface."
}
},
{
"from": "tool-server:mcp-figma",
"to": "workflow:design-system-maintenance",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Design tokens, components, and files project design-system state."
}
},
{
"from": "tool-server:mcp-adobe-creative-cloud-candidate",
"to": "workflow:design-system-maintenance",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Design assets are relevant to component and brand-system maintenance."
}
}
]
}