What problem does it solve? When an autonomous research pipeline hits a major unresolved decision with two or three defensible alternatives, local evidence alone may not settle it. This Skill obtains a single advisory second opinion from a signed-in browser ChatGPT Pro session through a runtime-authorized governor, without letting the agent improvise CLI commands or over-consult. ## Core Features & Use Cases - Governed routing: Automatic calls require an askgpt-governor verdict of consult_oracle; direct user requests use the explicit_user_request basis with quoted text. - Bounded decision packets: Requires a semantic decision id, two or three alternatives, decisive local evidence, unresolved uncertainty, and the smallest file set to attach. - Safe execution: Runs the governor-provided dry-run command first, then the exact run command in the background, with one consultation per decision id and read-only recovery via oracle status and session commands. - Use Case: During an autoresearch run, a skill cannot decide between two mechanism families for a mapping stage; it submits a bounded packet, receives one advisory recommendation with risks, and records the outcome in the owning artifact. ## Quick Start Ask the agent to consult Oracle through the oracle_governor runtime tool for a specific pending decision, providing the decision id, alternatives, and supporting workspace files.