What problem does it solve? LiveSpec projects fall behind as the framework evolves, leaving stale directory structures, broken symlinks, and outdated spec formats. This Skill upgrades an initialized LiveSpec project to the latest repo version by planning and applying only the pending migrations in order. ## Core Features & Use Cases - Planned sequential migrations: Compares the project's livespec-version against the repo VERSION, runs the migration planner, and applies each pending migration via migrate.sh with idempotent DSL actions. - Visual and E2E test scaffolding: After migration, generates Playwright visual baselines, reconciles duplicate or broken test files through six AI checks, and generates complete E2E tests from Gherkin scenarios. - Goal-locked execution: Renders an immutable goal contract and requires proof submission per task, with BLOCKED/ERROR reporting on unmet prerequisites. - Use Case: After pulling a newer LiveSpec checkout, run the migration to bump a project from v10 to v17, recreate broken skill symlinks, and scaffold missing Playwright tests in one pass. ## Quick Start Run /spec-migrate to upgrade this LiveSpec project to the latest version and scaffold any missing visual and E2E tests.