# AI Section - Navigation > AI-specific documentation and rules. Main AGENTS.md: [../AGENTS.md](../AGENTS.md) ## About this section This directory contains AI-focused documentation: product requirements, architecture, rules, and templates. ## Structure | Path | Description | |------|-------------| | [prd.md](./prd.md) | Product Requirements Document | | [mvp.md](./mvp.md) | MVP scope and criteria | | [tech-stack.md](./tech-stack.md) | Technology stack details | | [architecture.md](./architecture.md) | System architecture | | [git.md](./git.md) | Git workflow and conventions | | [agents/](./agents/) | Specialist agent profiles | | [rules/](./rules/) | Coding standards and patterns | | [snippets/](./snippets/) | Code snippet examples | | [docs/](./docs/) | Documentation templates | ## Key Documents ### For Understanding Project 1. `prd.md` - What to build 2. `mvp.md` - Scope boundaries 3. `architecture.md` - How it's structured ### For Implementation 1. `tech-stack.md` - Technologies used 2. `rules/` - Coding standards 3. `agents/` - Specialist knowledge ### For Documentation 1. `docs/templates/` - EPIC, STORY, TASK templates 2. `git.md` - Commit and branch conventions ## Related - [../AGENTS.md](../AGENTS.md) - Main entry point - [../PROJECT.md](../PROJECT.md) - Project status - [../docs/](../docs/) - Generated documentation