Creative Writing
The explicit anti-patterns (cliches, passive voice, generic openers) eliminate the most common AI writing tells. Both ChatGPT and Gemini produce noticeably better creative output with these constraints.
Write a {{content_type}} about {{topic}}. Specifications: - Tone: {{tone}} - Target audience: {{audience}} - Length: {{word_count}} words - Purpose: {{purpose}} Style guidelines: - Open with a hook — not a definition or generic statement - Use concrete examples and specific details over abstract claims - Vary sentence length (mix short punchy sentences with longer flowing ones) - End with a memorable closing line, not a summary Avoid: cliches, passive voice where active is stronger, starting paragraphs with "In today's world" or "It's important to note that".
Variables to customize
Why this prompt works
The explicit anti-patterns (cliches, passive voice, generic openers) eliminate the most common AI writing tells. Both ChatGPT and Gemini produce noticeably better creative output with these constraints.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Get thorough code reviews with actionable feedback tailored to your language, framework, and standards.
Context-Aware Code CompletionProviding the surrounding code and project context lets the model match existing patterns exactly. The constraint against modifying existing code prevents unwanted side effects.
Inline Code SuggestionConstraining suggestions to match existing style and scope produces insertions that feel native to the codebase. The 'no explanation' rule mimics real inline completion behavior.
Code ExplanationThe audience level parameter adjusts complexity automatically. Requiring a usage example ensures the explanation is practical, not just theoretical.