What problem does it solve? Planning a framework, platform, or architecture migration without knowing the full impact leads to broken dependencies, unexpected blockers, and costly rework. This Skill scopes migrations by combining knowledge graph analysis with dependency and technical-debt signals. ## Core Features & Use Cases - Blast Radius Analysis: Walks the knowledge graph to identify every node and edge affected by a proposed migration. - Blocker Detection: Flags cyclic dependencies, god nodes, and unsupported constructs that block clean migration. - Risk & Sequencing Outputs: Produces a migration impact assessment, risk register, and sequencing recommendation with confidence labels preserved. - Use Case: Before migrating a monolith to services, run this Skill against the codebase analysis report to identify which modules must be decoupled first and which cyclic dependencies will block the move. ## Quick Start Assess the migration impact of moving this codebase from its current framework to the proposed target architecture using the existing knowledge graph and analysis report.