Map the Blast Radius of a Change

Find every caller a signature change would break, and the safe order to migrate them.

Intermediate1 min read

Customize

Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.

Your prompt

2 placeholders left
I plan to change the signature of {{function_name}} in {{file_path}}.

Find every caller, list the files and line numbers, and tell me which call sites will break. Suggest a migration order.

Do not edit anything yet.

Similar prompts

Explore Before You Plan

Make the agent read and explain a subsystem before it touches a single line of it.

Modernize an API Call Incrementally

Migrate off a deprecated dependency one file at a time, stopping the moment tests fail.

Refactor to Match a Pattern

Point at a file you already like and have the agent bring another one in line with it.

Remove Dead Code Defensively

Require proof of zero callers before anything is deleted, and approval before it happens.