II.
Methodology JSON
Structured · livemethodology:bmad-method
BMAD Method json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:bmad-method",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "BMAD Method",
"description": "An AI-driven agile development framework with 10 specialized agent personas and\n4 lifecycle phases (Analysis, Planning, Solutioning, Implementation). Features\nadaptive scaling based on project complexity, Party Mode for multi-agent\ncollaborative decision-making, Quick Flow for lean solo-developer workflows,\nand course correction for mid-sprint quality issues.\n",
"methodologyKind": "ai-assisted",
"origin": "BMad Code Org"
},
"outgoingEdges": [
{
"from": "methodology:bmad-method",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--bmad-analysis",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--bmad-document-project",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--bmad-implementation",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--bmad-orchestrator",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--bmad-party-mode",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--bmad-quick-flow",
"to": "methodology:bmad-method",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}