AGENTS.md Template
Use this template to define AI agents and their governance rules.
Agent Definitions
[Agent Name]
- Role: [Primary responsibility]
- Capabilities:
- [Capability 1]
- [Capability 2]
- [Capability 3]
- Constraints:
- [Constraint 1]
- [Constraint 2]
- Inputs:
- LLD Markdown (specific section)
- TODO.md item
- Outputs:
- [Generated artifact 1]
- [Generated artifact 2]
Governance Rules
- [Rule 1: e.g., All code must follow project coding standards]
- [Rule 2: e.g., All public methods must have documentation]
- [Rule 3: e.g., All code must have unit tests (80%+ coverage)]
- [Rule 4: e.g., No code outside TODO scope]
- [Rule 5: e.g., All changes must be committed with clear messages]
Notes
[Any additional notes about agents or governance]