Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Automaker
specialization:automakera5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Specialization reference

specialization:automaker

Reading · 3 min

Automaker 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.

Specializationwiki/library/automaker.mdOutgoing · 1Incoming · 2

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

Article source

AutoMaker (Library)

This record inherits its article from a related Page node.

Related pages

AutoMaker (Library)

Shortcuts

Open overview
Open JSON
Open graph