Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
If it is --advanced: strip the flag, execute settings-advanced workflow
If it is --integrations: strip the flag, execute settings-integrations workflow
If it starts with --profile: extract the profile name (remainder after --profile), then:
Pre-flight check (#2439): verify gsd-sdk is on PATH via command -v gsd-sdk.
If absent, emit the install hint Install GSD via 'npm i -g get-shit-done' and stop —
do NOT invoke gsd-sdk directly (avoids the opaque command not found: gsd-sdk failure).
Run: gsd-sdk query config-set-model-profile <profile-name> --raw and display the output verbatim.
Otherwise: execute settings workflow (no argument needed)
1. Parse the leading flag (if any) from $ARGUMENTS.
2. Load and execute the appropriate workflow end-to-end, or run the inline SDK command for --profile.
3. Preserve all workflow gates from the target workflow.