mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
All workflow, command, reference, template, and tool-output files that surfaced /gsd:<cmd> as a user-typed slash command have been updated to use /gsd-<cmd>, matching the Claude Code skill directory name. Closes #2697 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1.6 KiB
1.6 KiB
name, description, allowed-tools
| name | description | allowed-tools | ||||
|---|---|---|---|---|---|---|
| gsd:settings-advanced | Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs |
|
Routes to the settings-advanced workflow which handles:
- Config existence ensuring (workstream-aware path resolution)
- Current settings reading and parsing
- Sectioned prompts: Planning Tuning, Execution Tuning, Discussion Tuning, Cross-AI Execution, Git Customization, Runtime / Output
- Config merging that preserves every unrelated key
- Confirmation table display
Use /gsd-settings for the common-case toggles (model profile, research/plan_check/verifier, branching strategy, context warnings). Use /gsd-settings-advanced once those are set and you want to tune the internals.
<execution_context> @~/.claude/get-shit-done/workflows/settings-advanced.md </execution_context>
**Follow the settings-advanced workflow** from `@~/.claude/get-shit-done/workflows/settings-advanced.md`.The workflow handles all logic including:
- Config file creation with defaults if missing (via
gsd-sdk query config-ensure-section) - Current config reading
- Six sectioned AskUserQuestion batches with current values pre-selected
- Numeric-input validation (non-numeric rejected, empty input keeps current)
- Answer parsing and config merging (preserves unrelated keys)
- File writing (atomic)
- Confirmation table display