ワンクリックで
gsd-config
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create detailed phase plan (PLAN.md) with verification loop
File a phase artifact into MemPalace; mirror decision facts into its temporal KG
Cross-AI plan convergence - replan until review concerns are resolved.
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Start a new milestone cycle — update PROJECT.md and route to requirements
Toggle which skills are surfaced — apply a profile, list, or disable a cluster without reinstall
| name | gsd-config |
| description | Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile |
| argument-hint | [--advanced | --integrations | --profile <name>] |
| allowed-tools | ["Read","Write","Bash","AskUserQuestion"] |
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.