Skip to content
Development
Command

/settings-advanced

Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs

From plugin
gsd-skill-creator
6926 skills64 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-code

How 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.md
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>

Read more
Ships withgsd-skill-creator

An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)

Get the whole plugin, auto-invoked
Stats
69
Stars
0
Views
9
Forks
Active
Maintenance
TypeScript
Language
19d ago
Last commit
6mo ago
Created

Repo: Tibsfox/gsd-skill-creator