sg-update

Install or update GSD and Claude Code plugins for the super-gsd workflow.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/gyuha/super-gsd --skill sg-update
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sg-update
Source: https://github.com/gyuha/super-gsd/tree/main/skills/sg-update
Command: npx skills add https://github.com/gyuha/super-gsd --skill sg-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures your GSD → Superpowers → super-gsd workflow keeps working by preventing version drift, missing installations, and outdated plugin/tool mismatches.

Core Features & Use Cases

  • Checks each workflow component: Verifies the presence of GSD (@opengsd/get-shit-done-redux), the Superpowers Claude Code plugin, and the super-gsd plugin.
  • Installs or updates automatically: Runs npm installation/update for GSD and Claude Code plugin install/update for Superpowers and super-gsd.
  • Handles missing prerequisites gracefully: If the claude CLI is not available on PATH, plugin updates are skipped while GSD can still be installed/updated.

Quick Start

Run sg-update to install or update GSD and update the Superpowers and super-gsd Claude Code plugins so the end-to-end loop stays compatible.

Frequently Asked Questions about sg-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Claude Code plugins and npm packages for my workflow?▼

To update Claude Code plugins and npm packages for your workflow, run sg-update to detect missing or outdated components and automatically install or update required tools and plugins.

What happens if the Claude CLI is not on PATH when updating plugins?▼

If the Claude CLI is not on PATH when updating plugins, plugin updates are skipped while the GSD npm package can still be installed or updated independently.

How do I prevent version drift across iterative planning and execution sessions?▼

To prevent version drift across iterative planning and execution sessions, run sg-update before resuming cycles to verify component presence and update outdated plugins.

Can I check if GSD, Superpowers, and super-gsd plugins are installed correctly?▼

Yes, you can check if GSD, Superpowers, and super-gsd plugins are installed correctly by running sg-update, which uses bash-based detection and reports exact installed, updated, failed, or skipped status.

What is the best way to automate tool installation for Claude Code workflows?▼

The best way to automate tool installation for Claude Code workflows is using sg-update, which handles npm installation for GSD and plugin install/update for Superpowers and super-gsd.

Why does my workflow orchestration loop break after updating npm packages?▼

Your workflow orchestration loop may break after updating npm packages due to version drift or outdated plugin mismatches, which sg-update resolves by checking component compatibility.