What problem does it solve? Implementing a multi-lane phase plan by hand risks crossing file-ownership boundaries, skipping verification, and leaving the git worktree in an ambiguous state. This Skill turns a codex-plan-phase plan into a disciplined execution run with preflight checks, lane-scoped edits, and machine-readable closeouts. ## Core Features & Use Cases - Lane-scoped execution: Parses the plan's lane DAG, owned files, and interface gates, then implements each lane in topological order without touching peer-owned files. - Verification and closeout contract: Runs lane and phase verification commands, audits the dirty worktree with phase-loop-closeout-audit, and emits a typed automation closeout with blocker taxonomy, handoff files, and reflections. - Optional worker fanout: Supports explicit parallel worker subagents only for disjoint lanes, with strict per-worker ownership briefs. - Use Case: After planning a roadmap phase, invoke this Skill so Codex implements the lanes, runs the tests, and reports the next phase and next command without manual git triage. ## Quick Start Ask Codex to execute the latest phase plan in plans/ using the codex-execute-phase skill and report the verification results and next command.