# Core Documentation

## Overview

Technical guide for `docs/core/` — essential documentation including system architecture, usage guide, and development workflow.

## Files

| File | Purpose |
|------|---------|
| `how-to-use.md` | Comprehensive usage guide (all 12 skill levels) |
| `architecture.md` | System architecture overview (links to detailed docs) |
| `workflow.md` | Development workflow and pipeline orchestration |

## Key Conventions

- `how-to-use.md` is the primary entry point for all users
- `architecture.md` is a concise overview — detailed architecture is in `architecture/` folder
- `workflow.md` documents the development process and build pipeline stages
- All files cross-reference the detailed documentation in other folders

## See Also

- [README.md](README.md) — Quick navigation
- [Architecture Folder](../architecture/) — Detailed architecture documentation
- [API Reference](../reference/api-reference.md) — Full API docs
