Before/After Comparison
Requesting a side-by-side format forces the model to make deliberate, explainable edits rather than vague rewrites. The 'why' column builds your intuition for future writing.
Rewrite the following {{content_type}} to improve clarity, tone, and impact. Show the original and revised version side by side in a markdown table with columns "Before" and "After". Below the table, list 3 specific changes you made and why each one improves the result.\n\nOriginal:\n{{original_text}}
Variables to customize
Why this prompt works
Requesting a side-by-side format forces the model to make deliberate, explainable edits rather than vague rewrites. The 'why' column builds your intuition for future writing.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.