How It Works¶
Nova Core orchestrates specialized agents for development tasks using the Claude Code SDK.
Architecture¶
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¶
- Ask Questions - Gather requirements interactively
- Research - Search knowledge base for patterns
- Plan - Create detailed implementation plan
- Approval - Human review and approval gate
- Execute - Implement with specialized agents
- 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]