From sdd
Compares installed SDD plugin version with project version in sdd-settings.yaml, detects mismatches using semver, and displays update guidance.
npx claudepluginhub liorcohen/sdd --plugin sddThis skill uses the workspace's default tool permissions.
Display the installed SDD plugin version and the project's plugin version, highlighting when the project is outdated.
Initializes SDD projects via version detection, plugin rebuild if needed, environment verification, tech pack registration, minimal scaffolding, and git setup.
Checks bopen-tools plugin version against GitHub in ~70ms, returning JSON status (current/outdated/ahead). Use at session start, for update queries, or suspicious skill behavior.
Smart update for SDLC wizard — shows changelog, compares files, lets you selectively adopt changes while preserving customizations.
Share bugs, ideas, or general feedback.
Display the installed SDD plugin version and the project's plugin version, highlighting when the project is outdated.
Invoked by sdd-run.md with no arguments.
<plugin-root>/.claude-plugin/plugin.json → version fieldsdd/sdd-settings.yaml exists in the current directorysdd.updated_by_plugin_version (with fallback to legacy sdd.plugin_version for pre-reconciliation files)sdd.initialized_by_plugin_version for context (the version that first created the project)SDD Plugin
Installed: 6.5.0
Project: 6.5.0 ✓ match
Originally from: 6.2.0
SDD Plugin
Installed: 6.5.0
Project: 6.2.0 ⚠ outdated
Originally from: 6.0.0
The project settings were last reconciled with an older plugin version.
/sdd I want to initialize a new project
SDD Plugin
Installed: 6.3.0
Project: 6.5.0 ⚠ installed plugin is older than project
Originally from: 6.0.0
The installed plugin is older than what this project expects.
Run: claude plugins update sdd
SDD Plugin
Installed: 6.5.0
Project: (no SDD project detected)
NEXT STEPS:
/sdd I want to initialize a new project
project-settings skill - Owns the sdd-settings.yaml schemaReturns the version report as formatted text.