II.
Methodology JSON
Structured · livemethodology:automaker
AutoMaker json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:automaker",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "AutoMaker",
"description": "An autonomous AI development studio that transforms software building through\na Kanban board interface where AI agents implement features using Claude Agent SDK.\nFeatures git worktree isolation for safe parallel development, streaming UI updates,\nmulti-agent task execution, convergence loops for automatic test failure resolution,\nand integrated test automation with Vitest and Playwright.\n",
"methodologyKind": "ai-assisted",
"origin": "AutoMaker-Org"
},
"outgoingEdges": [
{
"from": "methodology:automaker",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--automaker-agent-execution",
"to": "methodology:automaker",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--automaker-feature-pipeline",
"to": "methodology:automaker",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--automaker-orchestrator",
"to": "methodology:automaker",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--automaker-review-ship",
"to": "methodology:automaker",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}