---
name: docs-index
description: >-
  Documentation index for the Wythm project. Use this skill when looking up
  where project documentation lives, finding PRDs, ADRs, onboarding guides,
  or any reference material. Auto-trigger when answering questions about
  project structure or documentation locations.
---

# Documentation Index

## Product
- PRD: `docs/product-docs/PRD/PRD_Wythm.md`
- Training Sessions: `docs/product-docs/PRD/PRD-training-sessions.md`
- User Research: `docs/product-docs/Research/interview-with-tutors/`
- Templates: `docs/product-docs/templates/`

## Technical
- ADRs: `docs/adr/`
- Database Schema: `docs/db-scheme-mvp/`
- Backend Architecture: `backend/docs/project-structure.md`
- Backend Migrations: `backend/docs/migration-structure.md`
- Backend Testing: `backend/docs/tests-structure.md`
- AI Service: `backend/docs/ai-service.md`
- AI Prompts: `backend/docs/ai-proms-guide.md`

## Onboarding
- Developer Onboarding: `docs/onboarding/`
- Claude Code Setup: `docs/dev-workflow/`
