Prompt Library

Pre-built and custom prompt templates for common AI tasks.

7 min read

Prompt Library

The prompt library is a collection of reusable prompt templates that you can insert into AI chat with one click. It ships with curated prompts for common tasks and lets you create your own — from simple text templates to structured SOP-style prompts with roles, rules, examples, and knowledge context.

Built-in Prompt Categories

WISEROWS ships with curated prompts organized by use case:

5 of 5
Category
Example Prompts
What They Help With
Content GenerationBlog post outline, product description, social media copyCreating first drafts for various content formats
SEO AnalysisKeyword gap analysis, meta tag optimization, content auditIdentifying SEO opportunities and fixing issues
Data & EntitiesBulk entity creation, data cleanup, schema suggestionsManaging and organizing your project data
Analytics & InsightsTraffic summary, content performance report, competitor analysisUnderstanding what is working and what is not
StrategicContent calendar planning, topic ideation, audience researchHigh-level planning and strategy development

Note
Curated prompts are read-only. You cannot edit or delete them, but you can duplicate and customize them.

Creating Custom Prompts

1

Open the Prompts panel

Go to Prompts in the sidebar or click the prompt icon in the chat interface.

2

Click New Prompt

Choose between a simple prompt (just a text template) or a structured prompt (SOP-style with multiple sections).

3

Configure your prompt

Fill in the required fields:

titlestringrequired
A descriptive name shown in the prompt browser (e.g., "SEO Blog Post Brief").
promptTextstringrequired
The prompt template text. Use `{{variableName}}` for dynamic placeholders that get filled in when the prompt is used.
categorystringrequired
One of: Data & Entities, Content Generation, Analytics & Insights, Project Management, Strategic.
descriptionstring
A one-sentence explanation of what this prompt does. Shown in the prompt browser.
4

Save and use

Your prompt appears in the library immediately. Click it in chat to insert it, fill in any variables, and send.

Simple vs. Structured Prompts

Simple Prompts

A simple prompt is a text template with optional {{variable}} placeholders. When you select it in chat, the placeholders are highlighted for you to fill in.

Example — Blog Post Outline:

Create a detailed blog post outline for the topic "{{topic}}".

Target audience: {{audience}}
Target keyword: {{keyword}}
Desired word count: {{wordCount}}

Include:
- A compelling headline with the target keyword
- Introduction hook
- 4-6 H2 sections with 2-3 bullet points each
- Conclusion with a call to action
- 3 internal linking opportunities

Structured Prompts (SOP-Style)

Structured prompts break the instruction into discrete sections, making them more reliable for complex tasks. Each section serves a specific purpose:

roleInstructionstring
Defines who the AI should act as. Sets expertise level and perspective.
taskInstructionstring
The specific task to perform. What output is expected.
rulesstring[]
Explicit constraints the AI must follow. Each rule is a separate item.
outputFormatstring
Describes the expected output structure (e.g., JSON schema, markdown format).
fewShotExamplesArray<{input, output}>
Input/output pairs that demonstrate the expected behavior. The most effective way to guide AI output quality.
negativeExamplesstring[]
Anti-patterns the AI should avoid. Useful for eliminating common mistakes.
knowledgeSlugsstring[]
Slugs of knowledge documents to inject as context. The AI will receive these documents alongside the prompt.
modelOverridestring
Override the default AI model for this specific prompt. Useful when a task requires a stronger model.

Example — Structured SEO Meta Description Prompt:

Role: You are an SEO copywriter specializing in meta descriptions
      that maximize click-through rates from search results.

Task: Write a meta description for the page titled "{{pageTitle}}"
      targeting the keyword "{{keyword}}".

Rules:
- Maximum 155 characters (hard limit)
- Include the target keyword naturally within the first 100 characters
- Include a clear call to action
- Do not use quotes or special characters that break in SERPs
- Match the search intent: {{searchIntent}}

Output Format: Return a single string — the meta description only.

Example:
  Input: pageTitle="Best CRM Software 2025", keyword="best CRM software"
  Output: "Compare the best CRM software for 2025. See features, pricing,
           and real user reviews to find the right CRM for your team."

Anti-patterns:
- Do not start with "This page is about..."
- Do not use clickbait or misleading claims
- Do not stuff the keyword more than once

Tip
Structured prompts with few-shot examples consistently outperform simple prompts for tasks that require specific formatting or tone. If your output quality is inconsistent, add 2-3 examples.

Using Prompts in Chat

In the chat interface, click the prompt icon (book icon) to open the library browser. You can:

  1. Browse by category — Filter by Content Generation, SEO Analysis, etc.
  2. Search — Type to filter prompts by title or description
  3. Preview — See the full prompt text before inserting
  4. Insert — Click a prompt to insert it into the chat input
  5. Fill variables — Replace {{placeholders}} with your actual values
  6. Send — Press Enter to send the completed prompt

Variable Substitution

When a prompt contains {{variable}} placeholders, the system highlights them in the chat input. Variables support default values — if a variable has a default, it is pre-filled but editable.

Analyze the SEO performance of our {{contentType|blog posts}} over
the last {{timeframe|30 days}}. Focus on {{metric|organic traffic}}
trends.

In this example, blog posts, 30 days, and organic traffic are defaults that you can override.

AI-Generated Prompt Suggestions

Not sure how to write a prompt? Describe what you need in plain language, and WISEROWS will generate three unique prompt suggestions for you.

1

Click 'Suggest Prompts'

In the prompt creation flow, click Suggest Prompts instead of writing from scratch.

2

Describe your need

Write a plain-language description, e.g., "I need to analyze our competitor's blog content strategy and find gaps in our coverage."

3

Choose a suggestion

The AI generates 3 distinct prompts, each taking a different angle. Pick the one that best fits your need, or use them as starting points for customization.

Extension Prompts

Extensions contribute their own prompts when installed. These prompts are tailored to the extension's capabilities and appear in your library alongside curated and custom prompts.

For example, installing the SEO extension adds prompts for:

  • Keyword cluster analysis
  • Content gap identification
  • SERP feature optimization
  • Internal linking recommendations

Extension prompts follow the same structured format and support variables, knowledge context, and model overrides.

Was this helpful?

Command Palette

Search for a command to run...