💡 How to use these prompts:
Replace everything in [BRACKETS] with your specific details before sending.
Click Copy to copy any prompt to your clipboard instantly.
I am building a voice product for: [DESCRIBE]
Map out interruption handling. Specifically:
- What the system should do mid-sentence when the user starts speaking
- When it should stop entirely versus finish the current clause
- How it should recover if the interruption was accidental
- What it should never interrupt itself for
Write it as rules I could implement, not principles.
My voice product will sometimes fail to understand or lack an answer.
Write the failure responses. For each, tell me:
- What the user actually hears
- How long before it says anything
- Whether it asks again or hands off
- How it avoids a loop
Silence is worse than an imperfect answer in voice. Design for that.
Here is what my voice product handles: [LIST]
For each, tell me whether it should complete the task, confirm before acting, or hand off to a person.
Be strict about anything irreversible — payments, cancellations, anything that sends. A voice confirmation is weaker evidence than a click.
Here is copy written for a screen: [PASTE]
Rewrite it to be spoken. Specifically:
- Break anything a person could not say in one breath
- Remove structure that only works visually — bullets, parentheses, headings
- Replace numbers and symbols with how they are said aloud
- Cut anything that exists only to fill space
Read it back and tell me where it still sounds written.
My voice product does: [DESCRIBE THE FLOW]
Break down where time goes between the user finishing and hearing a response:
- Recognition
- Any backend reasoning or tool call
- Synthesis
- Network
Tell me which step to attack first, and what the user should hear while a slow step runs.
I am considering voice for: [DESCRIBE]
Argue against it. Specifically:
- What is harder by voice than by screen
- Where users would need to remember something a screen would show
- What happens in a noisy or public environment
- Whether the task genuinely benefits from hands-free
Then tell me whether the argument holds.