Use when the user wants regression hunting after a change. Identify nearby flows, shared code paths, error states, and configuration edges that may have broken even if the main fix works. Good triggers include "check for regressions", "what else might this have broken", and "test the surrounding area".
96
94%
Does it follow best practices?
Impact
98%
2.72xAverage score across 8 eval scenarios
Passed
No known issues
Look for unintended fallout around a change rather than re-proving the intended feature from scratch.
Use these exact H3 headings in this order.
### Change Surface, ### Regression Checks, ### Findings, ### Risk Left Open.### Regression Checks, list at least 3 checks and include a result on each line such as pass, fail, concern, or N/A.### Findings, say either none found or name the concrete regression(s).