What problem does it solve? When multiple subagents run in parallel or a session resumes after interruption, agents can operate on desynchronized views of the project, leading to contradictory decisions. This Skill freezes the current system state — memory bank, file state, agent topology, constraints, and recovery plan — into a single read-only snapshot so every subagent starts from the same baseline. ## Core Features & Use Cases - State Freezing: Captures memory bank files (context.md, progress.md, decisions.md, orchestrator-log.md), git status, and recently added files into a timestamped snapshot under memory_bank/snapshots/. - Isolation Zone Mapping: Defines which files each parallel agent owns versus shares, plus constraints on files not to touch and decisions not to reconsider. - Recovery Planning: Records per-agent timeout handling, conflict resolution, and stale-snapshot actions for session resume scenarios. - Use Case: Before dispatching three parallel review subagents on Work Block wb-003, create a snapshot so each agent's mission brief references the same frozen state, and archive it afterward as part of the audit trail. ## Quick Start Ask the Control Tower to create a context snapshot for work block wb-003 at stage 0 before dispatching the parallel subagents.