What problem does it solve? Implementing a multi-lane phase plan by hand risks dirty worktrees, cross-lane file conflicts, unverified changes, and lost handoff state. This Skill executes a <harness>-plan-phase plan deterministically, enforcing owned-file boundaries, verification gates, and machine-readable closeouts so autonomous phase loops stay auditable. ## Core Features & Use Cases - Lane-scoped execution: Parses the plan's lane DAG, owned-file globs, and interface contracts, then executes lanes in topological order without touching peer-owned files. - Git safety and closeout audits: Runs preflight git status checks, closeout audits via phase-loop-closeout-audit, and classifies dirty paths as phase-owned, control, or conflicting before reporting completion. - Optional worker fanout: Supports explicit parallel subagent execution only for machine-verified disjoint lanes, with worktree allocation, pre-merge destructiveness checks, and post-merge import smoke tests via bundled scripts. - Use Case: After planning a phase with plan-phase, invoke this Skill to implement all lanes, run verification commands, write a reflection and handoff, and emit a typed closeout the phase-loop runner can consume. ## Quick Start Ask the agent to execute the latest phase plan in plans/ using the execute-phase skill and report the verification results and next command.