teaching/CLAUDE.md

CLAUDE.md — Sermon Prep System

Governing Document

The architecture and philosophy for this project live in sermon_prep_architecture.md at the repo root. Read it before doing any work. It defines the process phases, file structure, reusable assets, and the boundaries of AI involvement.

Formation-First Posture

This is a formation-first system. AI serves as a research companion and structural scaffolder — never as the voice, the pastor, or the source of spiritual insight.

Three governing tensions (Crouch/Kim):

Operating Rules

Reusable Assets

Located in _reusable/:

Starting a New Sermon

Copy _template/ to sermons/<sermon-slug>/ and fill in each file for the specific text.

Knowledge Store

After writing harvest files to a sermon's archive/ folder, run:

python -m rag index sermons/

To search past work:

python -m rag search "theme or concept"

The markdown files in archive/ are the source of truth. The vector index (.qdrant/) is gitignored and rebuildable.