This is a structured workflow for migrating frameworks, languages, or infrastructure without breaking everything. It chains five agents in sequence: oracle researches the target version's breaking changes, phoenix analyzes your current codebase for impact, plan-agent creates a phased rollout strategy, kraken implements the changes, and surveyor reviews the final result. The extra gates make sense here because migrations are high risk, and catching deprecated API usage or dependency conflicts before you start coding saves hours of debugging. Works for React upgrades, Python version bumps, database switches, whatever. You can run one phase at a time for large codebases or use the dry run flag to just see the plan.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill migrate