Slide 18
Slide 18 text
Lab 3 – Vibe the
build
You are now responsible for building this Chrome Extension using the files already
present in this workspace.
You’ll find everything you need in:
- `spec.md` — a complete product specification
- `prompt_plan.md` — a step-by-step implementation plan, divided into atomic
prompts
- `todo.md` — a progress checklist aligned with the plan
Your task:
- Read and follow `prompt_plan.md` from start to finish
- For each step:
- Implement the described feature or code change
- Write any required tests
- Ensure all changes are clean, committed, and test-passing
- Check off the corresponding task in `todo.md`
- Do **not** stop to ask me anything. Proceed through the plan autonomously.
- If anything is unclear, make a best-effort assumption and continue.
Use your best engineering judgment, apply best practices, and complete the full
implementation.
Start now.
Feed the Full Plan Set the Rules
Ask it to execute all atomic
prompts in order,
autonomously
Trust the Plan
No questions, no pauses—
just clean, testable code
step by step
Review the Output
Once complete, inspect
commits, test results, and
repo structure
Provide Cursor all 3
documents: spec.md,
prompt_plan.md, todo.md