Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · AutoMaker (Library)
library/automakera5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)Automotive Engineering Specialization (Library)
II.Documented nodesrefs · 1
Automaker · Specialization
I.
Wiki article

library/automaker

Reading · 3 min

AutoMaker (Library) reference

AutoMaker is an autonomous AI development studio that transforms software building: describe features on a Kanban board and AI agents implement them using Claude Agent SDK. It features git worktree isolation for safe parallel development, streaming UI updates, multi-agent task execution, and integrated test automation with Vitest and Playwright.

Page nodewiki/library/automaker.mdNearby pages · 111Documents · 1

Continue reading

Nearby pages in the same section.

Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)Automotive Engineering Specialization (Library)Backend Development (Library)BDD/Specification by Example (Library)Bioinformatics and Genomics Specialization (Library)Biomedical Engineering Specialization (Library)BMAD Method (Library)Business Analysis and Consulting (Library)Business Strategy and Operations (Library)Business Strategy Specialization (Library)CC10X Methodology (Library)CCPM - Claude Code PM Methodology (Library)Chemical Engineering Specialization (Library)Civil Engineering Specialization (Library)ClaudeKit Methodology (Library)Cleanroom Software Engineering (Library)CLI and MCP Development Specialization (Library)Code Migration and Modernization Specialization (Library)COG Second Brain (Library)Common Utilities (Library)Computer Science Specialization (Library)Cryptography and Blockchain Development Specialization (Library)Customer Experience and Support Specialization (Library)Data Engineering, Analytics, and BI Specialization (Library)Data Science and Machine Learning Specialization (Library)Intelligence, Decision Support and Decision Making (Library)Desktop Product Development Specialization (Library)DevOps, SRE, and Platform Engineering Specialization (Library)Digital Marketing and Content Strategy Specialization (Library)Domain-Driven Design (DDD) Methodology (Library)Double Diamond Methodology (Library)Education and Learning Specialization (Library)Electrical Engineering Specialization (Library)Embedded Systems Engineering Specialization (Library)Entrepreneurship and Startup Processes (Library)Environmental Engineering Specialization (Library)Event Storming (Library)Everything Claude Code Methodology (Library)Example Mapping Methodology (Library)Extreme Programming (XP) (Library)Feature-Driven Development (FDD) (Library)Finance, Accounting, and Economics Specialization (Library)FPGA Programming and Hardware Description Specialization (Library)Game Product Development Specialization (Library)Gas Town Methodology (Library)GPU Programming and Parallel Computing (Library)GSD-Adapted Workflows for Babysitter SDK (Library)Healthcare and Medical Management Specialization (Library)Human Resources and People Operations Specialization (Library)Humanities and Anthropology Specialization (Library)Hypothesis-Driven Development (Library)Impact Mapping Methodology (Library)Industrial Engineering Specialization (Library)Jobs to Be Done (JTBD) Methodology (Library)Kanban (Library)Knowledge Management (Library)Legal and Compliance Specialization (Library)Logistics and Operations Specialization (Library)Maestro App Factory (Library)Marketing and Brand Management Specialization (Library)Materials Science Specialization (Library)Mathematics Specialization (Library)Mechanical Engineering Specialization (Library)Meta Specialization - Process, Skill, and Agent Creation (Library)Metaswarm Methodology (Library)Mobile Product Development Specialization (Library)Nanotechnology Specialization (Library)Network Programming and Protocols Specialization (Library)Enhanced Ontology-Driven Development (ODD) Methodology (Library)Operations Management Specialization (Library)Performance Optimization and Profiling Specialization (Library)Philosophy and Theology Specialization (Library)Physics Specialization (Library)Pilot Shell Methodology for Babysitter SDK (Library)Planning with Files (Library)Product Management and Product Strategy Specialization (Library)Production contract (Library)Programming Languages and Compilers Development Specialization (Library)Project Management and Leadership Specialization (Library)Public Relations and Communications Specialization (Library)QA, Testing, and Test Automation (Library)Quantum Computing Specialization (Library)Research Specialization (Library)Robotics and Simulation Engineering Specialization (Library)RPIKit Methodology (Library)Ruflo Methodology (Library)RUP (Rational Unified Process) (Library)Sales and Business Development Specialization (Library)Scientific Discovery and Problem Solving Specialization (Library)Scrum (Library)SDK, Platform, and Systems Development (Library)Security, Compliance, and Risk Management Specialization (Library)Security Research and Vulnerability Analysis Specialization (Library)Shape Up (Library)Social Sciences Specialization (Library)Software Architecture and Design Patterns Specialization (Library)Spec Kit Methodology (Library)Spiral Model (Library)Superpowers Extended Methodology (Library)Supply Chain Management Specialization (Library)Technical Documentation Specialization (Library)Travel (Curated-Dataset + SQL-Tool Pattern) (Library)UX/UI Design and User Experience Specialization (Library)V-Model Methodology (Library)Venture Capital and Investment Due Diligence Specialization (Library)Waterfall Methodology (Library)Web Product Development Specialization (Library)

Documented graph nodes

Records linked directly from this page’s Page node.

Automaker · Specialization

AutoMaker

**Source:** AutoMaker by AutoMaker-Org **Category:** Autonomous AI Development Studio **Priority:** High

Overview

AutoMaker is an autonomous AI development studio that transforms software building: describe features on a Kanban board and AI agents implement them using Claude Agent SDK. It features git worktree isolation for safe parallel development, streaming UI updates, multi-agent task execution, and integrated test automation with Vitest and Playwright.

Unlike traditional development tools, AutoMaker positions AI agents as autonomous implementers that work in isolated branches, write code, run tests, and submit changes for human review before merge. The Kanban board metaphor provides intuitive project management while agents handle implementation details.

Key Features

  • **Kanban-Based Workflow** with feature cards moving through Backlog, Ready, In Progress, Review, Done
  • **Git Worktree Isolation** ensuring agents work safely in separate branches
  • **Multi-Agent Parallel Execution** with configurable concurrency limits
  • **Streaming Progress Updates** showing real-time agent activity
  • **Integrated Test Automation** with Vitest (unit) and Playwright (E2E)
  • **Code Review Gates** with configurable approval policies
  • **Convergence Loops** for automatic test failure resolution
  • **Build & Deploy Pipeline** with release notes generation

Process Files

FileDescriptionPrimary Agents
automaker-orchestrator.jsFull lifecycle (all 5 phases)All agents
automaker-feature-pipeline.jsFeature intake, decomposition, dispatchFeature Planner
automaker-agent-execution.jsSingle-feature execution with worktreeCode Generator, Test Runner, Worktree Manager
automaker-review-ship.jsReview, merge, deploy, releaseCode Reviewer, Deployment Engineer

Agent Personas

AgentRoleID
Feature PlannerFeature Decomposition & Planningautomaker-feature-planner
Code GeneratorImplementation & Fixesautomaker-code-generator
Test RunnerTest Execution & Analysisautomaker-test-runner
Code ReviewerQuality Review & Gatesautomaker-code-reviewer
Worktree ManagerBranch Isolation & Mergesautomaker-worktree-manager
Progress StreamerReal-time UI Updatesautomaker-progress-streamer
Deployment EngineerBuild, Deploy & Releaseautomaker-deployment-engineer

Skills

SkillDescriptionAgent
feature-intakeParse features from text, images, screenshotsFeature Planner
agent-dispatchBatch and dispatch features to execution agentsFeature Planner
worktree-isolationGit worktree lifecycle managementWorktree Manager
streaming-progressReal-time progress streaming to UIProgress Streamer
test-automationVitest and Playwright test executionTest Runner
code-review-gateCode review with quality thresholdsCode Reviewer
kanban-managementKanban board state managementFeature Planner

Tech Stack (from source project)

  • **Frontend:** React, Vite, Electron (desktop app)
  • **Backend:** Express.js server
  • **Testing:** Playwright (E2E), Vitest (unit)
  • **Monorepo** with shared packages
  • **Claude Agent SDK** for agent orchestration

Usage

bash
# Full lifecycle - orchestrate features from intake to deployment
babysitter run:create --process methodologies/automaker/automaker-orchestrator --input examples/multi-feature-sprint.json

# Feature pipeline only - decompose and prioritize features
babysitter run:create --process methodologies/automaker/automaker-feature-pipeline --input examples/feature-batch.json

# Single feature execution - implement one feature in isolation
babysitter run:create --process methodologies/automaker/automaker-agent-execution --input examples/single-feature.json

# Review and ship - review, merge, and deploy completed features
babysitter run:create --process methodologies/automaker/automaker-review-ship --input examples/review-and-deploy.json

Trail

Wiki

Library

AutoMaker (Library)

Continue reading

Aerospace Engineering Specialization (Library)
AI Agents and Conversational AI Specialization (Library)
Algorithms and Optimization Specialization (Library)
Arts and Culture Specialization (Library)
ATDD/TDD Methodology (Library)
Automotive Engineering Specialization (Library)
Backend Development (Library)
BDD/Specification by Example (Library)

Page record

Open node ledger

wiki/library/automaker.md

Documents

Automaker · Specialization