🤖 AI-Powered Prompt Enhancement Assistant using Google Sheets

Go to Workflow
1,800 views
Built by EoCi - Mr.Eo EoCi - Mr.Eo
Created on June 07, 2026

Description

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Introduction
Tired of spending time crafting the perfect AI prompt? This workflow takes your simple ideas like "write a blog post" and automatically transforms them into detailed, structured prompts that actually work.
🎯 What This Does
Automatically converts simple user prompts like "write a blog post" into structured, professional AI prompts with metadata, variables, and clear instructions. Perfect for everybody, all industries and organizations who are wanting to eliminate prompt engineering works.

🔄 How It Works
Google Sheets Trigger monitors for new prompts
AI Enhancement Pipeline uses Gemini + Groq to add structure & context
Field Completion auto-generates missing metadata (topic, categories)
Quality Assurance validates & stores complete results
🚀 Setup Requirements
AI APIs**: Gemini, Telegram, Groq API keys
Google Sheets**: 2 sheets (Main, ModifiedPrompt)
5 minutes setup time** - detailed instructions in blue sticky notes
Set up steps
Setup time: < 5 minutes
Create a Google Spreadsheet with two tabs (sheets): OriginalPrompts and ModifiedPrompts.
OriginalPrompts columns: Original Prompt ID | Model | Original Prompt | Created Time
ModifiedPrompts columns (example): Modified Prompt ID | Original Prompt ID | Topic | Topic Categories | Modified Prompt | Prompt Title | Prompt Type | Model Used | Improvement Notes | Updated Time | Created Time | isProcessed

Add and attach credentials in n8n:
Google Sheets OAuth2 (required for getting new prompt)
Gemini and Groq API credentials (required for AI Agent)
Telegram credential (required for notifications)

Save & Activate the workflow. Add a test row to OriginalPrompts, for example:
Original Prompt ID: 1 — Original Prompt: "Write a short blog post about AI ethics".

Wait ~30–60s and check ModifiedPrompts for the enhanced output.

That’s it ! Once it configured, drop short ideas into your sheet and get professional prompts back automatically. Your prompts get better, your AI outputs improve, and you save hours of manual prompt crafting.

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Google Sheets
n8n-nodes-base.googleSheets
Groq Chat Model
@n8n/n8n-nodes-langchain.lmChatGroq
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Telegram
n8n-nodes-base.telegram