workflow/DevOps & release/1–6 hours

Upgrade a framework methodically

Use primary migration guidance, isolate compatibility changes, and keep the repository’s feedback loops intact.

Use when

A framework or foundational dependency must move across one or more meaningful versions.

Outcome

A focused framework upgrade with known breaking changes handled and a clear runtime verification list.

The sequence

4 deliberate steps

  1. 01

    Inventory the current surface

    Find versions, plugins, configuration, framework-specific APIs, and runtime constraints.

    Open prompt
  2. 02

    Research migration risks

    Use official releases and migration docs to isolate changes that affect this repository.

    Open prompt
  3. 03

    Migrate in compatible steps

    Keep dependency, configuration, and code changes small enough to diagnose independently.

    Open prompt
  4. 04

    Plan the release

    Define preflight, runtime checks, observation, and rollback.

    Open prompt
All workflows