gsd-settings

Interactively configure GSD workflow agents and model profile settings.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-settings-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-settings
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-settings-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and tune GSD workflow toggles and the model profile to streamline agent-based automation.

Core Features & Use Cases

  • Interactive 5-question settings prompt (model, research, plan_check, verifier, branching)
  • Config existence check, default creation, and current settings parsing
  • Merge, write, and confirm changes with a concise summary display

Quick Start

Launch the interactive settings prompt to update your GSD workflow configuration in the local claude environment.

Frequently Asked Questions about gsd-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure workflow automation toggles and model settings interactively?

Configure workflow toggles and model settings interactively through a multi-question CLI prompt that checks for existing config, parses current settings, merges answers, and writes updates to a local configuration file.

What is a GSD workflow model profile and how does it manage agent automation?

A GSD workflow model profile manages agent automation by persisting configuration toggles for model selection, research, plan checking, verification, and branching to a local config file, ensuring consistent agent behavior across sessions.

How do I update CLI workflow agent settings without manually editing config files?

Update CLI workflow agent settings without manual edits by launching the interactive prompt, which reads current settings, presents pre-selected options, merges your answers, and writes the merged configuration automatically.

Does the interactive config prompt work if no settings file exists yet?

Yes, the interactive config prompt works without an existing settings file by performing a config existence check, creating default settings, and then presenting the interactive options to establish your initial workflow configuration.

What settings can I toggle with the GSD interactive configuration prompt?

You can toggle five settings with the GSD interactive configuration prompt: model profile, research, plan_check, verifier, and branching, which are merged into your current config and confirmed with a summary display.

Why are my workflow agent changes not persisting between sessions?

Workflow agent changes fail to persist if the config merge and write step is skipped; the settings workflow reads current settings, merges interactive answers, and writes the updated config to a local file to ensure persistence.