iiRecord
Agentic AI Atlas · AutoMaker
methodology:automakera5c.ai
II.
Methodology JSON

methodology:automaker

Structured · live

AutoMaker json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "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
      }
    }
  ]
}