unfreeze

Remove the edit freeze boundary to enable edits across all directories.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill unfreeze-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/virtual-engineering-team/.shogo/skills/gstack-unfreeze
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill unfreeze-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the edit freeze boundary so you can edit across all directories, enabling faster iteration in multi-directory projects.

Core Features & Use Cases

  • Clears the local freeze boundary to allow edits everywhere in the project during a development sprint.
  • Safely handles the case where no boundary exists and reports the outcome to the user.
  • Works within the current session and preserves hooks for easy re-freeze when needed.

Quick Start

Unfreeze the workspace to allow edits across all directories.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove an edit freeze boundary in my project workspace?

To remove an edit freeze boundary, you need a tool that deletes the boundary marker restricting directory edits. This clears the restriction so you can edit across all directories during development, while preserving session hooks for easy re-freezing.

What happens if I try to unfreeze edits when no freeze boundary exists?

If no freeze boundary exists, the unfreeze operation safely handles the missing marker and reports the outcome to the user. It does not error out, ensuring the workspace remains editable across all directories without interruption.

Can I re-apply an edit freeze after unfreezing the workspace?

Yes, you can re-apply an edit freeze because unfreezing preserves session hooks. These hooks remain active after the boundary marker is deleted, allowing you to quickly restrict directory edits again when needed.

Why are my edits restricted to certain directories during a development sprint?

Edits are restricted because an edit freeze boundary has been placed to limit changes during development or debugging. Removing this boundary marker restores the ability to edit files across all directories in the project workspace.

Does unfreezing a workspace affect my current session configuration?

Unfreezing a workspace does not disrupt your current session configuration. It specifically removes the boundary marker restricting edits while preserving existing session hooks, enabling seamless multi-directory editing without losing session state.

What is the best way to enable edits across all directories in a multi-directory project?

The best way to enable edits across all directories is to remove the edit freeze boundary marker. This action lifts restrictions placed during debugging, allowing full workspace editing while keeping session hooks intact for future use.