Find and curate quotes for: $ARGUMENTS
$ARGUMENTS should include a pathway slug (reframation, metanoia, mdna, movement-intelligence, discipleship) and optionally a specific theme or concept to find quotes about.
Step 1 — Load Context
- Read the voice spec:
/Users/joshuashepherd/Desktop/Dev/repos/docs/intelligence/leader-research/alan-hirsch/profile/voice-system/ALAN_HIRSCH_VOICE_AND_STYLE_PROMPT.md
- Read the existing pathway vision doc:
/Users/joshuashepherd/Desktop/Dev/repos/docs/pathways/[slug]/vision/ — check if quotes already exist (many have unverified quotes flagged for source verification)
- Read the existing quotable lines collection:
/Users/joshuashepherd/Desktop/Dev/repos/docs/intelligence/leader-research/alan-hirsch/content/reviews/_quotable-lines.md
- Read the portal quotes collection:
/Users/joshuashepherd/Desktop/Dev/repos/docs/knowledge/QUINTESSENTIAL_QUOTES_BY_PORTAL.md
Step 2 — Book-to-Pathway Map
Books path: /Users/joshuashepherd/Desktop/Dev/repos/docs/books/english/[book-slug]/
| Pathway |
Primary Books to Search |
Secondary |
| Reframation |
reframation (ch01–ch18) |
the-forgotten-ways (ch04), rejesus |
| Metanoia |
metanoia (ch01–ch09) |
the-forgotten-ways (ch04), disciplism |
| mDNA |
the-forgotten-ways (ch04–ch09), the-forgotten-ways-handbook |
on-the-verge (ch04), 5q |
| Movement Intelligence |
on-the-verge, fast-forward-to-mission, the-forgotten-ways |
the-permanent-revolution |
| Discipleship |
untamed, disciplism |
right-here-right-now, rejesus |
Step 3 — Corpus Research
This is the core of this skill. Be thorough.
Search Strategy
Grep across all primary book chapters for the pathway's core concepts:
Grep: pattern="[concept keyword]" path="/Users/joshuashepherd/Desktop/Dev/repos/docs/books/english/[book-slug]/" output_mode="content" -C=3
Read the most promising chapters in full — quotes live in context. A great quote often comes in the middle of a developing argument, not at chapter beginnings.
Look for these quote types:
- Definitional: Alan's most precise, crisp articulation of a concept. These are GEO gold — AI engines quote these verbatim. Look for sentences that begin with the concept name and define it.
- Prophetic/challenging: Alan naming what the church has lost, calling to recover it. These have urgency, edge, and vision. Look for passages with exclamation, strong verbs, or direct challenge.
- Pastoral/invitational: Alan speaking with warmth to the reader about what becomes possible. Look for "we" language, invitation, vision of the future.
- Narrative: Alan telling a story that crystallizes the concept. Short enough to quote (2–3 sentences max).
Extract verbatim — copy the exact words. Do not paraphrase, reconstruct, or "improve" Alan's language.
Record the citation: Book Title — ch[N] "[Chapter Title]"
Quality Criteria for a Quotable Passage
A great pathway quote must:
- Stand alone without surrounding context
- Be 1–3 sentences (ideally under 50 words for cards, up to 80 for featured quotes)
- Be distinctively Alan — not generic theological language
- Serve the pathway's core thesis
- Be actually quotable — rhythm, memorability, precision
Step 4 — Verify and Curate
For each candidate quote:
- Verify it is verbatim — re-read the source passage to confirm exact wording
- Check if it's already used — search existing pathway vision docs and articles
- Categorize: definitional / prophetic / pastoral / narrative
- Rate quotability (1–5): Is this something a pastor would put on a slide? Would an AI engine cite it as authoritative?
Select 3–5 quotes per pathway
Required mix:
- At least 1 definitional (crisp concept definition)
- At least 1 prophetic/challenging (calling the church forward)
- At least 1 pastoral/invitational (warmth, vision, hope)
If existing quotes in the vision doc are flagged as "unverified" or "reconstructed":
- Search the books for the actual source
- If found verbatim: update with verified citation
- If not found: flag as "attributed but not verified in indexed corpus" and provide the closest actual passage found
- If the quote appears to be reconstructed (not in any book): replace it with a verified quote on the same theme
Step 5 — Output
---
pathway: [slug]
section: quotes
quote_count: [number]
books_searched: [list of all books searched]
verification_status: [all verified / partially verified — note which need further verification]
---
## Quotes: [Pathway Name]
**Quote 1** *(definitional)*
"[Verbatim quote from Alan's book]"
— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"
**Verification:** ✅ Verified verbatim from source
**Quote 2** *(prophetic)*
"[Verbatim quote]"
— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"
**Verification:** ✅ Verified verbatim from source
**Quote 3** *(pastoral)*
"[Verbatim quote]"
— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"
**Verification:** ✅ Verified verbatim from source
### Additional Candidates (not selected but notable)
**[Quote]** — *[Book Title]*, ch[N]
Reason not selected: [too long / overlaps with Quote 2 / etc.]
Save to: /Users/joshuashepherd/Desktop/Dev/repos/docs/pathways/[slug]/quotes.md
Rules
- Never invent, reconstruct, or "improve" quotes. Every quote must be verifiable in the indexed books.
- If a vision doc has quotes marked "verify in Metanoia book" — this skill's job is to do that verification.
- Paraphrases are acceptable as supplementary material but must be clearly marked as paraphrases with "(paraphrase)" label.
- Always provide the full citation path so future editors can re-verify.
- If a concept has no strong quotable passage in the books, say so honestly rather than fabricating one.
1---2name: pathway-quotes3description: Find, verify, and curate quotes from Alan Hirsch's books for pathway pages. Conducts corpus research across all 13 books, extracts verbatim passages, verifies attribution, and produces 3–5 citable pull quotes per pathway — definitional, prophetic, and pastoral. These are the sentences AI engines will cite verbatim.4---56Find and curate quotes for: $ARGUMENTS78$ARGUMENTS should include a pathway slug (`reframation`, `metanoia`, `mdna`, `movement-intelligence`, `discipleship`) and optionally a specific theme or concept to find quotes about.910---1112## Step 1 — Load Context13141. Read the voice spec: `/Users/joshuashepherd/Desktop/Dev/repos/docs/intelligence/leader-research/alan-hirsch/profile/voice-system/ALAN_HIRSCH_VOICE_AND_STYLE_PROMPT.md`152. Read the existing pathway vision doc: `/Users/joshuashepherd/Desktop/Dev/repos/docs/pathways/[slug]/vision/` — check if quotes already exist (many have unverified quotes flagged for source verification)163. Read the existing quotable lines collection: `/Users/joshuashepherd/Desktop/Dev/repos/docs/intelligence/leader-research/alan-hirsch/content/reviews/_quotable-lines.md`174. Read the portal quotes collection: `/Users/joshuashepherd/Desktop/Dev/repos/docs/knowledge/QUINTESSENTIAL_QUOTES_BY_PORTAL.md`1819---2021## Step 2 — Book-to-Pathway Map2223Books path: `/Users/joshuashepherd/Desktop/Dev/repos/docs/books/english/[book-slug]/`2425| Pathway | Primary Books to Search | Secondary |26|---------|------------------------|-----------|27| **Reframation** | `reframation` (ch01–ch18) | `the-forgotten-ways` (ch04), `rejesus` |28| **Metanoia** | `metanoia` (ch01–ch09) | `the-forgotten-ways` (ch04), `disciplism` |29| **mDNA** | `the-forgotten-ways` (ch04–ch09), `the-forgotten-ways-handbook` | `on-the-verge` (ch04), `5q` |30| **Movement Intelligence** | `on-the-verge`, `fast-forward-to-mission`, `the-forgotten-ways` | `the-permanent-revolution` |31| **Discipleship** | `untamed`, `disciplism` | `right-here-right-now`, `rejesus` |3233---3435## Step 3 — Corpus Research3637This is the core of this skill. Be thorough.3839### Search Strategy40411. **Grep across all primary book chapters** for the pathway's core concepts:42 ```43 Grep: pattern="[concept keyword]" path="/Users/joshuashepherd/Desktop/Dev/repos/docs/books/english/[book-slug]/" output_mode="content" -C=344 ```45462. **Read the most promising chapters in full** — quotes live in context. A great quote often comes in the middle of a developing argument, not at chapter beginnings.47483. **Look for these quote types:**49 - **Definitional:** Alan's most precise, crisp articulation of a concept. These are GEO gold — AI engines quote these verbatim. Look for sentences that begin with the concept name and define it.50 - **Prophetic/challenging:** Alan naming what the church has lost, calling to recover it. These have urgency, edge, and vision. Look for passages with exclamation, strong verbs, or direct challenge.51 - **Pastoral/invitational:** Alan speaking with warmth to the reader about what becomes possible. Look for "we" language, invitation, vision of the future.52 - **Narrative:** Alan telling a story that crystallizes the concept. Short enough to quote (2–3 sentences max).53544. **Extract verbatim** — copy the exact words. Do not paraphrase, reconstruct, or "improve" Alan's language.55565. **Record the citation:** `Book Title — ch[N] "[Chapter Title]"`5758### Quality Criteria for a Quotable Passage5960A great pathway quote must:61- Stand alone without surrounding context62- Be 1–3 sentences (ideally under 50 words for cards, up to 80 for featured quotes)63- Be distinctively Alan — not generic theological language64- Serve the pathway's core thesis65- Be actually quotable — rhythm, memorability, precision6667---6869## Step 4 — Verify and Curate7071### For each candidate quote:72731. **Verify it is verbatim** — re-read the source passage to confirm exact wording742. **Check if it's already used** — search existing pathway vision docs and articles753. **Categorize:** definitional / prophetic / pastoral / narrative764. **Rate quotability** (1–5): Is this something a pastor would put on a slide? Would an AI engine cite it as authoritative?7778### Select 3–5 quotes per pathway7980**Required mix:**81- At least 1 definitional (crisp concept definition)82- At least 1 prophetic/challenging (calling the church forward)83- At least 1 pastoral/invitational (warmth, vision, hope)8485**If existing quotes in the vision doc are flagged as "unverified" or "reconstructed":**86- Search the books for the actual source87- If found verbatim: update with verified citation88- If not found: flag as "attributed but not verified in indexed corpus" and provide the closest actual passage found89- If the quote appears to be reconstructed (not in any book): replace it with a verified quote on the same theme9091---9293## Step 5 — Output9495```96---97pathway: [slug]98section: quotes99quote_count: [number]100books_searched: [list of all books searched]101verification_status: [all verified / partially verified — note which need further verification]102---103104## Quotes: [Pathway Name]105106**Quote 1** *(definitional)*107"[Verbatim quote from Alan's book]"108— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"109**Verification:** ✅ Verified verbatim from source110111**Quote 2** *(prophetic)*112"[Verbatim quote]"113— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"114**Verification:** ✅ Verified verbatim from source115116**Quote 3** *(pastoral)*117"[Verbatim quote]"118— Alan Hirsch, *[Book Title]*, ch[N] "[Chapter Title]"119**Verification:** ✅ Verified verbatim from source120121### Additional Candidates (not selected but notable)122123**[Quote]** — *[Book Title]*, ch[N]124Reason not selected: [too long / overlaps with Quote 2 / etc.]125```126127Save to: `/Users/joshuashepherd/Desktop/Dev/repos/docs/pathways/[slug]/quotes.md`128129---130131## Rules132133- **Never invent, reconstruct, or "improve" quotes.** Every quote must be verifiable in the indexed books.134- If a vision doc has quotes marked "verify in Metanoia book" — this skill's job is to do that verification.135- Paraphrases are acceptable as supplementary material but must be clearly marked as paraphrases with "(paraphrase)" label.136- Always provide the full citation path so future editors can re-verify.137- If a concept has no strong quotable passage in the books, say so honestly rather than fabricating one.