What problem does it solve? Autopilot Mode sessions need a consistent, machine-checkable goal block so an orchestrator can lock clarifications, define execution consent, and resume work across sessions without repeating clarification rounds. ## Core Features & Use Cases - Goal Block Emission: Builds the provisional goal block with exactly 9 required fields (SESSION GOAL through START) within a 4000-character limit after the consolidated clarification round. - Resume Detection: Recognizes a pasted goal block at session start and skips the clarification round, resuming directly from the ENTRY PHASE and START fields. - D1 Validation: Ships a Node.js validator script that checks all 9 fields, enforces the standing-granted consent rule, warns on TBD test gates, and validates the optional LANE field. - Use Case: A user pastes a goal block from a previous session; the orchestrator detects all 9 field anchors, skips clarification, and resumes the autopilot run from the recorded entry phase. ## Quick Start Ask the assistant to run autopilot on your task and emit the provisional goal block, then validate the written artifact with the validator script.