Generates staged, risk-aware upgrade plans for Godot projects using .NET to ensure safe migrations across engine and SDK versions.
This skill provides a comprehensive framework for planning version upgrades in Godot and .NET environments, moving away from risky all-at-once migrations toward structured, staged transitions. It systematically evaluates engine compatibility, .NET SDK requirements, C# language features, addon stability, and export pipeline integrity. By generating a detailed upgrade-plan artifact, it helps developers identify high-risk areas, establish validation checkpoints, and define concrete rollback strategies before any breaking changes are implemented.
Características Principales
01Evaluation of addon, plugin, and NuGet package stability
02Export pipeline and CI/CD toolchain impact analysis
030 GitHub stars
04Structured rollback and branch strategy generation
05Staged upgrade sequencing to minimize migration risk
06Comprehensive assessment of Godot engine and .NET SDK compatibility
Casos de Uso
01Assessing the blast radius of third-party plugin and export template updates
02Upgrading a project to a newer .NET SDK or C# language version
03Planning a major Godot engine version migration (e.g., 4.x to 4.y)