npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
Show the following output to the user verbatim, with no extra commentary:
Interactively configures GSD workflow toggles (model, research, plan_check, verifier, branching) and model profile via 5-question prompt with config creation, merging, and confirmation.
Manages model profiles for PLAN-BUILD-RUN agents: switches presets (quality, balanced, budget, adaptive) or customs, shows current assignments from config.json.
Switches model profiles (quality/balanced/budget) for Kata agents by updating .planning/config.json, balancing Claude model quality vs token cost. Use for Kata projects.
Share bugs, ideas, or general feedback.
Show the following output to the user verbatim, with no extra commentary:
!if ! command -v gsd-sdk >/dev/null 2>&1; then printf '⚠ gsd-sdk not found in PATH — /gsd:set-profile requires it.\n\nInstall the GSD SDK:\n npm install -g @gsd-build/sdk\n\nOr update GSD to get the latest packages:\n /gsd:update\n'; exit 1; fi; gsd-sdk query config-set-model-profile $ARGUMENTS --raw