home/productivity/upgrade-plan-prompt

Upgrade Plan.prompt

GPTClaudeDeepSeek··1,263 copies·updated 2026-07-14
upgrade-plan-prompt.prompt
---
description: 'Build a safe upgrade plan with sequencing, compatibility checks, and rollback points.'
name: upgrade-plan
argument-hint: '[target version, component, or full repo]'
agent: tester
tools:
  - read
  - search
---
Build a safe upgrade plan with sequencing, compatibility checks, and rollback points.

Use repository docs, manifests, and test constraints.

Output exactly in this format:

## Upgrade Scope

- target
- baseline version
- compatibility boundaries

## Step Plan

Ordered upgrade steps.

- step
- dependency/precondition
- success check

## Risk and Rollback

For each major step:

- risk
- trigger to rollback
- rollback action

## Verification Matrix

- check
- command
- pass criteria

<!-- AUTO-GENERATED — maintained by vstack, do not edit directly -->
<!-- VSTACK-META: {"artifact_name":"upgrade-plan","artifact_type":"prompt","artifact_version":"20260513008","generator":"vstack","vstack_version":"3.6.0"} -->

when to use it

Community prompt sourced from the open-source GitHub repo eschaar/vstack (MIT). A "Upgrade Plan.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

eschaar/vstack · MIT