Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| (none) | Interactive 5-question common-case config prompt | settings |
| --advanced | Power-user knobs: planning, execution, discussion, cross-AI, git, runtime | settings-advanced |
| --integrations | API keys (Brave/Firecrawl/Exa), review CLI routing, agent skills | settings-integrations |
| --profile <name> | Switch model profile without interactive prompt | gsd-tools query config-set-model-profile |
<execution_context>
@/.claude/gsd-core/workflows/settings.md
@/.claude/gsd-core/workflows/settings-advanced.md
@~/.claude/gsd-core/workflows/settings-integrations.md
</execution_context>
Parse the first token of $ARGUMENTS:
--advanced: strip the flag, execute settings-advanced workflow--integrations: strip the flag, execute settings-integrations workflow--profile: extract the profile name (remainder after --profile), then:
gsd-tools is on PATH via command -v gsd-tools; if absent, emit the install hint Install GSD via 'npm i -g @opengsd/gsd-core' and stop.gsd-tools query config-set-model-profile <profile-name> --raw and display the output verbatim.abf3cf7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.