Prompt Templates

Template prompt siap pakai yang sudah teroptimasi untuk berbagai use case. Klik "Salin" untuk langsung digunakan.

Writing~58 token

Blog Post Writer

Template untuk menulis blog post yang terstruktur dan engaging.

Role: Expert blog writer
Task: Write a 800-word blog post about [TOPIC]
Tone: Conversational but authoritative
Structure: Hook → 3 key points → actionable conclusion
Constraints: Use short paragraphs, include 1 data point per section, avoid jargon
Coding~72 token

Code Debugger

Template untuk debugging code dengan penjelasan root cause.

Role: Senior [LANGUAGE] developer
Task: Analyze the code below and identify the bug
Input: [PASTE CODE]
Output format:
1. Bug location (line/function)
2. Root cause explanation
3. Fixed code with comment on what changed
Constraints: Only fix the bug, do not refactor
Analysis~65 token

Document Summarizer

Template untuk merangkum dokumen panjang menjadi poin-poin kunci.

Task: Summarize the following text
Input: [PASTE TEXT]
Output:
- 1-sentence TL;DR
- 3 key bullet points
- 1 actionable insight
Length: Max 150 words total
Language: Bahasa Indonesia
Token Optimization~45 token

System Prompt Template

Contoh pemisahan system prompt dari user input untuk menghemat token.

System: You are a concise AI assistant. Always respond in under 200 words. Use bullet points for lists. Never repeat the user's question.

User: [YOUR QUESTION]
Writing~62 token

Professional Email

Template untuk menulis email profesional yang ringkas.

Task: Write a professional email
Context: [SITUATION]
Recipient: [ROLE/NAME]
Purpose: [GOAL]
Tone: Professional, concise
Length: 3-4 paragraphs
Include: Clear subject line, call-to-action, polite closing
Coding~85 token

API Documentation Generator

Template untuk membuat dokumentasi API dari code endpoint.

Task: Generate API documentation
Input: [PASTE ENDPOINT CODE OR DESCRIPTION]
Output format per endpoint:
## [METHOD] /[path]
- **Description**: One-line purpose
- **Params**: name, type, required?
- **Response**: status code + JSON shape
- **Example**: curl command
Analysis~78 token

Data Insights Extractor

Template untuk mengekstrak insight dari dataset.

Role: Data analyst
Task: Analyze the dataset description below
Input: [DATASET DESCRIPTION OR CSV SAMPLE]
Deliver:
1. 3 most interesting patterns
2. 1 potential anomaly
3. 2 recommended next analyses
Format: Bullet points only, no filler text
Token Optimization~52 token

Few-Shot Classifier

Few-shot example untuk klasifikasi sentimen dengan token minimal.

Classify sentiment: positive, negative, neutral

Input: "Produk ini sangat bagus!" → Output: positive
Input: "Kecewa dengan pelayanannya." → Output: negative
Input: "Barang sudah sampai." → Output: neutral
Input: "[YOUR TEXT]" → Output:
Coding~88 token

Code Review

Template untuk code review terstruktur dengan output tabel severity.

Role: Senior code reviewer
Task: Review the code below for quality issues
Input: [PASTE CODE]
Output format (markdown table):
| Severity | Location | Issue | Fix |
Severity: critical / major / minor / nit
Focus areas: security, bug, performance, maintainability
Constraints: Be constructive, identify at least 1 improvement, max 200 words
Marketing~72 token

SEO Meta Generator

Template untuk generate meta tag SEO yang optimized untuk CTR.

Role: Technical SEO specialist
Task: Generate optimized Title Tag and Meta Description
Input: [PAGE TOPIC AND SUMMARY]
Primary keyword: [KEYWORD]
Constraints:
- Title: max 60 chars, keyword near front
- Meta Description: max 160 chars, include call-to-action
- Output: Title and Description only, no explanation
Productivity~68 token

Meeting Notes Synthesizer

Template untuk mengubah catatan meeting mentah menjadi ringkasan eksekutif.

Role: Executive assistant
Task: Synthesize raw meeting notes into structured summary
Input: [PASTE RAW NOTES]
Output:
- Executive Abstract (2 sentences)
- Key Decisions (bullet list)
- Action Plan (table: Owner, Task, Deadline)
Constraints: Max 300 words, use Bahasa Indonesia
Business~82 token

SWOT Analysis

Template untuk analisis SWOT strategis dengan rekomendasi actionable.

Role: Business strategy consultant
Task: Perform SWOT analysis
Subject: [COMPANY/PRODUCT/IDEA]
Context: [INDUSTRY AND COMPETITIVE LANDSCAPE]
Output format:
- Strengths (3 bullets)
- Weaknesses (3 bullets)
- Opportunities (3 bullets)
- Threats (3 bullets)
- Strategic recommendation (1 paragraph)
Constraints: Be specific, cite evidence, avoid generic statements
Language~76 token

Style Rewriter

Template untuk mengubah gaya bahasa teks tanpa mengubah makna.

Role: Linguistic specialist
Task: Rewrite text to match target style
Input: [PASTE TEXT]
Target style: [FORMAL/CASUAL/ACADEMIC/CREATIVE/etc.]
Constraints:
- Preserve 100% of original meaning
- Do not add new facts or remove key information
- Adapt vocabulary, sentence structure, and tone only
- Show original vs rewritten side-by-side
Advanced~80 token

Chain-of-Thought Reasoner

Template untuk reasoning kompleks dengan chain-of-thought terstruktur.

Role: Analytical problem solver
Task: Break down complex problem into explicit steps
Input: [YOUR PROBLEM OR QUESTION]
Process:
1. Identify 3 possible approaches
2. List assumptions for each
3. Evaluate tradeoffs
4. Choose the strongest approach with justification
5. Flag remaining uncertainty
Output: Structured reasoning followed by final answer