omgbuild
v0.6.2
Published
๐ฎ OMGBUILD - AI-Native Software Development Operating System. Big Tech Engineering Culture in a Box.
Downloads
303
Maintainers
Readme
๐ฎ OMGBUILD
AI-Native Software Development Operating System
"Big Tech Engineering Culture in a Box"
๐ Quick Install
npm install -g omgbuildโจ Features
- ๐ค AI Team Agent - 6 AI specialists (Tech Lead, Developer, QA, DevOps, Writer, Designer)
- ๐ Sprint Management - Agile workflow with AI-powered task proposals
- ๐ง Multi-Tool Support - Claude Code, Codex, Gemini CLI, Aider
- ๐ Pipeline Engine - 7 built-in pipelines (feature, bugfix, review, etc.)
- ๐ฆ Registry System - Share skills, workflows, pipelines across teams
- โก IDE Integration - Cursor, VS Code, Claude Code support
๐ฏ Quick Start
# Initialize in your project
omgbuild init
# Set product vision
omgbuild vision set -i
# Create sprint with AI proposals
omgbuild sprint new "Sprint 1" --propose
# Start sprint
omgbuild sprint start
# Let AI team work!
omgbuild team run๐ฅ Your AI Team
| Agent | Role | Capabilities | |-------|------|--------------| | ๐ Alex | Tech Lead | Architecture, code review, decisions | | ๐ป Sam | Developer | Implementation, debugging, refactoring | | ๐งช Jordan | QA | Testing, security, quality assurance | | ๐ Morgan | DevOps | CI/CD, infrastructure, deployment | | ๐ Casey | Writer | Documentation, API docs, guides | | ๐จ Riley | Designer | UI/UX, frontend, design system |
๐ฆ Commands
# Agent Mode
omgbuild vision # Product vision
omgbuild sprint # Sprint management
omgbuild backlog # Task management
omgbuild team run # AI team execution
# AI Execution
omgbuild exec <task> # Direct AI execution
omgbuild pipe run <name> # Run pipeline
omgbuild tools # Manage AI tools
# Registry
omgbuild registry pull # Pull artifacts
omgbuild registry push # Push artifacts
omgbuild registry search # Search artifacts
# Core
omgbuild init # Initialize project
omgbuild status # Project health
omgbuild chat # Interactive AI chat๐ Update
# Check and install latest version
omgbuild --update๐ Documentation
Full documentation: https://omgbuild.dev/docs
๐ ๏ธ Requirements
- Node.js 18+
- At least one AI tool installed:
- Claude Code:
npm install -g @anthropic-ai/claude-code - Aider:
pip install aider-chat
- Claude Code:
๐ License
MIT ยฉ OMEGA Team
