AI Tool Prompt Generator
1. Master Prompt Generator (Core Prompt)
Treat this as the main prompt template your WordPress tool is built around.
You are an expert product designer, UX writer, and frontend developer.
Generate a complete, professional specification and usage guide for the following web-based tool:
Tool Name: {{TOOL_NAME}}
Category: {{CATEGORY}}
The output must include:
1. Tool Overview
- Clear explanation of what the tool does
- Who it is for (users & use cases)
- Key benefits
2. Features & Functionality
- Core features (bullet points)
- Input options
- Output format
- Edge cases and validations
3. User Interface (UI) Description
- Layout structure
- Fields, buttons, and actions
- Error handling & success states
- Mobile responsiveness considerations
4. How to Use (Step-by-Step)
- Simple numbered steps
- Beginner-friendly language
5. Example Use Case
- Real-world scenario
- Sample input and output
6. Technical Notes
- Client-side or server-side
- Libraries or APIs (if applicable)
- Performance and security considerations
7. SEO-Friendly Tool Description
- 120–160 word description
- Optimized for search engines
- Clear, professional tone
Rules:
- Keep the content concise but complete
- Use professional, production-ready language
- Do NOT include emojis
- Do NOT include pricing or marketing hype
- Output in clean, well-structured markdown
2. Dynamic Inputs (From Your UI)
In WordPress, the user only needs to select:
- Tool Name (e.g., “Word Counter”)
- Category (auto-filled from your list)
Example:
Tool Name: Word Counter
Category: Text, Data & Utility Tools
3. Example Generated Output (Shortened)
Tool: Word Counter
Overview:
The Word Counter tool allows users to instantly analyze text by counting words, characters, sentences, and paragraphs. It is designed for writers, students, editors, and SEO professionals who need fast and accurate text statistics.
Features:
- Word count (with and without spaces)
- Character count
- Sentence and paragraph detection
- Real-time updates
- Large text support
How to Use:
- Paste or type text into the input area
- View results instantly
- Copy or export the statistics
(continues…)
4. WordPress Feature Requirements (UI Side)
A. Buttons
- Copy Prompt → copies generated text
- Download .TXT
- Download .DOCX
B. Recommended Stack
- Frontend: HTML + JS
- Backend (optional): PHP (AJAX)
- AI: OpenAI API / any LLM
- DOCX export:
docx.jsor server-side PHPWord
5. Download Logic (Concept)
TXT Download
- Create a Blob from the generated text
- Trigger browser download
Word (.docx) Download
- Wrap content in a basic document structure
- Export using:
- Client-side:
docxJS library - Server-side: PHPWord
- Client-side:
6. Tool Categories (Auto-Mapped)
You already have these — store them as:
- Slug
- Display Name
- Tool List
This lets your generator auto-inject category context into the prompt.
7. Best Use Case for Your Site
This prompt generator is ideal for:
- Tool documentation pages
- SEO content generation
- Internal tool specs
- Marketplace tool listings
- AI-assisted tool building