From GSD Core
Updates GSD to the latest version with changelog display and user confirmation. Also supports --sync, --reapply, and --next/--rc flags for advanced workflows.
How this command is triggered — by the user, by Claude, or both
Slash command
/gsd-core:update [--sync | --reapply | --next | --rc]gsd/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Check for GSD updates, install if available, and display what changed. Routes to the update workflow which handles: - Version detection (local vs global installation) - npm version checking - Changelog fetching and display - User confirmation with clean install warning - Update execution and cache clearing - Restart reminder </objective> <execution_context> @~/.claude/gsd-core/workflows/update.md </execution_context> <flags> - **--sync**: Sync managed GSD skills across runtime roots so multi-runtime users stay aligned after an update. Runs the sync-skills workflow (--from, --...
Routes to the update workflow which handles:
<execution_context> @~/.claude/gsd-core/workflows/update.md </execution_context>
- **--sync**: Sync managed GSD skills across runtime roots so multi-runtime users stay aligned after an update. Runs the sync-skills workflow (--from, --to, --dry-run, --apply flags supported). - **--reapply**: Reapply local modifications after a GSD update. Uses three-way comparison (pristine baseline, user-modified backup, newly installed version) to merge user customizations back. Runs the reapply-patches workflow. - **--next** (alias **--rc**): Target the `@next` RC dist-tag instead of `@latest` so you can install or refresh a release candidate (e.g. `1.4.0-rc.1`) through the normal update flow — scope/runtime detection, changelog preview, custom-file backup, and cache clearing all still apply. Omitting it keeps targeting `@latest` (no change). See ADR #660 for the RC channel. - **(no flag)**: Standard update — check for new version, show changelog, install. Parse the first token of $ARGUMENTS: - If it is `--sync`: strip the flag, execute the sync-skills workflow (passing remaining args for --from/--to/--dry-run/--apply). - If it is `--reapply`: strip the flag, execute the reapply-patches workflow. - Otherwise (including `--next` / `--rc`): execute the update workflow end-to-end, passing `$ARGUMENTS` through so the workflow's parse_update_channel step can select the release channel.<execution_context_extended>
@/.claude/gsd-core/workflows/sync-skills.md
@/.claude/gsd-core/workflows/reapply-patches.md
</execution_context_extended>
npx claudepluginhub open-gsd/gsd-core/skill-updateChecks git-repo-backed skills for remote updates, lists stale ones for user selection (or specific/all), fetches changes, reports status, and guides through updating/evaluating.
/gsd-upgradeUpgrades GSD workflow to v5 with task decomposition, agent memory layer, and wave-based parallel execution. Supports migrate (from v4) or fresh setup via argument.
/upgradeChecks for updates to agentic-dev-team plugin, shows categorized changes (agents, skills, commands), confirms, and applies via git pull.
/updateUpdates Hydra framework to latest npm version: checks versions, previews changelog, shows safety note, confirms, runs npx install, verifies, requires restart.
/fire-skills-syncSynchronizes skills between project library (~/.claude/plugins/dominion-flow/skills-library/) and global library (~/.claude/fire-skills-global/). Supports push, pull, both (default), dry-run directions.
/setupInstalls GSD by cloning GitHub repo and copying commands to ~/.claude/commands/gsd/ and resources to ~/.claude/get-shit-done/. Checks for existing install and offers update.