Tone rewriter prompt generator
Asking an LLM to “make this sound better” rarely works, because tone is subjective and the model has no fixed target. This generator turns a fuzzy ask into a precise instruction: it names the tone you are moving from, the tone you are moving to, who the text is for, and how long the result should be. The output is a reusable prompt you paste once and apply to as many pieces of text as you like.
How it works
The generator assembles a system-style instruction block. It states the transformation (source tone to target tone), pins the audience so vocabulary and formality land correctly, and adds a length rule so the model neither pads nor strips meaning. It also includes guardrails the model needs: preserve all facts, keep the original language, and return only the rewritten text. Those guardrails are what separate a clean tone shift from a full rewrite.
Tips and examples
- Casual to professional is the most common request — pair it with “business email” as the audience to get the right level of formality.
- Empathetic works best when you also note the situation (“delivering bad news”, “responding to a complaint”) so the warmth lands in context.
- Assertive output stays confident without becoming rude because the prompt bans hedging and apology while requiring respect.
- Keep a few generated prompts saved — one per common tone pair — and you have a consistent rewriting toolkit for an entire team.