iiRecord
Agentic AI Atlas · Spiral Model
methodology:spiral-modela5c.ai
II.
Methodology JSON

methodology:spiral-model

Structured · live

Spiral Model json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:spiral-model",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Spiral Model",
    "description": "A risk-driven software development process combining iterative development with\nsystematic aspects of waterfall. Development progresses through multiple spirals,\neach containing four phases: Planning (objectives, alternatives, constraints),\nRisk Analysis (identify and resolve risks through prototyping), Engineering\n(develop and verify), and Evaluation (review and plan next spiral). Radial\ndimension represents cumulative cost, angular dimension represents phase progress.\n",
    "methodologyKind": "plan-driven",
    "origin": "Barry Boehm",
    "yearIntroduced": "1986"
  },
  "outgoingEdges": [
    {
      "from": "methodology:spiral-model",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--spiral-model",
      "to": "methodology:spiral-model",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}