iiRecord
Agentic AI Atlas · Specification by Example
methodology:specification-by-examplea5c.ai
II.
Methodology JSON

methodology:specification-by-example

Structured · live

Specification by Example json

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

File · domain/methodologies/methodologies-expanded.yamlCluster · domain
Record JSON
{
  "id": "methodology:specification-by-example",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies-expanded.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Specification by Example",
    "description": "A collaborative requirements technique where teams illustrate requirements\nusing realistic examples. Key examples become executable specifications that\nserve as both documentation and automated tests. The process involves deriving\nscope from goals, specifying collaboratively, illustrating with examples,\nrefining the specification, automating validation, and evolving a living\ndocumentation system.\n",
    "methodologyKind": "quality-focused",
    "origin": "Gojko Adzic",
    "yearIntroduced": "2011"
  },
  "outgoingEdges": [
    {
      "from": "methodology:specification-by-example",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "methodology:specification-by-example",
      "to": "domain:qa-testing",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": []
}