एआई एजेंट को प्रॉम्प्ट करना चैटबॉट को प्रॉम्प्ट करने से मौलिक रूप से अलग है। चैटबॉट के साथ आप बातचीत कर रहे होते हैं। एजेंट के साथ आप जॉब डिस्क्रिप्शन लिख रहे होते हैं। एजेंट को लक्ष्य, सीमाएँ, अपेक्षित आउटपुट और जब चीजें गलत हो जाएँ तो क्या करना है — यह सब समझना चाहिए, क्योंकि आप हर कदम पर इसका मार्गदर्शन करने के लिए नहीं होंगे।
ये 15 टेम्प्लेट एजेंट उपयोग के लिए संरचित हैं: स्पष्ट लक्ष्य, स्पष्ट सीमाएँ, परिभाषित आउटपुट फॉर्मेट और एरर हैंडलिंग निर्देश। ये Hermes Agent, Claude Code, OpenAI Codex और ChatGPT के मल्टी-स्टेप मोड के साथ काम करते हैं।
मुख्य सीख
एजेंट प्रॉम्प्ट को चैटबॉट प्रॉम्प्ट से तीन चीज़ों की ज़रूरत होती है: एक स्पष्ट सफलता मापदंड ("मुझे कैसे पता चलेगा कि कार्य पूरा हो गया?"), स्पष्ट सीमाएँ (" /src के बाहर फाइल्स को संशोधित न करें") और एरर हैंडलिंग ("अगर API डाउन हो तो 3 बार रिट्राई करें फिर एरर रिपोर्ट करें")। इनके बिना एजेंट टोकन्स बर्बाद करते हैं और अप्रत्याशित परिणाम देते हैं।
रिसर्च टेम्प्लेट्स
1
प्रतिस्पर्धी रिसर्च
Research the top [5-10] competitors to [your product/company] in [market].
For each competitor, find:
- Company name, URL, founding year
- Pricing (all tiers)
- Key features (top 5)
- Target audience
- Recent news or product updates (last 3 months)
Output: A comparison table with all competitors side by side.
Format: Markdown table.
Success: Table has complete data for all competitors with sources cited.
If a competitor's pricing isn't public, note "pricing not public" rather than guessing.
2
Market Trend Analysis
Research [topic/industry] trends for [time period].
Find:
- 5 major trends with supporting data points
- 3 expert quotes or predictions (with attribution)
- 2 contrarian viewpoints
- Key statistics with sources
Output: A 1,000-word briefing document.
Structure: Executive summary (3 bullets) → Trends → Expert perspectives → Data → Contrarian views.
Success: Every claim has a cited source. No unsourced statistics.
3
Person/Company Research Brief
Research [person name] at [company].
Find:
- Current role, tenure, previous roles
- Recent public statements, interviews, or posts (last 6 months)
- Their company's recent news and strategic direction
- Mutual connections or shared interests with me: [your background]
- 3 conversation starters specific to their work
Output: A 1-page brief I can review in 5 minutes before a meeting.
Success: No fabricated claims. If information isn't publicly available, say so.
---
📬 Getting value from this? We publish agent-specific guides weekly. Get them in your inbox →
---
Automation Templates
4
Daily Summary Report
Generate a daily summary covering:
1. Top 3 news items in [industry/topic] from the last 24 hours
2. Any mentions of [your company/competitors] in news or social media
3. Key metrics: [list your metrics sources]
Format: Bullet points, under 300 words total.
Tone: Factual, no commentary. Just the information.
Schedule: Run at 8:00 AM daily.
Delivery: Post to [Slack channel / email / Discord].
5
Email Triage
Review my unread emails and categorize them:
Categories:
- URGENT: Needs response within 2 hours (client issues, boss requests, deadlines)
- TODAY: Should respond today but not immediately
- THIS WEEK: Can wait a few days
- FYI: No response needed, just information
- SKIP: Newsletters, promotions, automated notifications
For each URGENT and TODAY email:
- One-sentence summary of what they need
- Suggested response (2-3 sentences)
Output: Categorized list with summaries.
Constraint: Do NOT send any responses — only draft suggestions for my review.
6
Content Repurposing
Take this article: [paste URL or content]
Create:
1. A LinkedIn post (150-200 words, hook + value + question)
2. A Twitter/X thread (5-7 tweets, first tweet is the hook)
3. A Reddit post for r/[subreddit] (educational, no self-promotion in body)
4. 3 short-form video script hooks (under 15 seconds each)
Constraints:
- No links in any version (kills reach)
- Each version should feel native to its platform
- LinkedIn: professional, uses line breaks
- Twitter: punchy, uses numbers
- Reddit: humble, leads with value
- Video hooks: pattern interrupt opening
Coding Templates
7
Feature Implementation
Implement [feature description].
Requirements:
- [Requirement 1]
- [Requirement 2]
- [Requirement 3]
Constraints:
- Only modify files in /src and /tests
- Follow existing code style and patterns
- Add tests for every new function
- Do not modify any database schemas
Steps:
1. Read the relevant existing code first
2. Plan the changes before making them
3. Implement
4. Run tests
5. Fix any failures
6. Report what was changed and why
Success: All tests pass, feature works as described, no unrelated files modified.
8
Bug Investigation
Bug report: [describe the bug]
Expected behavior: [what should happen]
Actual behavior: [what actually happens]
Steps:
1. Reproduce the bug by reading the relevant code
2. Identify the root cause (not just the symptom)
3. Propose a fix with explanation
4. Implement the fix
5. Add a test that would have caught this bug
6. Run the full test suite to verify no regressions
Constraint: Do not refactor unrelated code. Fix only the bug.
Report: What caused it, what you changed, and what test you added.
Analysis Templates
9
Data Analysis Report
Analyze this dataset: [attach file or describe location]
Steps:
1. Describe the dataset: columns, row count, date range, missing values
2. Calculate [specific metrics: MoM growth, averages, distributions]
3. Identify the top 3 trends or anomalies
4. Create visualizations for key findings
5. Write a 3-paragraph executive summary
Output: Report with summary at top, analysis in middle, raw data notes at bottom.
Audience: [Non-technical executive / Technical team / Client]
Success: Every number is traceable to the source data. No made-up statistics.
10
Document Review
Review this document: [attach file]
Check for:
1. Factual accuracy — flag any claims that seem incorrect or unsourced
2. Consistency — are there contradictions between sections?
3. Completeness — what important topics are missing?
4. Clarity — which paragraphs are confusing or ambiguous?
5. Actionability — does each section lead to a clear next step?
Output: Annotated feedback organized by section.
Format: Section heading → Issue → Suggestion → Priority (High/Medium/Low)
Constraint: Be specific. "This section is unclear" is not useful. "Paragraph 3 says 'significant growth' without a number — add the specific percentage" is useful.
Strategic Templates
11
Decision Matrix
Help me decide between these options: [list 3-5 options]
Context: [your situation, constraints, priorities]
Steps:
1. Identify the 5 most important criteria for this decision
2. Weight each criteria by importance (total = 100%)
3. Score each option on each criteria (1-10)
4. Calculate weighted scores
5. Provide a recommendation with reasoning
Output: Decision matrix table + 1-paragraph recommendation.
Constraint: Be honest about trade-offs. Don't make one option look perfect — every choice has downsides.
12
Meeting Prep Brief
I have a meeting about [topic] with [who] in [timeframe].
Prepare:
1. 3 key points I should make (with supporting data)
2. 5 questions they might ask me (with prepared answers)
3. 2 questions I should ask them
4. 1 potential objection and how to address it
5. A 30-second opening statement
My goal for this meeting: [specific outcome]
Constraint: Keep the total brief under 1 page. I need to review it in 5 minutes.
Creative Templates
13
Content Calendar
Create a 30-day content calendar for [platform] about [topic/niche].
Requirements:
- 1 post per day
- Mix: 40% educational, 30% personal story, 20% promotional, 10% engagement
- Each post: headline, hook (first line), key point, CTA
- Include trending topic tie-ins where natural
- No two consecutive days with the same content type
My audience: [describe]
My product/service: [describe]
Constraint: Every promotional post must deliver standalone value even without clicking the CTA.
14
Landing Page Copy
Write landing page copy for [product/service].
Target customer: [describe]
Main problem solved: [describe]
Key differentiator: [what makes this different]
Sections needed:
1. Hero: headline (under 10 words) + subheadline + CTA button text
2. Problem section: 3 pain points the customer recognizes
3. Solution section: how the product solves each pain point
4. Social proof: placeholder for testimonials (write 3 example testimonials)
5. Features: top 5 with one-sentence benefits
6. FAQ: 5 questions (answer objections, not features)
7. Final CTA: urgency-driven close
Tone: [professional/casual/bold]
Constraint: No "revolutionary," "game-changing," "leverage," or "unlock."
15
Customer Feedback Analysis
Analyze this customer feedback: [paste reviews, surveys, or support tickets]
Steps:
1. Categorize each piece of feedback (feature request, bug, praise, complaint)
2. Identify the top 5 themes by frequency
3. Sentiment analysis: what percentage is positive/neutral/negative?
4. Extract specific, actionable improvement suggestions
5. Identify any urgent issues that need immediate attention
Output: Summary report with theme frequency table + prioritized action items.
Success: Every action item maps to specific customer feedback (quote the relevant text).
To improve any of these templates for your specific use case, paste them into the free Prompt Optimizer — it adds context, constraints, and specifics that make agent output more reliable.
---
📬 Want more like this? Agent-specific templates and guides, weekly. Subscribe free →
---
Frequently Asked Questions
Do these templates work with all AI agents?
Yes. The structure (goal + constraints + output format + success criteria) is agent-agnostic. The specific capabilities vary by agent — Hermes handles messaging integrations, Claude Code handles codebase access, ChatGPT handles web research — but the prompt structure transfers.
Why do agent prompts need error handling?
Because agents act autonomously. A chatbot shows you its response and you decide what to do next. An agent takes action based on its response. If the action fails and there's no error handling instruction, the agent either stops (wasting your time) or retries incorrectly (wasting API costs).
Can I combine templates?
Yes. Complex workflows often chain templates: Research → Analysis → Content Creation. Some agents (Hermes, CrewAI) handle chained tasks natively. For ChatGPT, break compound tasks into sequential prompts.
Disclosure: Some links in this article are affiliate links. We only recommend tools we've personally tested and use regularly. See our full disclosure policy.