II.
Workflow JSON
Structured · liveworkflow:design-sprint-process
Design Sprint Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:design-sprint-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Design Sprint Process",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-initiative",
"complexity": "cross-team",
"description": "Five-day design sprint — problem mapping, solution sketching,\ndecision making, prototyping, and user testing. Rapidly validates\nproduct ideas with real users before committing engineering resources.\nFollows the Google Ventures design sprint methodology.\n"
},
"outgoingEdges": [
{
"from": "workflow:design-sprint-process",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "role:product-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "role:design-researcher",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "skill-area:prototyping",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "skill-area:user-research",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "skill-area:interaction-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "domain:customer-experience",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-sprint-process",
"to": "responsibility:user-research",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}