19copied
The 'list it and stop' prompt that keeps Bolt and Lovable in scope
Change only [file]. Do not modify any other file.
If you believe another file must change for this to work, list the file and the reason, then STOP and wait for my answer.15copied
Prompt that makes Cursor write tests that test something
Write a test for [component/hook]. Before writing code, list in one line each:
1. What the user does (render, click, type, wait).9copied
Prompt for asking 'why' before 'fix' in Windsurf
Do not change any code yet.
Here is the error: [paste].8copied
One-line Lovable prompt that adds RLS to every table
For every table in the public schema that has a user_id or owner_id column: enable Row Level Security and add policies so a signed-in user can only select, insert, update and delete rows where that column equals auth.uid15copied
Refactor prompt with an acceptance test the agent has to show you
Refactor [target] so that [goal].
14copied
Handoff note prompt for when the context window is nearly full
We are nearly out of context. Do not write code.
6copied
Bug report template that gets a useful answer from any AI tool
Here is what is broken. Do not change code yet.
6copied
Prompt for reading a production log line you do not understand
Here is a log line from production. Do not change code.
4copied
Plan-first prompt: make the agent write the plan before touching files
Before you change anything, write a plan:
1. The files you will touch, one line each, with what changes in them.3copied
Prompt that turns a bug report into a failing test first
Here is a bug: [what I did] leads to [what happened], I expected [what should happen].
6copied
Prompt that makes the agent write the rollback with the migration
Write migration [number] that [change].
2copied
Prompt that gives you three options instead of one confident answer
I need to [goal]. Do not write code.
5copied
Prompt for a bug that only happens on a real phone
This works in the desktop browser and fails on my phone. Do not change code yet.
1copied
v0 prompt that respects the design tokens you already have
Build [component] using only what is already in this project:
- Colours, radii and shadows: the CSS variables in globals.css. No hex values.1copied
Screenshot prompt that fixes the layout without rewriting the component
Screenshot attached. Only the [element] is wrong: I see [what it does] instead of [what I want].
0copied
Prompt for a screen that got slow and you do not know when
[Screen] used to load quickly and now feels slow. Do not change code.