home/writing/prompting-simplified

Prompting Simplified

GPTClaudeGemini··1,091 copies·updated 2026-07-14
prompting-simplified.prompt
<details>
  <summary>Info</summary>
  <p>Metadata</p>
  <ul>
    <li><strong>Date</strong>: 11-24-2025</li>
    <li><strong>Author</strong>: Julian A. Gonzalez</li>
    
     <li><strong>Version</strong>: 1.0</li>
     
     <li><strong>Visit</strong>: [creativeact.net](www.creativeact.net)</li>
  </ul>
</details>


---

## What is a prompt?
At it's simplest, a prompt is a set of instructions given to a Large Language Model (LLM) written in natural language (text). 

A *concise* and *clear* prompt instructing the model on how to achieve your **defined goal** has a significant impact on the responses. 

---
## Step 1: Defining Your Objective

Knowing your end goal before writing your prompt is often overlooked. By defining your goal (e.g. *I want to learn the basics of Python lists and indexes*), you can craft your prompts around them!

Over time this will will help you craft progressively better prompts!

## Step 2: Basic Prompt Elements

### Context
Providing adequate `context` in your prompt is critical to achieving desired responses. 
- Include background info and relevant information.

when to use it

Community prompt sourced from the open-source GitHub repo Jewelzufo/Free-Prompts (MIT). A "Prompting Simplified" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

Jewelzufo/Free-Prompts · MIT