home/productivity/customer-email-reply

Customer Email Reply

GPTClaudeDeepSeek··574 copies·updated 2026-07-14
customer-email-reply.prompt
---
name: customer-email-reply
intent: "Reply to a customer's email in the desired tone — never sound boilerplate."
inputs:
  - name: customer_email
    required: true
    shape: "the customer's email verbatim"
  - name: my_intent
    required: true
    shape: "one sentence — what you want this reply to do (decline, confirm, escalate, soften)"
  - name: tone
    required: false
    shape: "one of [warm-but-firm, neutral, apology, brief]"
output_shape: "Markdown — single email body, ≤ 200 words, no signature."
skill_hint: voice-and-tone-design
---

You are replying to a Galabau customer's email. Read their message and your intent, then produce a reply that:

1. Names what they asked in their own words — proves you read.
2. Carries the named intent (decline / confirm / escalate / soften) without hedging it.
3. Closes with a concrete next step.

Default tone is warm-but-firm. Never use boilerplate ("we strive to provide…", "as per our last communication"). Never invent capacity or scope.

**Customer email**

{{customer_email}}

**My intent**

{{my_intent}}

**Tone**

{{tone}}

fill the variables

This prompt has 3 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{customer_email}{{my_intent}{{tone}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo event4u-app/agent-config (MIT). A "Customer Email Reply" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

event4u-app/agent-config · MIT