WZ VaultPrompts › Changing

The prompt to ask before you change anything

How do you change something in an AI-built app without breaking the rest?

Last checked 2026-09-24

Ask what depends on it before the change, not after. One question turns a blind edit into an informed one, and in a browser builder — where you cannot read a diff — it is the only warning you are going to get.

The prompt

Before you change anything: what else in this app uses [thing], and what would stop working if it changed? List it. Then wait for me to say go.

When to use itAny change to navigation, layout, login, data structure, or anything shared by more than one screen.
Why it is worded that wayIn a terminal you can read what changed. In a builder you mostly cannot, so the review has to happen before the edit instead of after it. Asking for the dependency list also forces the tool to look, which by itself catches the cases where it was about to change something it had not noticed was shared.

Make a restore point first

Every builder has version history or snapshots. Take one before a structural change, every time. It converts a bad afternoon into one click, and the habit costs nothing until the day it saves everything.

What a thin answer tells you

If the answer is vague — 'this may affect other components' — the tool has not actually checked. Ask again, more specifically: name the screens. A real answer names things.

Change one thing at a time

Two changes in one message means you cannot tell which one broke it. This is slower per step and much faster per day, and it is the single habit that separates people who enjoy these tools from people who fight them.

The Build Prompt Pack

This is one of 57 prompts, from the phase "Change things without breaking them". The pack has the rest, each with the same reasoning underneath, plus the research they are built on and a house-rules file you paste in once.

Get the pack — €9

Tools this applies to

ToolWhat it doesPrice
LovableBuilds complete apps from a prompt. The most finished output of the group.Free tier, then ~$25/mo
BoltFast full-stack prototypes, entirely in the browser.Free tier, Pro ~$25/mo
ReplitBuilding and hosting in one place, agent included.Free tier, Core ~$20/mo
Base44The most guided, genuinely no-code experience of the group.~$20/mo

Every tool has its own page with what it costs and who should skip it. Some links are affiliate links.

More prompts like this

Building

The prompt that stops an AI agent touching everything

How do you stop an AI coding agent from refactoring or changing files you did not ask it to?

Debugging

The prompt for an error you do not understand

What do you do when an AI builder shows an error message you cannot read?

The whole library

All prompts →The packs →