Nova AI¶
Production-ready multi-agent orchestration for Claude Code.
Execute complex development tasks with natural language. Nova AI coordinates 6 specialized AI agents with automatic code review, testing, and quality gates.
-
Quick Start
Get running in 2 minutes
-
Tutorials
Step-by-step learning paths
-
Concepts
Understand how it works
-
Reference
Commands and API docs
What is Nova AI?¶
Nova AI is a multi-agent orchestration system that turns natural language into production-ready code:
flowchart LR
A["/novaai task"] --> B[Orchestrator]
B --> C[Implementer]
B --> D[Reviewer]
B --> E[Validator]
C --> F[Code]
D --> F
E --> F
F --> G[Commit]
Key Features¶
| Feature | Description |
|---|---|
| 6 Agents | Orchestrator, Implementer, Code-Reviewer, Validator, Architect, Linter |
| Quality Gates | Automatic code review and testing before every commit |
| 3 Models | Opus 4.5 (complex), Sonnet 4.5 (fast), Haiku 4.5 (cheap) |
| 8 MCP Servers | In-process tools (69x faster than stdio) |
| 5,945 Tests | Production-grade reliability |
How It Works¶
- You describe what you want in natural language
- Orchestrator plans the implementation strategy
- Implementer writes the code
- Reviewer checks for security and quality
- Validator runs tests
- You commit when all gates pass
Learn more about the architecture
Installation¶
Next Steps¶
-
Try it now
Run your first task in 2 minutes
-
Learn the basics
Understand agents, quality gates, and workflows