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>
40 lines
1.6 KiB
Markdown
40 lines
1.6 KiB
Markdown
---
|
|
name: gsd:settings-advanced
|
|
description: Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
|
|
allowed-tools:
|
|
- Read
|
|
- Write
|
|
- Bash
|
|
- AskUserQuestion
|
|
---
|
|
|
|
<objective>
|
|
Interactive configuration of GSD power-user knobs that don't belong in the common-case `/gsd-settings` prompt.
|
|
|
|
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.
|
|
</objective>
|
|
|
|
<execution_context>
|
|
@~/.claude/get-shit-done/workflows/settings-advanced.md
|
|
</execution_context>
|
|
|
|
<process>
|
|
**Follow the settings-advanced workflow** from `@~/.claude/get-shit-done/workflows/settings-advanced.md`.
|
|
|
|
The workflow handles all logic including:
|
|
1. Config file creation with defaults if missing (via `gsd-sdk query config-ensure-section`)
|
|
2. Current config reading
|
|
3. Six sectioned AskUserQuestion batches with current values pre-selected
|
|
4. Numeric-input validation (non-numeric rejected, empty input keeps current)
|
|
5. Answer parsing and config merging (preserves unrelated keys)
|
|
6. File writing (atomic)
|
|
7. Confirmation table display
|
|
</process>
|