/settings-advanced
Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/settings-advanced
Context preview
What this command does when you run it.
Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
Command definition
settings-advanced.mdname: gsd:settings-advanced
description: Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
allowed-tools:
- Read
- Write
- Bash
- AskUserQuestion
gsd-build-source: 1.38.3
gsd-build-source-url: https://github.com/gsd-build/get-shit-done/blob/v1.38.3/commands/gsd/settings-advanced.md
local-modified: false
gsd-skill-creator-vendored-at: 2026-04-25
<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>
Read more
name: gsd:settings-advanced description: Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs allowed-tools: - Read - Write - Bash - AskUserQuestion gsd-build-source: 1.38.3 gsd-build-source-url: https://github.com/gsd-build/get-shit-done/blob/v1.38.3/commands/gsd/settings-advanced.md local-modified: false gsd-skill-creator-vendored-at: 2026-04-25
<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>
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
Other commands on gsd-skill-creator.
- /api-design
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Open command - /code-review
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
Open command - /context-handoff
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Open command - /decision-framework
Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.
Open command - /env-setup
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
Open command - /file-operation-patterns
Safe file operation patterns. Use when performing bulk file operations or writing deployment scripts.
Open command

