← Back to home
Documentation
The product is intentionally simple: one CLI, six backends, a workflow, and a marketplace. Pick a topic to jump in.
Get started
Concepts
- V-Model FlowGraph →Five stages (/swe1…/swe6). Real artifacts: requirements.md, decisions.md, traceability.json.
- Memory model →Plaintext markdown. Persona + project memory live in your repo. No vector DB, no Docker.
- Mission Squad →Phased parallel helpers (research → critique → synthesis) with Worker / Planner tiers.
- Local-first IP protection →Source stays local. Intelligence streams per-session. Wiped on /exit.
- How it runs →CLI on your machine · the LLM of your choice · a Python bridge for hardware and docs.
Commands & workflow
Extensions
- Marketplace browser →Skills · Plugins · Tools (MCP) · Profiles · Recipes — official, verified, community, private.
- Publishers' portal →Package and publish your own skill, plugin, MCP server, profile, or recipe.
- MCP integration map →Codebeamer · DOORS · Polarion · Jira · J-Link · Saleae · Slack · Notion · S3.
Privacy, security, compliance
- Privacy guarantees →Local-first memory. Air-gap option. Granular consent gates. No covert telemetry.
- Bring-your-own-LLM contract →We orchestrate; we don't proxy. Prompts go from your machine straight to your endpoint.
- Enterprise & data sovereignty →VPC option · SIEM export · signed skills · pinned MCP versions.
PMO & project management
- Sprint + budget control →/goal carries a turn budget, a token budget, a time budget, and approval-gate count.
- PMO standards on activation →Naming, commit style, doc layout, branch policy — enforced via pre-tool policy hooks.
- Risk + impact analysis →/risk runs impact against the traceability graph and flags affected tests + requirements.
5-minute quickstart
# 1. install $ npm install -g @agenit/cli # 2. activate with the JWT we email you $ agenit activate ~/Downloads/licence.jwt # 3. pick a backend (Gemini CLI is the easy default) $ npm install -g @google/gemini-cli && gemini auth login # 4. point at a repo and walk the V-Model $ cd my-project && agenit [my-project] flow> /run requirements/CRS.pdf → /swe1 requirements.md → /swe2 decisions.md → /swe3 decisions.md → /swe4 source + @req tags → /swe5 tests/ → /swe6 traceability.json ✓