iiRecord
Agentic AI Atlas · Example Mapping
methodology:example-mappinga5c.ai
II.
Methodology JSON

methodology:example-mapping

Structured · live

Example Mapping json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:example-mapping",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Example Mapping",
    "description": "A simple, collaborative workshop technique for exploring and understanding\nrequirements before development. Uses four colored cards (Blue for Story, Yellow\nfor Rules, Green for Examples, Red for Questions) to break down user stories into\ntestable examples. Bridges the gap between high-level user stories and detailed\nacceptance criteria, making stories ready for test-driven development and BDD.\n",
    "methodologyKind": "design-thinking",
    "origin": "Matt Wynne, Cucumber Ltd",
    "yearIntroduced": "2015"
  },
  "outgoingEdges": [
    {
      "from": "methodology:example-mapping",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--example-mapping",
      "to": "methodology:example-mapping",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}