iiRecord
Agentic AI Atlas · Mob Programming
methodology:mob-programminga5c.ai
II.
Methodology JSON

methodology:mob-programming

Structured · live

Mob Programming json

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

File · domain/methodologies/methodologies-expanded.yamlCluster · domain
Record JSON
{
  "id": "methodology:mob-programming",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies-expanded.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Mob Programming",
    "description": "A software development approach where the whole team works on the same thing,\nat the same time, in the same space, and at the same computer. One person\nacts as the Driver (typing), while the rest are Navigators (directing strategy).\nRoles rotate on a timer. Produces high-quality code through continuous review\nand shared ownership while rapidly spreading knowledge across the team.\n",
    "methodologyKind": "collaborative",
    "origin": "Woody Zuill",
    "yearIntroduced": "2012"
  },
  "outgoingEdges": [
    {
      "from": "methodology:mob-programming",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": []
}