From GSD Core
Interactive 5-question prompt to configure GSD workflow agents, model profile, and workflow toggles. Reads existing config, merges changes, and displays confirmation with quick command references.
How this command is triggered — by the user, by Claude, or both
Slash command
/gsd-core:settingsgsd/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Interactive configuration of GSD workflow agents and model profile via multi-question prompt. Routes to the settings workflow which handles: - Config existence ensuring - Current settings reading and parsing - Interactive 5-question prompt (model, research, plan_check, verifier, branching) - Config merging and writing - Confirmation display with quick command references </objective> <execution_context> @~/.claude/gsd-core/workflows/settings.md </execution_context> <process> Execute end-to-end. </process>
Routes to the settings workflow which handles:
<execution_context> @~/.claude/gsd-core/workflows/settings.md </execution_context>
Execute end-to-end.npx claudepluginhub open-gsd/gsd-core/gsd-upgradeUpgrades GSD workflow to v5 with task decomposition, agent memory layer, and wave-based parallel execution. Supports migrate (from v4) or fresh setup via argument.
/configConfigures Plan-Build-Run settings including model selection, workflow toggles, depth, gates, and parallelization.
/configWalks through all SoloFlow settings interactively — reads config overrides and defaults, lets user adjust categories, and writes results preserving unknown keys.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill and shortcut command. Prompts for workflow purpose and structure type, then produces the files.
/settingsView or update Shipyard workflow settings in .shipyard/config.json. Supports list to show all, single key to view/set, or interactive mode for guided changes.
/settingsLaunches interactive editor for .planning/config.json via learnship settings workflow, preserving gates, validations, checkpoints, and routing.