II.
Methodology JSON
Structured · livemethodology:spec-kit
Spec Kit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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
}
}
]
}