💡 AGENTS.md Specification Alignment & Automated Validation #534
Replies: 1 comment
|
📋 Initiative planned by the BMAD Scrum Master (Bob). Epic #642 — AGENTS.md Specification Alignment & Automated Structural Validation 5 stories created (inert — labelled
Open questions for review:
Review the epic and its sub-issue DAG, adjust as needed, then add |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
The AGENTS.md convention has reached institutional maturity — now stewarded by the Agentic AI Foundation under the Linux Foundation, read by 30+ AI tools (Claude Code, Copilot, Cursor, Codex, Gemini CLI, Windsurf, Devin, Aider, Amazon Q), and adopted by 60,000+ repositories. This org was an early adopter with a comprehensive AGENTS.md. A CI validation step would ensure the org's AGENTS.md stays structurally aligned with the evolving spec, catches cross-repo drift, and validates that agent-facing instructions remain parseable by all target tools.
Market Signal
User Signal
.githubas the canonical source with downstream repos (Broodly, TalkTerm, markets) extending itTechnical Opportunity
The compliance audit framework validates config files across repos. Add an AGENTS.md structural validator:
Assessment
Adversarial Review
Strongest objection: The AGENTS.md spec is too young and evolving too rapidly to build validation against. Tooling for a moving target wastes effort and creates false positives.
Rebuttal: Focus on stable structural elements all tools already rely on — section headings, Markdown structure, cross-references — not semantic content. Start with an informational (non-blocking) check. The cost of NOT validating is invisible drift where agent instructions become unparseable by one or more tools without anyone noticing. The org's compliance audit already validates other living documents.
Suggested Next Step
All reactions