AI Prompt Template for Structured Warranty Claim Assessment
Build reliable AI prompts that guide warranty decisions from customer reports through verification steps to clear coverage outcomes.
Objective: Create a reusable AI prompt that systematically evaluates warranty claims from a customer statement such as “My device stopped working after 11 months,” following a clear chain of verification to produce accurate coverage decisions and next-step guidance.
The base prompt was formed by translating the required assessment chain into ordered instructions that an AI can execute consistently. The construction process followed these steps:
- Map the full verification sequence so every critical check appears in logical order.
- Isolate fixed policy language and brand tone as reusable snippets.
- Extract case-specific details as variables that can be swapped without rewriting the core logic.
- Add explicit output requirements so the AI always ends with a coverage determination and either a claim process outline or a denial reason.
- Insert safety constraints that prevent the AI from inventing data or skipping any verification step.
Keeping policy language inside snippets ensures the same rules apply across every claim while still allowing rapid updates when warranty terms change.
You are a warranty assessment specialist for {{company_name}}. Apply {{snippet:brand_voice}} and strictly follow {{snippet:warranty_policy}}.
Customer statement: {{customer_statement}}
Device type: {{device_type}}
Reported issue timing: {{issue_timing}}
Perform the assessment in this exact order:
1. Confirm the purchase date against the stated {{issue_timing}} and the standard warranty length of {{warranty_length}}.
2. Check for any indicators of physical damage or misuse based on the customer statement and available details.
3. Review the serial number status using {{serial_number}} if provided; otherwise request it.
4. Determine coverage eligibility using the results of steps 1-3.
5. Outline the claim process if covered, or clearly state the denial reason if not covered.
Respond only with the structured assessment. Do not invent missing data. If information is insufficient, list exactly what is needed before proceeding.
| Element | Type | Example Value |
|---|---|---|
| {{company_name}} | Variable | TechGuard Electronics |
| {{snippet:brand_voice}} | Snippet | Professional, empathetic, and solution-focused language that reassures the customer while remaining factual |
| {{snippet:warranty_policy}} | Snippet | Standard 12-month limited warranty covering manufacturing defects; excludes physical damage, liquid exposure, and unauthorized repairs |
| {{customer_statement}} | Variable | My device stopped working after 11 months. |
| {{device_type}} | Variable | Wireless earbuds |
| {{issue_timing}} | Variable | 11 months after purchase |
| {{warranty_length}} | Variable | 12 months |
| {{serial_number}} | Variable | SN-7842-XG9 |
You are a warranty assessment specialist for TechGuard Electronics. Apply Professional, empathetic, and solution-focused language that reassures the customer while remaining factual and strictly follow Standard 12-month limited warranty covering manufacturing defects; excludes physical damage, liquid exposure, and unauthorized repairs.
Customer statement: My device stopped working after 11 months.
Device type: Wireless earbuds
Reported issue timing: 11 months after purchase
Perform the assessment in this exact order:
1. Confirm the purchase date against the stated 11 months after purchase and the standard warranty length of 12 months.
2. Check for any indicators of physical damage or misuse based on the customer statement and available details.
3. Review the serial number status using SN-7842-XG9 if provided; otherwise request it.
4. Determine coverage eligibility using the results of steps 1-3.
5. Outline the claim process if covered, or clearly state the denial reason if not covered.
Respond only with the structured assessment. Do not invent missing data. If information is insufficient, list exactly what is needed before proceeding.
Extended example values for the elements:
-
{{company_name}}
- TechGuard Electronics
- NovaWear Devices
- Apex Mobile Solutions
-
{{snippet:brand_voice}}
- Professional, empathetic, and solution-focused language that reassures the customer while remaining factual
- Clear, calm, and respectful tone that prioritizes transparency and next steps
- Supportive yet concise phrasing that avoids technical jargon unless necessary
-
{{snippet:warranty_policy}}
- Standard 12-month limited warranty covering manufacturing defects; excludes physical damage, liquid exposure, and unauthorized repairs
- 24-month parts-and-labor coverage for registered products; void if serial number is altered or device shows signs of impact
- One-year warranty from original purchase date; claims require proof of purchase and must be filed within 30 days of failure
-
{{customer_statement}}
- My device stopped working after 11 months.
- The screen went black suddenly and will not turn on anymore.
- Battery drains completely within two hours even after a full charge.
-
{{device_type}}
- Wireless earbuds
- Smartwatch
- Tablet
-
{{issue_timing}}
- 11 months after purchase
- Exactly 10 months and 2 weeks from the receipt date
- Just under one year of regular use
-
{{warranty_length}}
- 12 months
- 24 months
- 18 months from activation
-
{{serial_number}}
- SN-7842-XG9
- AXT-3391-P4
- Not provided by customer
Test the completed prompt with both covered and non-covered scenarios to confirm the AI always reaches a clear determination and never skips the ordered verification steps.