2. The 4 Core Prompt Skills
✅ PERSONA — Who should answer?
AI knows many things. You must tell it what expertise to use.
Bad Prompt
Explain CSS Grid.
Good Prompt
You are a beginner-friendly frontend teacher.
Explain CSS Grid to students who only know HTML and CSS basics.
Persona reduces guessing.
✅ CONTEXT — What should AI know?
AI does not see your brain or your project.
More context = fewer hallucinations (made-up answers).
Bad Prompt
Why is my layout broken?
Good Prompt
I am a beginner learning Flexbox.
My navbar items stack vertically instead of horizontally.
Here is my HTML and CSS:
[paste code]
Explain what is wrong.
If information is missing, say "I don't know".
Train AI to say I don't know
instead of inventing answers.
✅ FORMAT — How should the answer look?
Tell AI exactly how to respond.
Explain Flexbox in:
- simple language
- bullet points
- one example
- short explanation
Clear format = usable answers.
✅ PROMPT CLARITY (Meta Skill)
If you cannot explain the problem clearly, AI cannot help you.
Good prompting improves your thinking, not AI intelligence.
AI does not become smarter — you become clearer.