Vibe SDD Starter Pack
What this is
The Vibe SDD Starter Pack is one reusable project folder for Vibe 101 and Vibe 102.
Download vibe-sdd-starter.zip, unzip it, rename the folder to your project name, and open the whole folder in Antigravity.
There is only one pack. Choose the mode that matches your lab:
| Lab | Mode | Build target |
|---|---|---|
| Vibe 101 | Website mode | A polished first website |
| Vibe 102 | localStorage App mode | A mini app that saves browser-local data |
| Stretch work | Mini Dashboard mode | A future or tutor-led extension |
Why it matters
The chat is not the source of truth. The files are.
The pack saves your plan in the project folder, so you can continue after a chat limit, credit limit, model switch, or tutor handoff. You do not need to explain the whole project again every time you open a new chat.
What to do
- Download the Vibe SDD Starter Pack.
- Unzip it and rename
vibe-sdd-starterto your project name. - Open the whole folder in Antigravity.
- Check the Setup Gate.
- Paste this boot prompt into your coding agent:
Read START_HERE.md and prompts/00-run-sdd-coach.md.
Run the Vibe SDD Blueprint Coach exactly as instructed.
Planning phase only:
- create or update markdown planning files only
- do not create app code yet
- do not install packages yet
- do not edit src files yet
Start with the Setup Gate.
Ask me one question at a time.The coach saves these files phase by phase:
project-brief.md
architecture.md
design.md - DesignMD/designmd.ai inspiration translated into safe visual rules
build-blueprint.md
build-status.md
work-cards/*.mdThe Design phase is required. Do not let the AI create build-blueprint.md or Work Cards until design.md has a clear inspiration, borrow/do-not-copy rules, mobile rules, and an anti-slop checklist. See Design Direction.
Use a strong model such as Sonnet for planning when available. After the planning files and Work Cards are saved, you may switch to a cheaper or faster model such as Gemini Flash for implementation.
If Antigravity cannot read the files, confirm that you opened the whole unzipped project folder. As a temporary fallback, open the prompt file yourself and paste only the current prompt into the chat.
Common mistakes
- Downloading different packs for Vibe 101 and Vibe 102.
- Opening one file instead of the whole project folder.
- Asking the AI to build before the planning files exist.
- Keeping the only copy of the plan inside chat.
- Switching models before the current planning file is saved.
Next step
Complete the Setup Gate before planning your build.