Blueprint Migration Expert skill for migrating blueprint structures between format versions. This skill is triggered by and handles version-specific migration logic. When to Use This Skill | Use this skill when... | Use blueprint-upgrade instead when... | |---|---| | You need version-specific migration logic (v3.0→v3.1, v3.2→v3.3, etc.) | You're invoking the user-facing upgrade workflow with prompts | | You need content hashing to detect manual modifications during migration | You want the high-level "upgrade my blueprint" entry point | | You're implementing a new migration step between forma…