Skip to content

How It Works

Nova Core orchestrates specialized agents for development tasks using the Claude Code SDK.

Architecture

User Task → Orchestrator → Specialized Agents → Quality Gates → Solution

Core Agents

  • @implementer - Write code, tests, documentation
  • @code-reviewer - Security review, quality checks
  • @validator - Run tests, debug failures
  • @architect - Design solutions, evaluate trade-offs
  • @linter - Format and style fixes

Workflow Phases

  1. Ask Questions - Gather requirements interactively
  2. Research - Search knowledge base for patterns
  3. Plan - Create detailed implementation plan
  4. Approval - Human review and approval gate
  5. Execute - Implement with specialized agents
  6. Validate - Quality gates (review + tests)

Quality Gates

All code changes must pass: - ✅ Security review by @code-reviewer - ✅ Test validation by @validator - ✅ Knowledge base compliance

[Full architecture documentation coming soon]