Freeze · AlexZio00/sovereign-skills

Lock the editable scope before starting a coding task

Declares which files or modules are editable for a task and marks everything else as frozen and read-only, helping prevent scope creep before implementation begins on a coding change.

Good for

  • Declare which files are editable before coding
  • Prevent scope creep during a multi-file change
  • Mark unrelated files as read-only for a task
Category
General

Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.

A good place to start

Freeze the scope to just the auth module before we start implementing this fix.

Make your next great thing.

Bring a question, a file, or an idea that’s not quite there yet.