unfreeze

star 207

Lift the scope lock set by /freeze. All files become editable again.

bdfinst By bdfinst schedule Updated 6/6/2026

name: unfreeze description: >- Lift the scope lock set by /freeze. All files become editable again. user-invocable: true allowed-tools: Bash(rm *)

Unfreeze

Role: worker. This command removes the file editing scope lock.

You have been invoked with the /unfreeze command.

Arguments: none — operates on the current freeze state.

Worker constraints

  1. Clear only the freeze-state file.
  2. Do not edit source.
  3. Be concise. Confirm the lock is lifted in one line.

Steps

1. Remove freeze state

Delete hooks/freeze-state.json if it exists:

rm -f hooks/freeze-state.json

2. Confirm

Display:

Scope lock lifted. All files are editable.

Install via CLI
npx skills add https://github.com/bdfinst/agentic-dev-team --skill unfreeze
Repository Details
star Stars 207
call_split Forks 27
navigation Branch main
article Path SKILL.md
More from Creator