cyberneticlibrary

Migrate projects to GSD structure

gsd-migrateskillsetup L364
Tibsfox/gsd-skill-creator
What it does

Migrate codebase to new architecture or dependency version

Best for

Upgrading framework (Next.js 13→14) or swapping persistence (SQL→NoSQL) when breaking changes are unavoidable.

Inputs
  • · source codebase
  • · target architecture or dependency
  • · migration path
Outputs
  • · migrated codebase
  • · breaking change summary
  • · rollback plan
Requires
  • · AST transformation tool
  • · test framework
Preconditions

Test coverage sufficient to validate migration; rollback strategy documented

Failure modes

Dead code left behind; type errors surface only in production; behavioral regression undetected

Trust signals
  • · Migration script tested against test suite before production
  • · Before/after metrics (bundle size, startup time, query latency) documented