home/roleplay/prompting-5

Prompting

GPTClaudeGemini··654 copies·updated 2026-07-14
prompting-5.prompt
# prompting
[🔙README](/README.md)

## tips
- use prompts that get straight to the point – no long-winded text, just all the key information(context), short and to the point
- if there is any ambiguity in the information you provide that could lead to hallucinations in generative AI, please make sure to specify that you want to be consulted if anything is unclear
- to avoid hallucinations right from the start, you can use if-then logic and conditions or decision trees
- to avoid misunderstandings, tell the AI tool which role it should adopt (e.g. front-end developer, senior developer, etc.)
- write down what you want to get – if you have any expectations, even if they seem obvious to you, include them in the prompt or in the context used with the prompt (for example, rules for commenting)
- English is the most effective language when it comes to prompts (including tokens), although it now works in other languages as well
- when tackling complex tasks, take a step-by-step approach. For example, first get some suggestions on how to go about it before you go into the details and then start implementing them.

## other
- websites like [promtcowboy](https://www.promptcowboy.ai/) can be usefull to learn optimizing your prompts

when to use it

Community prompt sourced from the open-source GitHub repo atdanri/ai-knowledge (NOASSERTION). A "Prompting" 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

roleplaycommunitygeneral

source

atdanri/ai-knowledge · NOASSERTION