What problem does it solve?
This Skill helps prevent unintended regressions during code changes by forcing a clear edit scope, mapping downstream impact, and requiring real validation evidence before work is marked complete.
Core Features & Use Cases
- Pre-write impact analysis: Reviews in-scope files, dependencies, contracts, conventions, schemas, and known gotchas before any code modification.
- Scope enforcement: Stops work when a change would touch unapproved files or when a high-risk file is about to be edited without explicit approval.
- Evidence-based completion: Requires concrete validation output such as tests, lint, builds, probes, or logs before updating project state.
- Use case: When fixing a bug in a shared service or config file, use this Skill to identify callers, affected APIs, regression zones, and approval checkpoints before making the smallest safe edit.
Quick Start
Ask the AI to use impact-safe-executor with your goal, approved plan section, allowed file scope, stop condition, and validation requirements before making any code change.