update-wizard

Compare local SDLC wizard templates with latest versions and apply selective updates.

42|5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill update-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-wizard
Source: https://github.com/BaseInfinity/claude-sdlc-wizard/tree/main/skills/update
Command: npx skills add https://github.com/BaseInfinity/claude-sdlc-wizard --skill update-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Update Wizard helps teams manage SDLC wizard files by showing what changed, comparing versions, and enabling selective adoption while preserving customizations.

Core Features & Use Cases

  • Compare local wizard files with latest templates, generate diffs, and propose changes.
  • Apply targeted updates while keeping user-placed customizations intact.
  • Use Case: you want to upgrade to a new wizard release without overwriting your custom hooks or settings.

Quick Start

Run the update wizard to review changes and selectively apply updates while preserving your customizations.

Frequently Asked Questions about update-wizard

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

FAQPage Schema
How do I update SDLC wizard templates without overwriting custom hooks?

To update SDLC wizard templates without losing custom hooks, the Update Wizard performs a non-destructive comparison between installed and latest versions. It generates per-file diffs, allowing you to selectively adopt new changes while preserving your existing customizations across multiple steps.

What is non-destructive comparison for SDLC wizard upgrades?

Non-destructive comparison for SDLC wizard upgrades is a process that surfaces changes between local files and latest templates without directly modifying them. It generates diffs and proposes targeted updates, ensuring your user-placed customizations remain intact during the version update.

Do I need frontmatter metadata in SKILL.md to run wizard template updates?

Yes, frontmatter-defined metadata in SKILL.md is required to run wizard template updates. The upgrade process also requires access to local wizard templates within your Claude Code projects to accurately perform the non-destructive comparison and apply selective adoption.

Can I selectively adopt changes from new wizard releases per file?

Yes, you can selectively adopt changes from new wizard releases per file. The Update Wizard handles per-file diffs and prompts, allowing you to review changes across multiple steps and apply only the specific updates you want while keeping your custom tweaks.

What's the best way to manage version control for custom SDLC wizard files?

The best way to manage version control for custom SDLC wizard files is using a guided update tool that compares local versions against latest templates. This approach shows what changed, generates diffs, and enables selective adoption to preserve your custom settings safely.