iiRecord
Agentic AI Atlas · Feature-Driven Development (FDD)
methodology:feature-driven-developmenta5c.ai
II.
Methodology JSON

methodology:feature-driven-development

Structured · live

Feature-Driven Development (FDD) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "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
      }
    }
  ]
}