What problem does it solve? This Skill prevents uncontrolled factory automation by enforcing a strict stop-and-freeze protocol whenever halt, interrupt, or Cloud Forge Run requests occur, ensuring no unauthorized autodrain, pack_loop, batch, or unified autorun processes are spawned. ## Core Features & Use Cases - STOP Enforcement: Runs the stop_goal1_auto_run_v1.py script first and quotes the factory-now state from ~/.sina/factory-now-v1.json before any further action. - Spawn Gate Law: Explicitly blocks spawning of autodrain, pack_loop, batch, and unified autorun processes during a freeze. - Bounded Resume: Only resumes factory motion via factory_control_v1.py with a founder-issued max-turns limit and receipt requirement, and never deletes the auto-run-disabled flag. - Use Case: When a founder issues a halt during an automated factory run, this Skill ensures the system stops cleanly, reports current state, and only resumes under an explicit bounded command. ## Quick Start Ask the assistant to stop and freeze the factory run, then quote the current factory-now state before any resume.