Stop writing documentation for humans. Start building APIs for LLMs.
ai-ready-docs (AIRD) is a rigorous specification designed to transform documentation from "human-readable text" into "AI-consumable interfaces."
In the era of Agentic Workflows, the bottleneck is no longer the model's reasoning power, but the quality and structure of the context and the precision of the execution paths provided. AIRD v1.2 eliminates ambiguity, minimizes token waste, and transforms documentation into a direct driver for autonomous AI agents.
| Dimension | Traditional Docs (Human-Centric) | AIRD Standard (AI-Native) |
|---|---|---|
| Discovery | Manual search / Random crawling |
llms.txt
|
| Parsing | Heuristic chunking (Unpredictable) |
|
| Cognition | Reliance on LLM's general knowledge |
ai-context blocks |
| Maintenance | Manual updates |
.ai-feedback
|
| Execution | Vague instructions |
|
Goal: Immediate orientation via llms.txt.
Goal: Perfect chunking via strict hierarchy and deterministic naming.
Goal: Eliminate assumptions using ai-context blocks (Topic, Prerequisites, Warnings).
Goal: Continuous self-improvement via the .ai-feedback.md mechanism.
Goal: Move from "Information Retrieval" to "Autonomous Execution" via ## Execution Protocol.
Don't start from scratch. Copy our proven AIRD templates for different scenarios: 👉 Explore the Examples Gallery
- Python Lib: Ideal for SDKs and utility tools.
- System Architecture: Best for complex enterprise software.
- Agent SOP: Perfect for AI-driven workflows.
Run our advanced Linter to get a quantitative AI-Ready Score (0-100) and a detailed compliance report.
# Install/Download aird_lint_v5.py
python aird_lint_v5.py --suggest ./your-docs-folderThe linter now checks for broken semantic dependencies and calculates your readiness rank (Elite $\rightarrow$ Low).
Stop manually fixing docs. Implement the L4 evolutionary workflow where AI failures drive automated PRs for documentation updates. 👉 Read the Feedback Workflow Guide
Learn how to implement L5 protocols to turn your docs into an autonomous agent's operational manual. 👉 Read the Agentic Guide
For a deep dive into the technical requirements of each layer: 👉 Read the Full SPEC.md
We are building a world where every project is AI-Ready.
- Current Status: v1.2 (Agentic Stage)
- Goal: To become the default documentation layer for autonomous AI agents.
If you've implemented AIRD in your project, please let us know or open a PR to be added to our AIRD-Compliant Projects list!
Distributed under the MIT License. See LICENSE for more information.