What problem does it solve?
Setting up and changing GSD runtime behavior often requires remembering many flags, toggles, and profiles; this Skill centralizes that configuration into an interactive, flag-routed workflow.
Core Features & Use Cases
- Common-case interactive setup: Answers a 5-question prompt to configure typical toggles like model, research, plan_check, verifier, and branching.
- Advanced power-user tuning: Applies planning, execution, discussion, cross-AI behavior, git/runtime options, and other advanced knobs via a dedicated advanced workflow.
- Integrations and credentials/config routing: Manages third-party API key configuration and agent-skill injection using an integrations-specific workflow.
- Model profile switching: Updates the active GSD model profile directly with a non-interactive command, supporting quality|balanced|budget|inherit (or an inheritable custom profile).
Use case example: You want to run the same agent workflow but switch from a balanced model to a budget profile for faster iterations, while keeping your usual common-case settings.
Quick Start
Run gsd-config with the desired mode, for example: "gsd-config --profile budget" to switch the model profile without answering prompts.