iiRecord
Agentic AI Atlas · Spec Kit
methodology:spec-kita5c.ai
II.
Methodology JSON

methodology:spec-kit

Structured · live

Spec Kit json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:spec-kit",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Spec Kit",
    "description": "GitHub's spec-driven development methodology where specifications define what\nbefore how, with multi-step progressive refinement. Pipeline: constitution\n(governance) to specification (requirements) to plan (architecture) to tasks\n(actionable steps) to implementation (code). Supports greenfield, brownfield,\nand creative exploration modes with quality-gated convergence and human approval\ngates between phases.\n",
    "methodologyKind": "quality-focused",
    "origin": "GitHub"
  },
  "outgoingEdges": [
    {
      "from": "methodology:spec-kit",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--spec-kit-implementation",
      "to": "methodology:spec-kit",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--spec-kit-orchestrator",
      "to": "methodology:spec-kit",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--spec-kit-planning",
      "to": "methodology:spec-kit",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--spec-kit-specification",
      "to": "methodology:spec-kit",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}