What problem does it solve? Codex sessions need a governed way to tap into the Baron Core orchestration authority without copying skill bodies or guessing at lifecycle behavior. This Skill provides the explicit bridge that constructs structured prepare requests and consumes the resulting routing packets. ## Core Features & Use Cases - Structured Prepare Requests: Builds PrepareRequestV1 payloads and invokes baron control-plane prepare --adapter codex --json with task text passed through structured transport, never shell interpolation. - Packet-Driven Execution: Consumes PreparePacketV1 output covering work shape, risk, intent, Task State, selected skills and agents, verification, blockers, and next actions. - Scoped Resource Resolution: Maps selected skill identifiers to .baron/core/skills/<name>/SKILL.md and resolves references, scripts, and assets relative to that path without preloading the entire Core tree. - Use Case: A developer working in the Hotel Staff monorepo asks Codex to implement a backend feature; the bridge routes the task through Baron Core, which selects the appropriate skills and agents and returns a bounded execution plan. ## Quick Start Ask Codex to prepare and route your task through Baron Core by describing the work you want done in plain language.