# AI Governance Index

Single reading path for the repository AI control system.

## Purpose

Use this file as the entry point for all AI governance rules, execution flow, memory, routing, and advanced systems.

---

## Level 1 - Core Control

Read first:

1. `docs/IAI_FOUNDATION_AI_SYSTEM.md`
Purpose: base operating rules, constraints, workflow, output format.

2. `docs/AI_PROMPT_TEMPLATES.md`
Purpose: ready-to-use prompt formats for daily work.

3. `docs/AI_TASK_HANDOFF_TEMPLATE.md`
Purpose: structured task handoff for team and agent execution.

---

## Level 2 - System Expansion

Read after Level 1:

1. `docs/IAIFOUNDATION_CONTEXT_MEMORY_SYSTEM.md`
Purpose: reduce token waste through reusable memory.

2. `docs/IAIFOUNDATION_AGENT_EXECUTION_SYSTEM.md`
Purpose: define AI roles and step-by-step development workflow.

3. `docs/IAIFOUNDATION_MULTI_MODEL_ROUTER.md`
Purpose: route tasks to the right model for cost and quality balance.

---

## Level 3 - Advanced Execution

Read after Level 2:

1. `docs/IAIFOUNDATION_EXECUTION_ENGINE.md`
Purpose: autonomous execution flow from task to validated result.

2. `docs/IAIFOUNDATION_REALTIME_AGENT_SYSTEM.md`
Purpose: multi-agent coordination and parallel execution control.

3. `docs/IAIFOUNDATION_DATA_INTELLIGENCE_LAYER.md`
Purpose: context retrieval, indexing, reasoning, and data-aware decisions.

---

## Recommended Reading Order

1. `docs/IAI_FOUNDATION_AI_SYSTEM.md`
2. `docs/AI_PROMPT_TEMPLATES.md`
3. `docs/AI_TASK_HANDOFF_TEMPLATE.md`
4. `docs/IAIFOUNDATION_CONTEXT_MEMORY_SYSTEM.md`
5. `docs/IAIFOUNDATION_AGENT_EXECUTION_SYSTEM.md`
6. `docs/IAIFOUNDATION_MULTI_MODEL_ROUTER.md`
7. `docs/IAIFOUNDATION_EXECUTION_ENGINE.md`
8. `docs/IAIFOUNDATION_REALTIME_AGENT_SYSTEM.md`
9. `docs/IAIFOUNDATION_DATA_INTELLIGENCE_LAYER.md`

---

## Quick Start

For daily work, minimum required set:

1. `docs/IAI_FOUNDATION_AI_SYSTEM.md`
2. `docs/AI_PROMPT_TEMPLATES.md`
3. `docs/AI_TASK_HANDOFF_TEMPLATE.md`

For advanced AI system operation, read the full Level 1 -> Level 2 -> Level 3 path.
