II.
Workflow JSON
Structured · liveworkflow:design-review
Design Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:design-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-product-design.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Design Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-feature",
"complexity": "cross-team",
"description": "Evaluates UX and visual design proposals before implementation —\nreviewing mockups for accessibility, consistency with design system,\ninteraction patterns, responsive behavior, and alignment with product\nrequirements. Excludes code review of the implementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:design-review",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "skill-area:react-state-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "skill-area:react-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "responsibility:write-rfc-documents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-review",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:social-media-platform",
"to": "workflow:design-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:storybook-design-system",
"to": "workflow:design-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:photo-gallery-dam",
"to": "workflow:design-review",
"kind": "follows_workflow"
}
]
}