# Documentation Research Report Template

Output structure for the final report (Step 5). Keep the section order stable so reports can be compared across projects.

```markdown
# Documentation Research: [Project Name]

## 1. Executive Summary & Core Assertion
**Core Assertion:** [The one-sentence hook]
**Status:** [Summary of current architecture health]

## 2. Diátaxis Matrix
| Quadrant | Existing Topics | Proposed/Missing Topics |
| :--- | :--- | :--- |
| **Tutorial** | | |
| **How-to** | | |
| **Reference** | | |
| **Explanation** | | |

## 3. Snowflake Structural Map
- **Macro-Journey:** [Description]
- **Key Components:** [List]

## 4. EPPO & Cognitive Audit
- **Frankenbooks Found:** [List of files with mixed intent]
- **Context Gaps:** [Topics needing better orientation]

## 5. AI-Readiness Assessment
- [ ] `llms.txt` present?
- [ ] Explicit semantic labeling for RAG?
- [ ] MCP/agent manifests identified?

## 6. Measurement Signals
- [ ] TTFS measurable today?
- [ ] Search analytics available?
- [ ] Coverage / freshness tracked?

## 7. Recommended Next Steps
1. [Actionable structural change]
2. [Actionable topic creation]
3. [Actionable measurement setup]
```