Skip to main content
.ag files (or .ag.md during the transition) contain prompts written for AI agents. The format is simple:
  • Pseudo-XML tags for semantic structure (not strict XML)
  • Markdown content inside and between tags
  • No attributes on tags
  • Flexible whitespace—inline or block tags, as author intends

Example

quarterly-report.ag

Design principles

The format preserves author intent. Tooling validates and lints but does not reformat. What you write is what the agent receives.