Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.