II.
Methodology JSON
Structured · livemethodology:double-diamond
Double Diamond json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:double-diamond",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Double Diamond",
"description": "A design thinking framework visualizing the design process through four phases:\nDiscover, Define, Develop, and Deliver. Two diamonds represent problem space\n(Discover to Define) and solution space (Develop to Deliver). Each diamond\nencompasses divergent thinking (exploring broadly without judgment) followed by\nconvergent thinking (taking focused action toward a clear outcome).\n",
"methodologyKind": "design-thinking",
"origin": "British Design Council",
"yearIntroduced": "2005"
},
"outgoingEdges": [
{
"from": "methodology:double-diamond",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--double-diamond",
"to": "methodology:double-diamond",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}