teaching/sermon_prep_architecture.md

Sermon Prep Architecture

A Process Design for AI-Assisted Expository Preaching

Status: Draft for Josh's review — correct what's wrong, fill what's missing
Based on: Psalm 23 project context, Art of Teaching Workbook, Crouch/Kim formation framework, past conversation summary


1. Philosophy: What This System Is and Isn't

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

Three governing tensions (drawn from Crouch/Kim):

What AI May Do

What AI Must Not Do


2. Reusable Assets (Carry Across Every Sermon Project)

These are posture and method documents — they don't change with the text.

Asset File Role
Pastoral Guardrails pastoral_guardrails.md Core operating instructions for AI posture. Attend → Anchor → Discern → Offer → Handoff response flow. Editorial checklist. Scope boundaries.
Spiritual Formation & AI spiritual_formation_and_ai.md The "conscience" of the project. Crouch/Kim framework: speed/scale/simulation vs. patience/presence/embodiment. Heart-soul-mind-strength test. Mirror-not-person boundary.
Appreciation Template appreciation_template.md VAK storycraft method (visual, auditory, kinesthetic). Compact titles for stories. Keeps sermons warm, sensory, and relational rather than abstract.
Art of Teaching Workbook Art_of_Teaching_Workbook.pdf Comer/Tyson masterclass. Key sessions: Movements/Chunks/Seams (Session 3), Feedback and Editing (Session 5), Recovery and Growth (Session 7), Preaching for Spiritual Formation (Session 9), Working Theory of Change (Session 10). Reference, not template.
Sources Template sources.md (structure) Bibliographic scaffold: Books, Commentaries, Media/Transcripts, Journals/Voice Notes. Keeps research organized and citable.
Feedback Roster feedback_roster.md Who you go to, for what kind of feedback, and when (pre-sermon or post-sermon). Comer teaches both in Sessions 5 and 7: tell people what type of feedback you need, and map each person to the strength they bring. A living document that grows as your preaching community develops.

Reusable Principles (not files, but baked into the process)


3. Sermon-Specific Build (Rebuilt for Each Text)

These are created fresh for each sermon but follow a consistent structure.

Component Description
Anchor Scripture The full text in a clean, readable format. The center of gravity — everything orbits this.
Series Context Where this sermon sits in the arc. What comes before (handoff), what comes after (setup). What the team's theological direction is.
Expository Map Text movements, key verbs/imagery, theological center, canonical echoes, formation contrasts. (Template in pastoral guardrails: "Expository Mapping" scaffold.)
Sources Commentaries, books, transcripts, media specific to this text. Curated, not exhaustive.
Stream-of-Consciousness Memos Josh's raw voice — recorded at the creek, in the car, after prayer. Unedited. These are the soil everything grows from.
Movements / Chunks / Seams The sermon architecture. 2–4 movements (Hook, Head, Heart, Hands), each filled with chunks (story, quote, observation, illustration — one per 3x5 card), connected by seams (1–3 sentence transitions).
Cultural Biopsy Notes What competing narratives does the congregation carry into this text? What does the culture say about the same questions the text addresses?
"If You Remember One Thing" The single takeaway. Written last, held loosely until the sermon finds its center of gravity.

4. The Process (Phases, Not Steps)

These phases overlap and loop. They're not strictly sequential — but the order of priority matters. Phase 1 always comes first. AI involvement increases as you move through the phases.

Phase 1: Marinate (AI: Off)

Who: Josh + God + silence
When: Weeks before preaching. The earlier, the better.
What happens:

AI's role: None. This is solitude, silence, and the slow work of the Spirit. An AI companion here defeats the purpose entirely (Crouch: "it robs you of learning not to need to speak to God").

Output: Raw voice memos. A felt sense of where the sermon might live.


Phase 2: Observe (AI: Light Touch)

Who: Josh + text + commentaries + AI as study partner
When: 10–14 days before preaching.
What happens:

AI's role:

Output: Expository Map (draft). Updated Sources list.


Phase 3: Listen (AI: Moderate)

Who: Josh + sources + formation community + AI as research partner
When: 7–10 days before preaching.
What happens:

AI's role:

Output: Enriched Expository Map. Cultural biopsy notes. A growing sense of the sermon's theological center and emotional register.


Phase 4: Build (AI: Active Partner)

Who: Josh + AI as structural scaffolder
When: 5–7 days before preaching.
What happens:

AI's role:

Output: Movements/Chunks/Seams document (working draft). Sermon notes in Josh's preferred format.


Phase 5: Refine (AI: Selective)

Who: Josh + human feedback + AI for specific asks
When: 2–4 days before preaching.
What happens:

AI's role:

Output: Final sermon notes. Readiness to preach.


Phase 6: Recover, Then Harvest (AI: Off, Then Light Touch)

This phase has two distinct beats, in strict order. Comer (Session 7) is insistent: you don't jump to analysis before your body, soul, and spirit have been tended to. Preaching requires your whole self, and that expenditure needs intentional recovery — not an immediate performance review.

Beat 1: Recover (AI: Off)

Who: Josh + rest + God
When: Immediately after preaching through the next 1–2 days.
What happens:

AI's role: None. This is embodied recovery. The Crouch/Kim framework applies here as much as it does to Phase 1 — the temptation to immediately analyze, optimize, and extract lessons is exactly the "effortless power" impulse that erodes formation.

Beat 2: Harvest (AI: Light Touch)

Who: Josh + feedback community + AI as archivist
When: Later in the week after preaching, once recovery is complete.
What happens:

AI's role:

Output: Archived sermon materials. Feedback notes. Harvest entries indexed into the knowledge store. A preacher who's rested, not just productive.


5. Formation Checkpoints (Built Into the Process)

At three points, the process pauses for a formation gut-check:

  1. Before Phase 2 begins (Observe): "Have I spent enough time in Phase 1? Am I rushing to production because silence is uncomfortable?"
  2. Before Phase 4 begins (Build): "Is the theological center something I believe and am being formed by — or is it just something I've assembled from sources?"
  3. Before Phase 5 ends (Refine): "Does this sermon form people, or just inform them? Would I preach this if only ten people showed up?"

These are not AI-administered checkpoints. They're questions Josh asks himself — or that Frank or a trusted friend asks him.


6. Knowledge Store

Past harvest entries are stored as markdown files and indexed for semantic search. The markdown files are the source of truth. The vector index (.qdrant/) is gitignored and rebuildable.

Commands

python -m rag index sermons/                      # Index new/changed files (incremental — skips unchanged)
python -m rag search "theme or concept"            # Top 5 results (default)
python -m rag search "theme or concept" --top 10   # Override result count
python -m rag stats                                # Check what's indexed

When to use

First-time setup

pip install -r requirements.txt

First index run downloads embedding models (~600MB, cached after that).


7. Project File Structure (Per Sermon)

teaching/
├── CLAUDE.md                            # System-level posture + knowledge store rules
├── sermon_prep_architecture.md          # This document
├── .venv/                               # Project venv (rag package installed here)
├── .qdrant/                             # Vector index (gitignored, rebuildable)
├── _reusable/                           # Carry across every sermon
   ├── pastoral_guardrails.md
   ├── spiritual_formation_and_ai.md
   ├── appreciation_template.md
   └── feedback_roster.md
├── _template/                           # Copy to start a new sermon project
   └── ...
└── sermons/
    └── col-1-15-20-cosmic-christ/       # Example sermon project
        ├── README.md                    # Series context, preaching date, team notes
        ├── anchor_scripture.md          # Full text of the passage
        ├── expository_map.md            # Text movements, verbs, imagery, theology
        ├── sources.md                   # Curated bibliography for this text
        ├── movements_chunks_seams.md    # Sermon architecture (working draft)
        ├── cultural_biopsy.md           # Competing narratives and formation contrasts
        ├── voice_memos/                 # Raw stream-of-consciousness transcripts
           ├── memo_01.txt
           └── memo_02.txt
        └── archive/                     # Post-sermon: final notes, harvest entries
            ├── final_sermon_notes.md
            └── harvest-*.md             # Indexed into knowledge store

8. The Handoff Principle

Every AI interaction in this system ends with a handoff. Claude's last move is always some version of: "You own tone, direction, and delivery. Here's what I've laid out — take what serves you, leave the rest, and go be with your people."

The sermon doesn't belong to the system. It belongs to Josh, to the congregation, and to the Spirit who works through the foolishness of preaching.


This document is a draft. Josh: mark it up. Tell me what's real, what's aspirational, what's missing, and what's wrong. I'd rather be corrected now than build on a false foundation.