upgrade-plugin
Installation
SKILL.md
Upgrade Plugin
Orchestrate project-level migrations by reading CHANGELOG.md as the single source of truth for migration steps.
When to Use
Called by /workflows:upgrade command to handle the upgrade process.
How It Works
1. Detect Current Version
Read thoughts/.version in the project directory:
current: v1.2.2
migrated_from: v1.2.1
migration_date: 2026-02-03