aDNA Glossary

A quick-reference lookup for all aDNA terms. Expand any term for an inline preview, or follow the link for full plain-language and technical definitions.

Core Architecture

  • aDNA aDNA (Agentic DNA) is a way of organizing project knowledge so that AI agents — and humans — can find what they need, do their work, and hand off to eac.

    aDNA (Agentic DNA) is a way of organizing project knowledge so that AI agents — and humans — can find what they need, do their work, and hand off to eac...

    Full definition →
  • Triad The triad is the three-folder structure at the heart of every aDNA project: `what/` (what the project knows), `how/` (how the project works), and `who/`.

    The triad is the three-folder structure at the heart of every aDNA project: `what/` (what the project knows), `how/` (how the project works), and `who/`...

    Full definition →
  • what/ The knowledge layer of an aDNA project — everything the project *knows*.

    The knowledge layer of an aDNA project — everything the project *knows*.

    Full definition →
  • how/ The operations layer of an aDNA project — everything about *how* the project works.

    The operations layer of an aDNA project — everything about *how* the project works.

    Full definition →
  • who/ The organization layer of an aDNA project — everything about *who* is involved.

    The organization layer of an aDNA project — everything about *who* is involved.

    Full definition →
  • Question Test The question test is the three-question method for deciding where a file belongs in the aDNA triad.

    The question test is the three-question method for deciding where a file belongs in the aDNA triad.

    Full definition →
  • Bare Triad A bare triad is the simplest way to set up an aDNA project: the three folders (`what/`, `how/`, `who/`) sit directly at the project root, alongside the .

    A bare triad is the simplest way to set up an aDNA project: the three folders (`what/`, `how/`, `who/`) sit directly at the project root, alongside the ...

    Full definition →
  • Embedded Triad An embedded triad wraps the three aDNA folders inside a hidden `.

    An embedded triad wraps the three aDNA folders inside a hidden `.agentic/` directory, keeping them separate from a codebase's source files.

    Full definition →
  • Deployment Form The deployment form is *how* you physically set up the aDNA folders in your project.

    The deployment form is *how* you physically set up the aDNA folders in your project.

    Full definition →
  • Ontology Extension An ontology extension is a new type of content you add to an aDNA project beyond the base set.

    An ontology extension is a new type of content you add to an aDNA project beyond the base set.

    Full definition →

Governance & Metadata

  • Governance File A governance file is one of the ALLCAPS markdown files at the root of an aDNA project that tells agents and humans what the project is, how it works, an.

    A governance file is one of the ALLCAPS markdown files at the root of an aDNA project that tells agents and humans what the project is, how it works, an...

    Full definition →
  • AGENTS.md AGENTS.

    AGENTS.md is a guide written *for agents* that sits in each directory of an aDNA project.

    Full definition →
  • README.md README.

    README.md is the guide written *for humans* that sits at the project root and optionally in subdirectories.

    Full definition →
  • Frontmatter Frontmatter is the structured metadata block at the top of every aDNA file, wrapped in `---` fences.

    Frontmatter is the structured metadata block at the top of every aDNA file, wrapped in `---` fences.

    Full definition →
  • Conformance Level Conformance levels are three tiers — Starter, Standard, and Full — that define how much of the aDNA standard a project implements.

    Conformance levels are three tiers — Starter, Standard, and Full — that define how much of the aDNA standard a project implements.

    Full definition →
  • Conformant Instance A conformant instance is any project directory that meets the requirements for at least the Starter level of the aDNA standard.

    A conformant instance is any project directory that meets the requirements for at least the Starter level of the aDNA standard.

    Full definition →

Operations

  • Session A session is one stretch of work by an agent (or human).

    A session is one stretch of work by an agent (or human).

    Full definition →
  • SITREP A SITREP (situation report) is the structured status update written at the end of every session.

    A SITREP (situation report) is the structured status update written at the end of every session.

    Full definition →
  • Mission A mission is a chunk of work too big for a single session.

    A mission is a chunk of work too big for a single session.

    Full definition →
  • Template A template is a reusable blueprint for creating new files of a specific type.

    A template is a reusable blueprint for creating new files of a specific type.

    Full definition →
  • Skill A skill is a reusable recipe that an agent can follow step-by-step to accomplish a specific task.

    A skill is a reusable recipe that an agent can follow step-by-step to accomplish a specific task.

    Full definition →
  • Content-as-Code Content-as-code is a workflow pattern where a file's *location* tells you its *status*.

    Content-as-code is a workflow pattern where a file's *location* tells you its *status*.

    Full definition →

Knowledge & Coordination

  • Context Library The context library is a structured knowledge store inside `what/context/` that agents load before starting domain work.

    The context library is a structured knowledge store inside `what/context/` that agents load before starting domain work.

    Full definition →
  • Coordination Note A coordination note is a short message from one agent to another, left in `who/coordination/`.

    A coordination note is a short message from one agent to another, left in `who/coordination/`.

    Full definition →
  • Collision Prevention Collision prevention is how aDNA protects files from being accidentally overwritten when multiple agents (or humans) work in the same project.

    Collision prevention is how aDNA protects files from being accidentally overwritten when multiple agents (or humans) work in the same project.

    Full definition →