Get Started
In this section
Back to reference

2. Terminology

Scan: 12 key terms — triad, governance file, bare/embedded deployment, session, SITREP, content-as-code.

TermDefinition
aDNAAgentic DNA — the knowledge architecture standard defined by this document
TriadThe what/how/who directory ontology that organizes all aDNA content
what/Knowledge layer — WHAT the project knows (context, decisions, reference, domain objects)
how/Operations layer — HOW the project works (missions, sessions, templates, pipelines)
who/Organization layer — WHO is involved (people, teams, coordination, governance)
Governance fileA root-level ALLCAPS markdown file that governs the aDNA instance: CLAUDE.md, MANIFEST.md, STATE.md, AGENTS.md, README.md
Bare triadDeployment form where what/, how/, who/ sit directly at project root. Used for knowledge bases and standalone agent workspaces
Embedded triadDeployment form where the triad is wrapped inside .agentic/ (i.e., .agentic/what/, .agentic/how/, .agentic/who/). Used for git repositories
Deployment formHow the triad is physically instantiated — bare or embedded
SessionA bounded unit of agent work with a defined lifecycle: creation, execution, and close-out
SITREPStructured status report at session close: Completed, In Progress, Next Up, Blockers, Files Touched
Content-as-codeA pipeline paradigm where a file’s directory location represents its processing state
AGENTS.mdPer-directory agent-facing guide — purpose, key files, patterns, conventions
README.mdPer-directory human-facing guide — navigation, context, useful links
Conformance levelA graduated tier (Starter, Standard, Full) defining the minimum requirements an aDNA instance MUST meet to claim conformance at that level
Conformant instanceA directory tree that satisfies all MUST requirements for at least the Starter conformance level defined in §5.5