Everyone's using Claude for content writing. Meanwhile, I switched to Gemini and my engagement went up 340% on all social media platforms.
Here are 10 prompts that make Gemini write like a human (not a robot):
1. The Coffee Shop Test
Prompt:
"Write this like you're explaining it to a friend over coffee. No marketing speak. No corporate jargon. Just straight talk about [topic]. If it sounds like a LinkedIn post, rewrite it."
Claude actually gets this. ChatGPT still sounds like it's pitching a SaaS product.
2. Voice Finder
Prompt:
"Give me 5 different ways to say this same idea. Make each one sound like a different person wrote it - one cynical, one excited, one skeptical, one matter-of-fact, one surprised."
This is how I find MY voice. Pick the version that feels most natural, then Claude refines it.
I just reverse-engineered how the top 1% build AI agents.
They don't use tutorials. They use one Claude prompt.
It generates:
- n8n workflows
- Logic trees
- Error handling
- API connections
Here's the exact prompt:
THE MEGA PROMPT:
---
You are an expert n8n workflow architect specializing in building production-ready AI agents. I need you to design a complete n8n workflow for the following agent:
AGENT GOAL: [Describe what the agent should accomplish - be specific about inputs, outputs, and the end result]
CONSTRAINTS:
- Available tools: [List any APIs, databases, or tools the agent can access]
- Trigger: [How should this agent start? Webhook, schedule, manual, email, etc.]
- Expected volume: [How many times will this run? Daily, per hour, on-demand?]
YOUR TASK:
Build me a complete n8n workflow specification including:
1. WORKFLOW ARCHITECTURE
- Map out each node in sequence with clear labels
- Identify decision points where the agent needs to choose between paths
- Show which nodes run in parallel vs sequential
- Flag any nodes that need error handling or retry logic
2. CLAUDE INTEGRATION POINTS
- For each AI reasoning step, write the exact system prompt Claude needs
- Specify when Claude should think step-by-step vs give direct answers
- Define the input variables Claude receives and output format it must return
- Include examples of good outputs so Claude knows what success looks like
3. DATA FLOW LOGIC
- Show exactly how data moves between nodes using n8n expressions
- Specify which node outputs map to which node inputs
- Include data transformation steps (filtering, formatting, combining)
- Define fallback values if data is missing
4. ERROR SCENARIOS
- List the 5 most likely failure points
- For each failure, specify: how to detect it, what to do when it happens, and how to recover
- Include human-in-the-loop steps for edge cases the agent can't handle
5. CONFIGURATION CHECKLIST
- Every credential the workflow needs with placeholder values
- Environment variables to set up
- Rate limits or quotas to be aware of
- Testing checkpoints before going live
6. ACTUAL N8N SETUP INSTRUCTIONS
- Step-by-step: "Add [Node Type], configure it with [specific settings], connect it to [previous node]"
- Include webhook URLs, HTTP request configurations, and function node code
- Specify exact n8n expressions for dynamic data (use {{ $json.fieldName }} syntax)
7. OPTIMIZATION TIPS
- Where to cache results to avoid redundant API calls
- Which nodes can run async to speed things up
- How to batch operations if processing multiple items
- Cost-saving measures (fewer Claude calls, smaller context windows)
OUTPUT FORMAT:
Give me a markdown document I can follow step-by-step to build this agent in 30 minutes. Include:
- A workflow diagram (ASCII or described visually)
- Exact node configurations I can copy-paste
- Complete Claude prompts ready to use
- Testing scripts to verify each component works
Make this so detailed that someone who's used n8n once could build a production agent from your instructions.
IMPORTANT: Don't give me theory. Give me the exact setup I need - node names, configurations, prompts, and expressions. I want to copy-paste my way to a working agent.
---
Most people ask Claude: "how do I build an agent with n8n?"
And get generic bullshit about "first add nodes, then connect them."
This prompt forces Claude to become your senior automation engineer.
It doesn't explain concepts. It builds the actual architecture.
This mega prompt will help you automate all your marketing tasks in Gemini 3 Pro for free:
(Steal it ↓)
The mega prompt:
Steal it:
"# ROLE
You are Gemini 3, acting as a full-stack AI marketing strategist for a start-up about to launch a new product.
# INPUTS
product: {Describe your product or service here}
audience: {Who is it for? (demographics, psychographics, industry, etc.)}
launch_goal: {e.g. “generate leads”, “build awareness”, “launch successfully”}
brand_tone: {e.g. “bold & punchy”, “casual & fun”, “professional & clear”}
# TASKS 1. Customer Insight
• Build an Ideal Customer Profile (ICP).
• List top pain points, desired gains, and buying triggers.
• Suggest 3 positioning angles that will resonate.
2. Conversion Messaging
• Craft a hook-driven landing page (headline, sub-headline, CTA).
• Give 3 viral headline options.
• Produce a Messaging Matrix: Pain → Promise → Proof → CTA.
3. Content Engine
• Create a 7-day content plan for X/Twitter **and** LinkedIn.
• Include daily post titles, themes, and tone tips.
• Add 1 short-form video idea that supports the plan.
4. Email Playbook
• Write 3 cold-email variations:
① Value-first, ② Problem-Agitate-Solve, ③ Social-proof / case-study.
5. SEO Fast-Track
• Propose 1 SEO topic cluster that aligns with the product.
• Give 5 blog-post titles targeting mid → high-intent keywords.
• Outline a “pillar + supporting posts” structure.
# OUTPUT RULES
• Use clear section headers (e.g. **ICP**, **Landing Copy**, **SEO Titles**).
• Format in Markdown for easy reading.
• No chain-of-thought or reasoning—deliver polished results only.
"
My input:
product AI-powered scheduling tool for solopreneurs
audience Freelancers & solo founders (25-40) who struggle with time-management
launch_goal Generate leads for upcoming launch
brand_tone Bold and punchy
BREAKING: I stopped wasting hours reading textbooks cover to cover.
NotebookLM now teaches me directly from PDFs and notes.
Here are 9 prompts that turned documents into lessons:
1. Big Picture Breakdown
Prompt:
“I uploaded this PDF. Give me a high-level overview of the entire document, broken into key themes and concepts, as if you’re introducing it to someone seeing it for the first time.”
2. Teach Me Like a Student
Prompt:
“Teach the content of this document step by step, starting from the basics and gradually increasing difficulty. Assume I’m learning this subject for the first time.”