iiRecord
Agentic AI Atlas · Bottom-Up Development
methodology:bottom-upa5c.ai
II.
Methodology JSON

methodology:bottom-up

Structured · live

Bottom-Up Development json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:bottom-up",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Bottom-Up Development",
    "description": "A development approach that builds foundational components first, then composes\nthem upward. Identifies primitive/foundational components, implements and\nthoroughly tests base components, builds a reusable component library, composes\nbase components into higher-level components, tests composed components, and\ncontinues composing upward until the system is complete with final integration.\n",
    "methodologyKind": "orchestration",
    "origin": "Classic software engineering"
  },
  "outgoingEdges": [
    {
      "from": "methodology:bottom-up",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--bottom-up",
      "to": "methodology:bottom-up",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}