II.
Methodology JSON
Structured · livemethodology:story-mapping
Story Mapping json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:story-mapping",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Story Mapping",
"description": "A collaborative planning technique that arranges user stories into a two-dimensional\nmap. The horizontal axis represents the user journey (activities and tasks in\nsequence), while the vertical axis represents priority (walking skeleton at top,\nenhancements below). Slicing horizontally produces viable release increments\nthat deliver end-to-end user value rather than isolated features.\n",
"methodologyKind": "product-development",
"origin": "Jeff Patton",
"yearIntroduced": "2005"
},
"outgoingEdges": [
{
"from": "methodology:story-mapping",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "methodology:story-mapping",
"to": "domain:project-management",
"kind": "applies_to"
}
],
"incomingEdges": []
}