Skip to the content.

AGENTS.md Template

Use this template to define AI agents and their governance rules.

Agent Definitions

[Agent Name]

Governance Rules

  1. [Rule 1: e.g., All code must follow project coding standards]
  2. [Rule 2: e.g., All public methods must have documentation]
  3. [Rule 3: e.g., All code must have unit tests (80%+ coverage)]
  4. [Rule 4: e.g., No code outside TODO scope]
  5. [Rule 5: e.g., All changes must be committed with clear messages]

Notes

[Any additional notes about agents or governance]