What problem does it solve? Projects using a legacy flat layout of plans/ and specs/ directories need their planning artifacts relocated into the structured OpenSpec tree without losing git history or altering document content. ## Core Features & Use Cases - Ordered migration runbook: Archives shipped plans first, then relocates living specs, archived plans, and active plans in a load-bearing sequence. - History-preserving moves: Every relocation uses git mv so file history follows each document into the new OpenSpec layout. - Verbatim content preservation: Only paths change; document bytes are never reformatted during migration. - Use Case: A project with projects/<project>/plans/.md and specs/.md files is migrated so living specs land in plans/openspec/specs/<area>/spec.md and archived plans land in plans/openspec/changes/archive/YYYY-MM-DD-<id>/, after which CURRENT.md is retired. ## Quick Start Ask the agent to run /pavilio-openspec-migrate for a named project to relocate its plans and specs into the OpenSpec layout.