founder-freeze-conduct

Enforces stop, freeze, and bounded resume rules for factory spawn operations.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill founder-freeze-conduct-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: founder-freeze-conduct
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/agent-skills/shared/founder-freeze-conduct
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill founder-freeze-conduct-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about founder-freeze-conduct

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

FAQPage Schema
How do I stop a factory auto-run safely?

Run python3 scripts/stop_goal1_auto_run_v1.py --json first, then quote the factory-now state from ~/.sina/factory-now-v1.json. Do not spawn autodrain, pack_loop, batch, or unified autorun processes afterward.

How do I resume a frozen factory run?

Resume only with a bounded founder command specifying a max-turns limit and receipt requirement, then run python3 scripts/factory_control_v1.py resume --max-turns N. Unbounded resumes are not permitted.

Can I delete the auto-run-disabled flag to restart automation?

No, you must never remove ~/.sina/auto-run-disabled-v1.flag. The flag is part of the freeze gate law, and bypassing it violates the bounded resume protocol.

What factory motion is allowed during a freeze?

Only RUN INBOX execution of one sa when Brain routes, and Hub Actions such as validators and sync. Cursor AUTO-RUN does not exist and must not be invoked.

When should the freeze conduct protocol be triggered?

Trigger it on any stop, halt, freeze, interrupt, or Cloud Forge Run request. It acts as the spawn gate law governing all factory automation control decisions.