Scope Guard

Use when making code changes to prevent scope creep, over-engineering, and unrelated modifications beyond what was asked. Activates on any task involving file edits to enforce strict scope boundaries, flag unnecessary extras, and ensure changes match the request — nothing more, nothing less. Prevents bloat, YAGNI violations, and unsolicited refactoring.

owen-dev-6174 0ae5163 4.4 KB Updated

File contents

owen-dev-6174/bodhisattva-skills/tree/main/skills/scope-guard commit 0ae5163b06

Frequently asked questions

npx skillmds@latest add owen-dev-6174/scope-guard