iiRecord
Agentic AI Atlas · Spec-Driven Development
methodology:spec-driven-developmenta5c.ai
II.
Methodology JSON

methodology:spec-driven-development

Structured · live

Spec-Driven Development json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:spec-driven-development",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Spec-Driven Development",
    "description": "A GitHub Spec-Kit inspired workflow where executable specifications drive\nimplementation through a five-step development cycle: Constitution (establish\ngovernance principles), Specification (define requirements and user stories),\nTechnical Plan (document stack and architecture), Task Breakdown (generate\nactionable steps), and Implementation (execute according to plan). Supports\ngreenfield, brownfield, and creative exploration modes.\n",
    "methodologyKind": "quality-focused",
    "origin": "GitHub (Spec-Kit)"
  },
  "outgoingEdges": [
    {
      "from": "methodology:spec-driven-development",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "methodology:spec-driven-development",
      "to": "topic:agent-process-library",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:symphony",
      "to": "methodology:spec-driven-development",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "lib-process:shared--spec-driven-development",
      "to": "methodology:spec-driven-development",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}