Tag

#codebase

4 prompts
Explore Before You Plan

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

Map the Blast Radius of a Change

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

Remove Dead Code Defensively

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

Triage With a Subagent

Delegate a read-only investigation so the findings come back without context bloat.