Write a short midweek devotional (200-300 words) to send via email or app. Scripture-based, personal, warm. Keeps the congregation connected between Sundays.
A pastoral moment for the middle of the week.
Requires: pastor-foundation skill
Required:
Optional:
Use this exact structure. Every section has a purpose. Don't skip any of them.
Meet the reader where they are on Wednesday. Not where you wish they were.
The opening should be honest and human. Skip the greeting entirely. Drop the reader into a real moment.
What not to write: "Happy Wednesday, church family!"
What to aim for: "By Wednesday most of us have already forgotten what we committed to on Sunday. That's not failure. That's being human."
The goal is immediate recognition. The reader should think: "That's exactly where I am right now."
Pull 1-3 verses. Not a full chapter. The whole passage should fit in a single short paragraph.
Use the pastor's preferred translation. If no preference is given, use the ESV or NIV, whichever reads more naturally for the text.
Quote it cleanly. No verse-by-verse breakdown. Let the text breathe.
This is the heart of the devotional.
Write in first person. Write as a pastor who has been sitting with this text for days, not someone summarizing a commentary. What does this passage mean for THIS week, in THIS moment, for people carrying real weight?
Be specific. Vague spiritual encouragement does nothing. Anchor the reflection to something concrete: a feeling, a situation, a tension people are actually navigating.
Keep sentences short. Two to three per paragraph. Midweek readers are scanning while eating lunch or driving carpool. Make every sentence earn its place.
This section should feel like a handwritten note from someone who knows you, not a blog post from someone who needs page views.
A single line the reader can carry into Thursday, Friday, and the weekend.
Practical. Memorable. Short. This is not a summary of the reflection. It is an action or a posture: something the reader can actually hold onto.
Test it: can someone repeat this sentence to a coworker without fumbling it? If not, simplify it.
End with a prayer or a benediction-style blessing. Not both.
A closing prayer should be direct and personal, addressed to God, written in the first person plural (we, us, our). It should feel like the pastor is praying with the reader, not at them.
A benediction should send the reader out with confidence and peace. Something they could read aloud over themselves before they close their phone.
Do not end with a sign-off like "Have a blessed week!" or "In His grace." Just let the prayer or blessing be the ending.
Avoid these. They will kill the devotional.
Deliver the devotional as a formatted PDF using generate-pdf.py.
No headers inside the devotional itself. No labels like "Opening:" or "Reflection:" in the final output. Those are structural guides for writing it, not formatting for the reader.
The devotional should read as one continuous piece: a short note from a pastor who cares, arriving in someone's inbox on a Wednesday morning.
If the input includes a current sermon series, weave in a single line of connection. Keep it light. Something like: "We've been talking on Sundays about..." is enough. Don't force a lecture. One thread is sufficient.
If the input includes a community event or current moment on people's minds, let it inform the opening or reflection. Ground the text in the world the reader is actually living in.
Word count check before finalizing: if it exceeds 300 words, cut from the reflection first, then the closing. The opening and takeaway are the last things to trim.
Write the devotional content to a JSON file, then run generate-pdf.py to produce the branded PDF.
JSON schema:
{
"church_name": "CHURCH_NAME from foundation",
"date": "April 16, 2026",
"pastor_name": "PASTOR_NAME from foundation",
"passage_reference": "Psalm 46:10",
"translation": "ESV",
"scripture_text": "Be still, and know that I am God.",
"opening": "Opening text (1-2 sentences).",
"reflection": "Reflection text. Separate paragraphs with double newlines.",
"takeaway": "One sentence the reader carries into the rest of the week.",
"closing": "Prayer or benediction text."
}
Field notes:
church_name and pastor_name come from the pastor-foundation skill.reflection uses \n\n to separate paragraphs.Usage:
python generate-pdf.py input.json # output auto-named from date
python generate-pdf.py input.json devotional.pdf # explicit output path