II.
Methodology JSON
Structured · livemethodology:maestro
Maestro App Factory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:maestro",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Maestro App Factory",
"description": "Multi-agent orchestration mimicking high-performing human dev teams for\nproduction-ready applications. Three core agent roles (Product Manager, Architect,\nCoders) with strict separation of concerns: architects never write code, coders\nnever self-review. Features operating modes (Bootstrap, Development, Hotfix,\nMaintenance), a knowledge graph for institutional memory, quality gates with\nDRY/YAGNI enforcement, and parallel coder dispatch.\n",
"methodologyKind": "orchestration",
"origin": "SnapdragonPartners"
},
"outgoingEdges": [
{
"from": "methodology:maestro",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--maestro-bootstrap",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--maestro-development",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--maestro-hotfix",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--maestro-knowledge-graph",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--maestro-maintenance",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--maestro-orchestrator",
"to": "methodology:maestro",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}