Profile-Driven Co-Pilot
Onboards once, remembers your stack, standards, and decisions. Soul + per-project memory keep context across every session — no more repeating yourself.
Agen-IT remembers your code style, decisions, and project context. Persistent soul + per-project memory, auto-activating skills, and a disciplined V-Model pipeline you can trust.
/ Features
Eight pillars that turn an LLM into a disciplined engineering teammate — not a chat window.
Onboards once, remembers your stack, standards, and decisions. Soul + per-project memory keep context across every session — no more repeating yourself.
Disciplined SWE.1 → SWE.6 lifecycle: requirements, architecture, implementation, V&V, and traceability audit — with explicit human approval gates.
16 built-in Gemini CLI skills plus Pocock-adapted engineering skills (/diagnose, /tdd, /triage) activate by intent — no manual wiring.
A parallel agent fleet — Archie, Developer, Tester, Analyzer, Debugger — coordinated through a steering queue for multi-turn tasks.
First-class JLink, CAN/LIN, and Saleae Logic 2 integration. Arduino-as-HIL turns dev boards into test nodes for real embedded validation.
Unified marketplace for MCP servers, Claude skills, and Gemini extensions. Compose your toolchain without forking the orchestrator.
Nine-phase SpecKit pipeline takes you from constitution to issues, with PMO standards enforcement and budget tracking built in.
/overnight runs a git-backed Plan → Code → Test → Evaluate loop with worktree parallelism and per-iteration rollback safety.
/ Architecture
A stateful TypeScript orchestrator drives Gemini CLI for LLM work, which delegates to a Python bridge for hardware and heavy parsers.
/ V-Model Pipeline
Each stage activates the matching skill, writes artifacts to project memory, and stops at an approval gate you control.
/ Live Demo
A mock of the Agen-IT REPL so you can feel how it works before installing. Type a slash command or anything in free form — outputs are simulated, but the flow is the real one.
/ Commands
A REPL designed like an OS shell — every workflow, integration, and persona is one command away.
/ Tools
Production tools from the Agen-IT organization — composable, profile-driven, and battle-tested in embedded workflows.
Profile-driven AI development co-pilot
TypeScript orchestrator over Gemini CLI with persistent soul memory, ASPICE V-Model pipeline, Mission Squad, and a marketplace for MCP servers, skills, and extensions.
Arduino-based Hardware-in-the-Loop testing node
Lightweight HIL implementation that turns Arduino boards into hardware-in-the-loop test nodes — pairs with AgenIT's /logic2 and JLink integration for embedded validation.
/ Use Cases
AUTOSAR / CAN / LIN drivers with ASPICE-compliant traceability from CRS to test report.
MISRA-aware code generation with HIL validation loops and audit-ready evidence.
Overnight autonomous Plan → Code → Test → Evaluate cycles with git-backed rollback.
Same V-Model discipline, swapped profile: user stories, Playwright tests, OWASP/a11y audits.
/ Install
Node ≥ 20, pnpm ≥ 9, and a Gemini CLI OAuth login — no API keys, no vendor lock-in. Python is only needed for the bundled hardware tools.
# 1. Install Gemini CLI $ npm install -g @google/gemini-cli $ gemini auth login # 2. Clone + build Agen-IT $ git clone https://github.com/AgenticalXx/AgenIT $ cd AgenIT && bash install.sh # 3. Initialize your project $ agenit init $ agenit [my-project] flow> /req requirements/CRS.pdf [my-project] flow> /arch [my-project] flow> /code [my-project] flow> /test [my-project] flow> /audit
Sign in to the Agen-IT portal to access our tools, manage profiles, and run agentic workflows across your projects.