II.
Methodology JSON
Structured · livemethodology:shape-up
Shape Up json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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
}
}
]
}