Skip to content

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.


What is Nova AI?

Nova AI is a multi-agent orchestration system that turns natural language into production-ready code:

/novaai implement user authentication with JWT
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

  1. You describe what you want in natural language
  2. Orchestrator plans the implementation strategy
  3. Implementer writes the code
  4. Reviewer checks for security and quality
  5. Validator runs tests
  6. You commit when all gates pass

Learn more about the architecture


Installation

/plugin marketplace add Jaureguy760/nova_ai
/plugin install nova-ai
/init
pip install nova-ai-orchestrator
novaai init
git clone https://github.com/Jaureguy760/nova_ai.git
cd nova_ai
pip install -e ".[dev]"

Full installation guide


Next Steps