Academyacademy / vibe-101 / prompt-system
Vibe 101 Prompt System
What this is
The prompt system is the learner's cheat sheet for working with AI during Vibe 101.
These prompts are starting points. Learners should modify them based on their project.
For more situations, use Prompt Lab.
Why it matters
AI output depends on instruction quality.
Clear prompts create better results. Vague prompts create broad, confusing answers.
What to do
Planning
Use this in ChatGPT or Perplexity before opening the IDE.
Copy prompt
You are a senior web developer helping a beginner.
I want to build a simple website.
Topic:
[cafe / salon / portfolio / bakery / barber shop / fitness coach / tuition class / photographer / event invitation / home cleaning service / online menu]
Requirements:
- beginner friendly
- simple and clean
- can be built in a few hours
Your job:
1. Suggest the best tech stack
2. Suggest max 3 features
3. Suggest sections/pages
4. Suggest build order
Then ask me questions to refine the idea.Project brief
Use this in ChatGPT or Perplexity after the planning conversation.
Copy prompt
Create a simple project brief based on our discussion.
Include:
- tech stack
- features (max 3)
- sections
- build steps
Keep it beginner-friendly and simple.Build
Use this inside the IDE after the project brief, foundation, and localhost checkpoint are ready.
Copy prompt
CONTEXT:
This is my website:
[short summary]
CURRENT STATE:
[what exists]
TASK:
Build ONLY this:
[one section]
Rules:
- keep it simple
- do not break existing code
- explain changesUnderstand the change
Copy prompt
Explain what you just changed:
- which file
- what code
- whyDebug
Copy prompt
This is my error:
[paste error]
Expected:
[what should happen]
Fix it simply.Improve
Copy prompt
Improve this section:
- cleaner UI
- better spacing
- keep it simpleDeploy
Copy prompt
Help me deploy this project step-by-step.
Assume I am a beginner.Common mistakes
- Copying prompts without adapting them.
- Asking AI to do too much at once.
- Not giving current state.
- Not pasting the real error.
- Continuing without asking what changed.
- Forgetting to use Prompt Lab when the situation is more specific than this page.
Vibe 101 / Current checkpoint
Prompt System
Ready to stamp - Saved in this browser only.
0 of 15 checkpoints complete
0 of 15 checkpoints complete.