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
15 Agents Orchestrator, Implementer, Code-Reviewer, Validator, + 11 specialized
Quality Gates Automatic code review and testing before every commit
3 Models Opus (complex), Sonnet (fast), Haiku (cheap)
6 MCP Servers In-process tools (69x faster than stdio)
26 Commands /novaai, /fix-pr, /novaai-aws, /novaai-research, and more

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 (Recommended):

/plugin marketplace add Jaureguy760/nova-core
/plugin install nova-ai
/init

Lightweight Wheel (3.4MB):

pip install https://github.com/Jaureguy760/nova-core/releases/download/v2.19.0/nova_ai-2.19.0-py3-none-any.whl
nova-ai init

More installation options ยท Quick Start


Next Steps