Agent Zero v0.9.8 + BMAD Method

9 AI Agents.
One Team. One Command.

Deploy a full BMAD agile development team on Kubernetes — Orchestrator, Analyst, PM, Architect, UX, Product Owner, Scrum Master, Developer & QA — collaborating via a Google Meet-style interface.

$ curl -sfL https://k8.virtualgpt.cloud/install.sh | bash

Installs K3s + deploys all 9 BMAD agents. Requires a Linux server with 4GB+ RAM.

Your AI Development Team

Each agent has a specialized persona, tuned temperature, and BMAD role

B
BMAD
Orchestrator

Routes tasks, tracks phases, enforces quality gates. The team lead.

M
Mary
Analyst

Research, brainstorming, product briefs. Explores the problem space deeply.

J
John
Product Manager

PRDs, epics, user stories. Translates vision into actionable plans.

F
Fred
Architect

System design, tech stack selection, API contracts, ADRs.

J
Jane
UX Designer

Wireframes, design system, user journeys, accessibility.

S
Sarah
Product Owner

Quality gates, document review, story refinement. The gatekeeper.

+ Bob (Scrum Master) · Dana (Developer) · Quinn (QA Engineer)

BMAD Workflow

🔍

1. Analysis

Mary researches the domain, brainstorms ideas, produces a product brief

📋

2. Planning

John writes the PRD, Jane designs the UX, Sarah reviews quality gates

🏗️

3. Solutioning

Fred designs the architecture, epics and stories are broken down

🚀

4. Implementation

Bob plans sprints, Dana codes, Quinn tests, code ships

Installation

Three ways to deploy — pick what fits your setup

☸️ K3s / Kubernetes (Recommended)

One-line install on a fresh Linux server (Ubuntu 22.04+, 4GB+ RAM)

$ curl -sfL https://k8.virtualgpt.cloud/install.sh | bash

This installs K3s, clones the repo, applies secrets (you'll be prompted for your OpenRouter API key), and deploys all 9 agents.

🐳 Docker Compose (Local Dev)

Run on any machine with Docker installed

$ git clone https://github.com/t4tarzan/agent0-bmad-k8.git
$ cd agent0-bmad-k8
$ ./scripts/setup.sh

🛠️ Manual Setup

For existing clusters or custom configurations

$ git clone https://github.com/t4tarzan/agent0-bmad-k8.git
$ vi k8s/bmad/secrets.yaml # add your API key
$ ./k8s/bmad/deploy-bmad.sh

Built With

Agent Zero v0.9.8 Claude Sonnet 4.6 Gemini Flash OpenRouter Docker K3s / Kubernetes React 18 Tailwind CSS Express.js WebSocket PostgreSQL GitHub Actions CI