iiRecord
Agentic AI Atlas · Double Diamond
methodology:double-diamonda5c.ai
II.
Methodology JSON

methodology:double-diamond

Structured · live

Double Diamond json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "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
      }
    }
  ]
}