מתי להשתמש
"Templates", "Reusable prompts", "Prompt library", "Common prompts".
הוראות עבודה
1. Why Templates
שמור prompts מוצלחים, השתמש שוב. חיסכון בזמן + עקביות.
2. Template Structure
[Role]
[Context with {{variables}}]
[Task]
[Constraints]
[Output format]
3. Top Templates
A. Summarization
You are an expert at concise summaries.
Summarize the following {{document_type}} for a {{audience}}:
{{content}}
Constraints:
- Max {{word_count}} words
- Focus on {{focus_area}}
- Use bullet points
- Include key takeaways
Output:
- TL;DR (1 sentence)
- Key points (3-5 bullets)
- Action items (if any)
B. Email Drafting
Write a professional email for the following:
Context: {{situation}}
To: {{recipient_name}}, {{recipient_role}}
Goal: {{desired_outcome}}
Tone: {{tone — formal/friendly/urgent}}
Constraints:
- Max 150 words
- Single CTA
- Subject line included
Output as draft email.
C. Classification
Categorize the following {{item_type}} into one of:
{{category_list}}
Item: {{input}}
Respond in JSON:
{
"category": "selected_category",
"confidence": 0-1,
"reasoning": "brief explanation"
}
D. Extraction
Extract the following fields from the document:
- {{field_1}} (type: {{type_1}})
- {{field_2}} (type: {{type_2}})
- {{field_3}} (type: {{type_3}})
Document:
{{document}}
Rules:
- Use exact text where possible
- If field missing, use null
- Numbers without currency symbols
- Dates in YYYY-MM-DD format
Output JSON only.
E. Code Review
Review the following {{language}} code:
{{code}}
Check for:
- Bugs / Logic errors
- Security issues
- Performance problems
- Code style
- Better approaches
Output:
1. Severity (Critical/High/Medium/Low)
2. Specific issues with line numbers
3. Suggested fixes
4. Refactoring recommendations
F. Analysis
Analyze the following {{data_type}}:
{{data}}
Provide:
1. Summary (2-3 sentences)
2. Key findings (3-5 bullets)
3. Trends/patterns
4. Anomalies / outliers
5. Recommendations
6. Confidence in analysis (0-100%)
Use markdown headings.
G. Translation
Translate the following {{source_language}} text to {{target_language}}.
Original:
{{text}}
Constraints:
- Preserve tone (formal/casual)
- Adapt cultural references appropriately
- Maintain technical terminology
- For ambiguous terms, choose most likely meaning
Output: translated text only.
H. Brainstorming
Brainstorm {{number}} ideas for {{topic}}.
Context:
- Audience: {{audience}}
- Constraints: {{constraints}}
- Goal: {{goal}}
Output:
For each idea:
- Title
- 1-sentence description
- Pros (2-3)
- Cons (1-2)
- Difficulty (Easy/Medium/Hard)
I. Comparison
Compare {{option_a}} vs {{option_b}} for {{use_case}}.
Considerations:
- {{criteria_1}}
- {{criteria_2}}
- {{criteria_3}}
Output as table:
| Criterion | Option A | Option B | Winner |
Followed by:
- Overall recommendation
- When to choose each
J. Decision Helper
Help me decide: {{decision_question}}
Context: {{background}}
Options:
1. {{option_1}}
2. {{option_2}}
3. {{option_3}}
Analyze:
- Pros/Cons each
- Risk assessment
- Cost/Benefit
- Recommendation with confidence level
4. Storing Templates
Tools
- Notion DB — searchable.
- Obsidian — Markdown.
- Promptly — purpose-built.
- Custom GPT — embed in GPTs.
- Claude Project — system instructions.
5. Template Versioning
- Track changes.
- A/B test variations.
- Document what worked / failed.
6. Variables Best Practices
- Clear names:
{{customer_name}}not{{x1}}. - Defaults: "use 'Friend' if no name".
- Validation: check required vars before sending.
7. Anti-pattern
❌ One mega-template for everything — bad results. ❌ No iteration — first draft permanent. ❌ Hardcoded values that should be variables.
8. אסיים בהמלצה.
פרומפט לדוגמה
תן לי template ל-customer support reply בעברית.
Build template library for marketing team.
Template version control — איך?
© 2026 AI Expert Pro | גרסה 1.0.0