| name | research |
| description | Run a complete exegetical analysis of a Bible passage. Orchestrates all six analysis skills in parallel, compiles the results, and writes the output file. Usage: /research <passage> |
Research Skill — Complete Exegetical Analysis
Given a passage reference (e.g., "HAG 02:20-23" or "Genesis 1:1-25"), perform a complete exegetical analysis.
Step 0: Parse the Reference
Extract BOOK_CODE, CHAPTER, and VERSES from the input. Use the mapping below for full book names.
Step 1: Run All 6 Skills IN PARALLEL
Invoke all six analysis skills in a SINGLE message with the passage:
/historian {passage}
/linguist {passage}
/author {passage}
/theologian {passage}
/disciple {passage}
/shepherd {passage}
CRITICAL: These MUST be 6 parallel Skill tool calls in ONE response. Do NOT run them sequentially.
Step 2: Compile the Document
Assemble the outputs into a single markdown document:
- Title:
# Exegetical Analysis of {Full Book Name} {Chapter}:{Verses} - {Description}
- Infer a brief thematic description from the passage content
- Scripture block: Look up the ESV text and format as:
> **1** Verse text...
>
> **2** More verse text...
>
> — *English Standard Version (ESV)*
- Horizontal rule:
---
- Six sections in order, each separated by
---:
## Historical & Cultural Analysis (from /historian)
## Linguistic Analysis (from /linguist)
## Literary Analysis (from /author)
## Theological Analysis (from /theologian)
## Hermeneutic (from /disciple)
## Application (from /shepherd)