II.
Methodology JSON
Structured · livemethodology:hypothesis-driven-development
Hypothesis-Driven Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:hypothesis-driven-development",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hypothesis-Driven Development",
"description": "A Lean Startup methodology treating product features as scientific experiments.\nTeams formulate testable hypotheses about outcomes and measure whether features\nachieve them through rigorous A/B testing and data analysis. Philosophy: build\nto learn, not to launch. Every feature is an experiment with measurable success\ncriteria; every experiment is a learning opportunity to validate or invalidate\nassumptions.\n",
"methodologyKind": "research",
"origin": "Eric Ries (The Lean Startup)",
"yearIntroduced": "2011"
},
"outgoingEdges": [
{
"from": "methodology:hypothesis-driven-development",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--hypothesis-driven-development",
"to": "methodology:hypothesis-driven-development",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}