What problem does it solve? Turning a roadmap phase into an executable implementation plan is error-prone: lanes overlap on shared files, verification commands go unspecified, and downstream executors fail on under-declared file ownership. This Skill converts a phase from a versioned phase roadmap spec into a validated, execution-ready lane plan for Gemini. ## Core Features & Use Cases - Interface Freeze Gates: Defines exact symbols, schemas, commands, and endpoint shapes as checkable gates before implementation begins. - Disjoint Lane Decomposition: Splits work into swim lanes with complete owned-file sets (tests, snapshots, lockfiles, migrations), acyclic dependencies, and explicit provided/consumed interfaces. - Contract Validation: Validates dispatch hints, execution policy literals, spec-closeout sections, and acceptance criteria against the shared phase-loop protocol before writing the plan artifact. - Use Case: Given specs/phase-plans-v2.md, produce plans/phase-plan-v2-FOUND.md with lane DAG, verification commands, and EC-referenced acceptance criteria ready for gemini-execute-phase. ## Quick Start Ask the planner to plan the FOUND phase from specs/phase-plans-v2.md into an execution-ready lane plan for Gemini.