What problem does it solve? Large-scale migrations and refactors often fail because teams start coding before understanding the blast radius, dependencies, and rollback options. This Skill produces a structured, reviewable migration plan before any code is touched. ## Core Features & Use Cases - Impact Analysis: Maps all affected files, modules, and external dependencies using codebase search, and checks test coverage of affected areas. - Structured Plan Template: Produces a markdown plan covering prerequisites, phased steps with per-step risk and reversibility, breaking changes, rollback strategy, testing strategy, and timeline estimates. - Risk Review: Highlights the highest-risk steps and recommends incremental rollout over big-bang migration, including feature flags and multi-PR splits. - Use Case: Before upgrading a framework version or swapping a database, ask for a migration plan and receive a step-by-step document you can review, adjust, and execute incrementally. ## Quick Start Ask the assistant to plan the migration from your current framework version to the target version, including dependency analysis and a rollback strategy.