II.
Methodology JSON
Structured · livemethodology:feature-driven-development
Feature-Driven Development (FDD) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:feature-driven-development",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Feature-Driven Development (FDD)",
"description": "An agile methodology organizing software development around building small,\nclient-valued features in short, predictable cycles. Five-step process: Develop\nOverall Model, Build Features List, Plan by Feature, Design by Feature, Build by\nFeature. Particularly suited for large teams (15-500+ developers) and enterprise\nprojects requiring rigorous tracking with high visibility of progress.\n",
"methodologyKind": "agile",
"origin": "Jeff De Luca, Peter Coad",
"yearIntroduced": "1997"
},
"outgoingEdges": [
{
"from": "methodology:feature-driven-development",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--feature-driven-development",
"to": "methodology:feature-driven-development",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}