dist/bm/skills/version/SKILL.md
Print the installed GSD plugin version and check online for updates
npx skillsauth add jnuyens/gsd-plugin bm:versionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this and relay its output verbatim; add nothing.
PJ="${CLAUDE_PLUGIN_ROOT:+$CLAUDE_PLUGIN_ROOT/.claude-plugin/plugin.json}"; [ -f "$PJ" ] || PJ=$(ls -d "$HOME"/.claude/plugins/cache/gsd-plugin/bm/*/.claude-plugin/plugin.json 2>/dev/null|sort -V|tail -1)
CUR=$(grep -m1 '"version"' "$PJ" 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+'); LAT=$(git ls-remote --tags --refs https://github.com/buildomator/buildomator 2>/dev/null|grep -oE '[0-9]+\.[0-9]+\.[0-9]+$'|sort -V|tail -1)
echo "GSD plugin: ${CUR:-unknown} (latest: ${LAT:-could not check})"
if [ -n "$LAT" ] && [ "$CUR" != "$LAT" ] && [ "$(printf '%s\n%s' "$CUR" "$LAT"|sort -V|tail -1)" = "$LAT" ]; then echo "Update available: /plugins -> Marketplace -> refresh gsd-plugin -> Esc x2, then /reload-plugins"; fi
tools
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
testing
Validate built features through conversational UAT
testing
Retroactively audit and fill Nyquist validation gaps for a completed phase
testing
Update GSD to latest version with changelog display