Deze documentatie wordt actief uitgebreid — kom regelmatig terug.
ADR-00005: Use AGENTS.md for shared AI guidelines
Approval Status
Section titled “Approval Status”Status flow: Proposed → Accepted → Reviewed → Approved (or Rejected), or Not Required. A superseded ADR keeps its file; only its status changes to Superseded by NNNNN.
| Governance body | Status | Last update |
|---|---|---|
| CTN Project Team | Approved | 2026-05-29 |
| CTN Technical Advisory Board | Not Required | 2026-07-08 |
| CTN Steering Committee | Not Required | 2026-07-08 |
| BDI Conformance Team | Not Required | 2026-07-08 |
| BDI Framework Team | Not Required | 2026-07-08 |
Context and Problem Statement
Section titled “Context and Problem Statement”As the project increasingly uses multiple AI-assisted development tools (e.g., an AI agent, Claude Code, Cursor), there is a risk of fragmented instructions and inconsistent coding patterns. We previously chose CLAUDE.md as a shared file, but AGENTS.md has emerged as a more tool-agnostic, industry-supported standard stewarded by the Agentic AI Foundation.
Considered Options
Section titled “Considered Options”Option 1: Continue using CLAUDE.md as primary
Section titled “Option 1: Continue using CLAUDE.md as primary”- Description: Keep
CLAUDE.mdas the source of truth. - Pros: Already implemented.
- Cons: Naming is biased towards one tool (Claude); may not be automatically recognized by other agents.
Option 2: Adopt AGENTS.md as the primary shared file
Section titled “Option 2: Adopt AGENTS.md as the primary shared file”- Description: Use
AGENTS.md(a growing open standard) as the central repository of AI instructions and project context. Other tool-specific files (likeCLAUDE.md) reference this file. - Pros: Tool-agnostic; follows emerging industry standards; supported by multiple AI vendors (OpenAI, Anthropic, Google, Cursor); readable by humans and all AI agents.
- Cons: Requires minor migration from existing setup.
Decision Outcome
Section titled “Decision Outcome”Chosen option: Option 2: Adopt AGENTS.md as the primary shared file.
Rationale
Section titled “Rationale”- Standardization:
AGENTS.mdis an open format stewarded by the Agentic AI Foundation, making it the most future-proof choice for cross-tool compatibility. - Clarity: It clearly separates human-centric documentation (
README.md) from agent-centric instructions (AGENTS.md). - Scalability: Supports hierarchical nesting for large repositories and monorepos.
Consequences
Section titled “Consequences”- Positive: Single, tool-agnostic source of truth for AI context; easier onboarding for any new AI tools; consistent application of project standards.
- Negative: Tool-specific config files (e.g. agent-specific guideline files or
CLAUDE.md) still exist but act as pointers toAGENTS.mdto ensure compatibility with tools that have fixed defaults.
Implementation Plan
Section titled “Implementation Plan”- Phase 1: Create
AGENTS.mdat the project root with core project context, tech stack, and AI best practices. - Phase 2: Update
CLAUDE.mdto point toAGENTS.md. - Phase 3: Update an AI agent guidelines to reference
AGENTS.md.
Compliance and Validation
Section titled “Compliance and Validation”- Security review completed
- Performance impact assessed
- Integration impact evaluated
- [ X ] Documentation updated
- [ X ] Stakeholder approval obtained (via chat)
Related Documents
Section titled “Related Documents”AGENTS.mdCLAUDE.mddocs/arc42/12-glossary/ctn-glossary.mddocs/arc42/09-decisions/00001-record-architecture-decisions.md
Status History
Section titled “Status History”| Date | Status | Notes |
|---|---|---|
| 2026-05-28 | Approved | Initial adoption of AGENTS.md standard |
In samenwerking met




