II.
Methodology JSON
Structured · livemethodology:lean-startup
Lean Startup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:lean-startup",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Lean Startup",
"description": "An entrepreneurial methodology centered on the Build-Measure-Learn feedback loop.\nTeams build minimum viable products (MVPs), measure real customer behavior with\nactionable metrics (not vanity metrics), and learn whether to pivot or persevere.\nInnovation accounting tracks progress toward product-market fit, while validated\nlearning replaces elaborate upfront business plans.\n",
"methodologyKind": "product-development",
"origin": "Eric Ries",
"yearIntroduced": "2008"
},
"outgoingEdges": [
{
"from": "methodology:lean-startup",
"to": "domain:entrepreneurship",
"kind": "applies_to"
},
{
"from": "methodology:lean-startup",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": []
}