Skip to the content.

AI-Ready Documentation (AIRD) Specification v1.2

AIRD is a standard for making technical documentation “readable” and “actionable” for Large Language Models (LLMs). While humans read docs for understanding, LLMs read docs for context, constraints, and execution paths.

The Five Layers of AIRD

L1: Discovery Layer (The Map)

Goal: Allow an LLM to quickly map the documentation landscape without crawling every file.

L2: Structural Layer (The Skeleton)

Goal: Ensure a logical, hierarchical flow that prevents the LLM from losing context.

L3: Context Layer (The Metadata)

Goal: Provide a “fast-track” for the LLM to understand the purpose and dangers of a specific file.

L4: Evolution Layer (The Feedback Loop)

Goal: Transform documentation from a static asset into a living system based on AI interaction data.

L5: Actionable Layer (The Execution Protocol) $\leftarrow$ NEW in v1.2

Goal: Move from “Information Retrieval” to “Autonomous Execution”. Docs should define how to act.

Compliance Levels

Level Requirement Badge Status
FULL L1, L2, and L3 all PASS/FIXED AI-Ready-FULL (Green)
EVOLUTIONARY L1-L4 all PASS/FIXED AI-Ready-EVO (Purple)
AGENTIC L1-L5 all PASS/FIXED AI-Ready-AGENT (Gold) $\leftarrow$ NEW
IN-PROGRESS Any layer failing or L2 warning AI-Ready-IN-PROGRESS (Orange)

Evolution

This specification evolves as LLM context windows and retrieval capabilities improve. The Linter is the primary enforcement mechanism.