AI & Agents

This section contains templates and guidelines for working with AI assistants, building agentic systems, and establishing effective human-AI collaboration patterns.

Why This Matters

In an agentic world, AI systems need context to be effective. Well-structured documentation helps AI assistants:

  • Understand your codebase, conventions, and constraints
  • Make better suggestions aligned with your architecture
  • Avoid common pitfalls specific to your project
  • Execute multi-step tasks autonomously and safely

Documentation Categories

CategoryPurposeKey Artifacts
Context FilesGive AI agents understanding of your codebaseAGENTS.md, CLAUDE.md
Agent DesignDesign AI-powered features and autonomous agentsADD (Agent Design Docs)
PromptsReusable prompt templates for common tasksSystem prompts, task prompts

Philosophy

“Context is the new code” — The quality of AI assistance is directly proportional to the quality of context you provide.

How to Use These Docs

  1. Starting a new repo? Create an AGENTS.md to onboard AI assistants
  2. Building an AI feature? Write an Agent Design Doc to define capabilities and guardrails
  3. Repeating prompts? Capture them in Prompt Templates for consistency
  4. Reviewing AI output? Use the evaluation criteria from your ADD