aDNA — three glowing DNA helices representing the who/what/how triad, rising from a workspace of monitors and instruments

An open standard for context and knowledge.

14 Entity Types
3 Conformance Levels
v2.2 Current Version
MIT Licensed

How it Works

Three steps from scattered files to a project your agents can navigate — and keep navigating.

Agent-native Governance files and typed context give agents orientation — no prompt re-engineering every session.
Human-readable Every file is plain Markdown. Browse in Obsidian, VS Code, or GitHub. No proprietary formats, no lock-in.
Composable Modules, datasets, and lattices compose into workflows. Start small, scale to multi-team campaigns with the same primitives.
01

Structure

Every agent session starts from scratch — agents relearn your project by rummaging through files. aDNA ends that. Three directories (what you know, how you work, who's involved) give any agent instant orientation.

project/
my-project/
├── CLAUDE.md       ← agent master context
├── what/           ← what the project knows
│   └── context/      typed context files
├── how/            ← how it operates
│   └── missions/     decomposed work plans
└── who/            ← who's involved
    └── governance/   roles & rules
02

Orient

Without a map, agents blast through irrelevant files or ask you to re-explain the project. Agents read your CLAUDE.md and AGENTS.md first, then pull typed context at exactly the depth they need — not your entire repo, not a blank slate.

CLAUDE.md
# CLAUDE.md — climate-pipeline

You are working on climate-pipeline.
A data pipeline for surface temperature
records (1990–present).

## Priority Rules
1. Never overwrite raw sensor data
2. All outputs need uncertainty ranges
3. Ingestion changes need peer review
03

Execute

Context windows close and wipe progress — the next agent starts over. aDNA decomposes work into sessions, missions, and campaigns — context-sized chunks that fit a single agent window. What one agent learns, the next inherits.

mission_schema_v2.md
plan_id: mission_schema_v2
status: active

## Objective 1 — Migrate schema
- Status: ✓ complete
- Files: data/schema.py

## Objective 2 — Backfill validation
- Status: in_progress
- Depends on: [1]

The Standard

aDNA is an open specification — MIT licensed, community-driven, designed for extension.

v2.2 MIT License Open Standard 14 Entity Types