iiRecord
Agentic AI Atlas · Shape Up
methodology:shape-upa5c.ai
II.
Methodology JSON

methodology:shape-up

Structured · live

Shape Up json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:shape-up",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Shape Up",
    "description": "Basecamp's methodology for building products through fixed-time, variable-scope\ncycles. Emphasizes appetite-driven development (how much time to spend, not how\nlong it will take), thoughtful upfront shaping, strategic betting by senior team,\nautonomous team execution, and hill charts for visual progress tracking. Features\n6-week cycles with circuit breaker (no automatic extensions) and no backlogs.\n",
    "methodologyKind": "agile",
    "origin": "Ryan Singer, Basecamp",
    "yearIntroduced": "2019"
  },
  "outgoingEdges": [
    {
      "from": "methodology:shape-up",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--shape-up",
      "to": "methodology:shape-up",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}