---
title: "Task-Specific Prompting Guide"
description: "Ready-to-use prompt templates for common tasks: writing, analysis, coding, research, and more."
pillar: "Prompting"
level: "beginner"
date: "2026-01-20"
url: "https://theglitch.ai/academy/prompting/task-specific-prompting"
---

# Task-Specific Prompting Guide

Ready-to-use prompt templates for common tasks: writing, analysis, coding, research, and more.


# Task-Specific Prompting Guide

> **The Glitch's Take:** "Stop reinventing prompts. Use templates for common tasks, customize for specific needs."

**Part of:** [Prompting in 2026](/articles/prompting/prompting-complete-guide)
**Level:** Beginner
**Reading Time:** 12 minutes

---

## The Point

Most tasks fit into common patterns. Use these templates as starting points, then customize for your specific needs.

---

## Writing Tasks

### Blog Post

```
Write a [length]-word blog post about [topic].

Audience: [who will read this]
Goal: [what should reader do/feel after reading]
Tone: [professional/casual/authoritative/friendly]

Include:
- [specific element 1]
- [specific element 2]

Structure:
- Hook/introduction
- [main sections]
- Conclusion with [CTA/takeaway]

Avoid:
- [what not to include]
```

**Example:**
```
Write a 1200-word blog post about email marketing for e-commerce.

Audience: E-commerce store owners, 1-5 years experience
Goal: Convince them to start abandoned cart email sequences
Tone: Professional but approachable, data-driven

Include:
- Statistics on abandoned cart recovery rates
- 3 specific email sequence examples
- Common mistakes to avoid

Structure:
- Hook with abandoned cart revenue stat
- Why abandoned cart emails work
- The 3-email sequence template
- Common mistakes
- How to get started

Avoid:
- Generic advice
- Technical jargon about email infrastructure
```

### Email

```
Write an email to [recipient type] about [subject].

Context: [background situation]
Goal: [what you want recipient to do]
Tone: [formal/casual/urgent/friendly]
Length: [short paragraph/detailed/brief]

Key points to include:
- [point 1]
- [point 2]
```

### Social Media Post

```
Write a [platform] post about [topic].

Goals: [engagement/awareness/clicks]
Tone: [brand voice description]
Include: [hashtags/CTA/link]
Length: [character limit]

Format:
- Hook (first line)
- Value (middle)
- CTA (end)
```

---

## Analysis Tasks

### Document Summary

```
Summarize this [document type]:

[paste document or describe]

Format:
- Executive summary (3-5 bullet points)
- Key findings
- Recommended actions

Focus on: [what matters most]
Length: [word count]
```

### Comparison Analysis

```
Compare [A] and [B].

Criteria for comparison:
1. [criterion 1]
2. [criterion 2]
3. [criterion 3]
4. [criterion 4]

Format:
- Comparison table
- Analysis of each criterion
- Recommendation based on [use case]
```

### Data Analysis

```
Analyze this data:

[paste data or describe]

Questions to answer:
1. [question 1]
2. [question 2]
3. [question 3]

Include:
- Key patterns/trends
- Anomalies or outliers
- Actionable insights
```

---

## Research Tasks

### Topic Research

```
Research [topic] and provide:

1. Overview (what it is, why it matters)
2. Current state (2026 landscape)
3. Key players/tools/approaches
4. Pros and cons
5. Recommendations for [use case]

Focus on: [specific angle]
Avoid: [what to exclude]
```

### Competitive Analysis

```
Analyze [competitor/product]:

Areas to cover:
- Positioning and messaging
- Pricing and packaging
- Key features and differentiators
- Strengths and weaknesses
- Target audience

Compare to: [your product/situation]
Output: [recommendations for differentiation]
```

---

## Coding Tasks

### Feature Implementation

```
Implement [feature description].

Requirements:
- [requirement 1]
- [requirement 2]
- [requirement 3]

Technical constraints:
- Language: [language]
- Framework: [framework]
- Follow patterns in [reference]

Include:
- [ ] Implementation code
- [ ] Tests
- [ ] Comments for complex logic
```

### Bug Fix

```
Bug: [description]

Error message:
[paste error]

Expected behavior: [what should happen]
Actual behavior: [what happens]

Steps to reproduce:
1. [step]
2. [step]
3. [bug occurs]

Context:
- Recent changes: [what changed]
- Environment: [details]

Find root cause and fix.
```

### Code Review

```
Review this code for:
- Security vulnerabilities
- Performance issues
- Best practice violations
- Logic errors
- Edge cases

[paste code]

For each issue:
- Location
- Severity (high/medium/low)
- Description
- Suggested fix
```

---

## Creative Tasks

### Brainstorming

```
Generate [number] ideas for [topic/challenge].

Context: [background]
Constraints: [limitations]
Goals: [what success looks like]

Format:
- Idea title
- Brief description
- Pros
- Cons

Range: Include both safe and bold ideas.
```

### Naming

```
Generate [number] name options for [what needs naming].

Context:
- Type: [product/company/feature/campaign]
- Industry: [industry]
- Tone: [playful/professional/technical/etc.]
- Must convey: [key message/feeling]

Avoid:
- [what not to suggest]
- Names too similar to [competitors]

Format:
- Name
- Why it works
- Potential issues
```

---

## Communication Tasks

### Meeting Prep

```
Help me prepare for a meeting about [topic].

Attendees: [who will be there]
My role: [what I'm responsible for]
Goals: [what I want to achieve]

Create:
- Key talking points
- Potential questions I'll face
- Questions I should ask
- Recommended approach
```

### Difficult Conversation

```
Help me prepare for a conversation about [situation].

Context: [background]
Person: [who, their perspective]
My goal: [desired outcome]
Concerns: [what I'm worried about]

Create:
- Opening approach
- Key points to make
- How to handle [likely objection]
- Phrases to use/avoid
```

---

## Process Tasks

### SOP Creation

```
Create a standard operating procedure for [process].

Current process: [describe or paste]
Goal: [what should be documented]
Audience: [who will use this]

Format:
- Purpose
- When to use
- Prerequisites
- Step-by-step instructions
- Common issues and solutions
- Quality checklist
```

### Checklist Creation

```
Create a checklist for [task/process].

Context: [when this is used]
Audience: [who uses it]
Goals: [what success looks like]

Format:
- Category headers
- Actionable checkbox items
- Notes for complex items
```

---

## Quick Reference

### Prompt Enhancement Keywords

| Keyword | Effect |
|---------|--------|
| "Be specific" | More detailed output |
| "Be concise" | Shorter output |
| "Step by step" | Structured breakdown |
| "Include examples" | Concrete illustrations |
| "Explain your reasoning" | Shows thought process |
| "Format as [type]" | Specific structure |

### Universal Template

```
Task: [What you need]

Context:
- Background: [relevant information]
- Audience: [who this is for]
- Goal: [desired outcome]

Requirements:
- [specific requirement 1]
- [specific requirement 2]

Format:
- [how to structure output]

Constraints:
- [what to avoid]
- [limitations]
```

---

## Next Steps

- [Voice and Tone in Prompts](/articles/prompting/voice-and-tone)
- [Prompting Complete Guide](/articles/prompting/prompting-complete-guide)

---

*Last verified: 2026-01-20.*

