Skip to content
Development
Command

/sap-dependency-upgrade-plan

Optional target version or version range to evaluate

From plugin
sap-skills
40469 skills31 agents69 commands8 MCP
Install
$ npx -y skills add secondsky/sap-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sap-dependency-upgrade-plan

Context preview

What this command does when you run it.

Optional target version or version range to evaluate

Command definition

sap-dependency-upgrade-plan.md
name: sap-dependency-upgrade-plan
description: Create a safe SAP dependency upgrade plan with pinning, changelog review, lockfile checks, and rollback steps
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "[package-or-ecosystem] [target-version]"
arguments:
  - name: package_or_ecosystem
    description: Optional package, MCP server, npm/pip ecosystem, or plugin dependency area to plan
    required: false
  - name: target_version
    description: Optional target version or version range to evaluate
    required: false

SAP Dependency Upgrade Plan

Create a dependency upgrade plan. Do not update files unless the user explicitly asks for implementation.

Workflow

1. Inventory package manifests, lockfiles, MCP configs, plugin manifests, and runtime version constraints. 2. Flag unpinned specs, `@latest`, bare executable package names, deprecated packages, and security-sensitive config. 3. Check changelogs or package metadata when network access is available. 4. Plan upgrades in small batches with test commands and rollback steps. 5. Separate safe local updates from changes requiring SAP tenant/runtime validation.

Output Contract

Return:

  • Current dependency inventory.
  • Recommended upgrade batches.
  • Risks, breaking changes, and pinning fixes.
  • Test and validation commands.
  • Rollback plan and pending external verification.
Ships withsap-skills

40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.

Get the whole plugin