iiRecord
Agentic AI Atlas · ATDD/TDD
methodology:atdd-tdda5c.ai
II.
Methodology JSON

methodology:atdd-tdd

Structured · live

ATDD/TDD json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:atdd-tdd",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "ATDD/TDD",
    "description": "A combined approach that uses acceptance tests (ATDD) at the feature level to\ndrive unit-level test-driven development (TDD). The dual-layer testing strategy\nensures both external quality (building the right thing via acceptance criteria)\nand internal quality (building it right via Red-Green-Refactor). Acceptance tests\nbecome living documentation while unit tests drive emergent design.\n",
    "methodologyKind": "quality-focused",
    "origin": "Dan North, Kent Beck"
  },
  "outgoingEdges": [
    {
      "from": "methodology:atdd-tdd",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--atdd-tdd",
      "to": "methodology:atdd-tdd",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}