đ§ The Gail Teamâs Guide to Scripting
How to Write Clear, Effective Prompts That Help Gail Deliver it's Best
When you talk to Gail, youâre not just chatting with an AI â youâre giving instructions to an incredibly capable digital assistant who can do a lot for your team. To get the best results, the key is clarity.
This guide walks you through how to write effective prompts and build strong use cases so that Gail performs exactly as you intend â every single time.
đ§ Think of Gail Like a Super-Intelligent New Hire
Even the best new hire needs clear guidance. Imagine youâve brought on a brilliant team member for their first day. If you said,
âMake me a peanut butter and jelly sandwich,â
they might hesitate â not because they canât do it, but because they need to know how.
Youâd need to explain things step-by-step:
âGrab the bread, open the bag, take two slices, spread peanut butter on one and jelly on the other, then put them together.â
Thatâs how scripting works with Gail. The clearer and more detailed your instructions, the better sheâll perform.
đŹ Whatâs a âUse Caseâ?
A use case is a recipe â a set of conditions and steps that tells Gail what to do and when to do it.
Each use case includes a few key components:
- Title â A simple label for your reference. It doesnât affect Gailâs behavior.
- Objective â The trigger. What event or phrase should cause this use case to run?
- Actions â The specific steps Gail should take to complete the task.
- Conditional Statements â The logic that helps Gail make decisions (like âif,â âand,â or âorâ).
- Directives â Behavior cues for Gail (e.g., âshow empathyâ or âmaintain a calm toneâ).
âïž Understanding Conditionals
|
Type |
Description |
Example |
|
If / Then |
Basic trigger and action. |
If the caller asks for a quote, then collect their contact details. |
|
Or |
One of several conditions can be true. |
If the caller wants auto or home insurance, then ask for their address. |
|
And |
Both conditions must be true. |
If the caller owns a car and a boat, then offer bundled coverage. |
|
Nor |
Neither condition can be true. |
If the caller has neither a car nor a home, skip insurance options. |
Using conditionals allows Gail to adapt intelligently to different caller scenarios within a single use case.
đ« Common Mistakes (and How to Avoid Them)
â Mistake 1: The âVagueâ Objective
Donât do this:
âHelp schedule an appointment.â
This doesnât tell Gail when or how to act.
â Do this instead:
Objective: If the caller asks to book a consultation, then assist with scheduling.
Actions:
- Ask what day and time work best.
- Offer the next two available appointments if needed.
- Confirm date, time, and method (phone or Zoom).
- Send a confirmation email.
Now Gail has a clear, repeatable process.
â Mistake 2: The âGuessing Gameâ Transfer
Donât do this:
âTransfer caller to the right department.â
Gail wonât know which department is âright.â
â Do this instead:
If the caller says âI want to speak to a live personâ and mentions billing, transfer to the billing department.
If they mention a new policy, transfer to sales.
Now Gail always routes calls correctly â no guesswork, no frustration.
đ What Great Looks Like
Example: Commercial Transfer by Business Name
Objective: If the caller requests commercial assistance and needs a transfer, follow these steps.
Actions:
- Ask for the callerâs business name.
- If the name starts with AâF, transfer to Dan.
- If the name starts with GâN, transfer to Paul.
- If the name starts with OâZ, transfer to Lisa.
â Each step is specific and measurable. Gail knows exactly who to transfer to based on the business name â no confusion or delays.
đĄ Tips for Writing Strong Prompts
- Be literal. Donât assume Gail knows context â spell it out.
- Use clear language. Start each step with âAsk the callerâŠâ or âTell the callerâŠâ to guide her correctly.
- Keep it step-by-step. Each action should describe one thing to do.
- Plan for scenarios. Add âif,â âand,â or âorâ statements to cover multiple paths.
- Test and refine. Review call behavior and adjust instructions for clarity.
đ§© Think in Flows, Not Lists
Writing a use case is like building a flowchart. Each step leads to the next until the outcome is achieved.
Example:
If itâs a new quote â do A
Else if itâs a renewal â do B
Else if itâs a payment â do C
Else â offer general assistance
By following this linear flow, Gail always moves logically toward the right resolution.
đ Final Thoughts
Building great use cases is about precision, not complexity. When your prompts are clear, specific, and logical, Gail will handle every interaction with professionalism and consistency â just like your best team member would.
Remember:
Great prompts create great experiences.
If youâre ever unsure, start with this formula:
âWhen X happens, Gail should do Y â and if Z is true, she should do A instead.â
Thatâs the foundation of every high-performing use case.