> Markdown twin of https://adna.network/glossary/glossary-bare-triad/
> Index: https://adna.network/llms.txt · Full corpus: https://adna.network/llms-full.txt
> State is a build-time snapshot generated 2026-08-30 (UTC); nothing here is live.

# Bare Triad — aDNA Glossary

## Plain-Language Definition

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 governance files. Use this when aDNA *is* the project — like a knowledge base or documentation vault.

*[The three legs of a bare triad sit at the project root.]*

## Technical Definition

A [deployment form](/glossary/glossary-deployment-form) where `what/`, `how/`, and `who/` exist as top-level directories at the project root. Governance files sit alongside them at root level. Recommended for knowledge bases, standalone agent workspaces, and projects where aDNA is the primary content structure. Contrast with [embedded triad](/glossary/glossary-embedded-triad). (aDNA Standard §3.2)

## Usage Examples

- This vault (`aDNA.aDNA/`) uses a bare triad — you can see `what/`, `how/`, and `who/` directly at the project root because the vault's primary content *is* aDNA knowledge.
- Any `.aDNA` project in the Lattice workspace uses bare triad by default.

## See Also

- [Embedded Triad](/glossary/glossary-embedded-triad)
- [Deployment Form](/glossary/glossary-deployment-form)
- [Triad (concept)](/learn/concepts/triad)
