gsd-settings

Configure GSD workflow agent settings interactively and merge them into the config file.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-settings-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-settings
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-settings-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually creating and updating get-shit-done (GSD) agent configuration files by providing an interactive, guided workflow that ensures consistent toggles and model profiles across environments.

Core Features & Use Cases

  • Config initialization and defaults: Automatically create a config file with sensible defaults if none exists.
  • Interactive 5-question prompt: Present pre-selected options for model, research, plan_check, verifier, and branching to simplify decision-making.
  • Safe merging and persistence: Read current settings, merge user answers robustly, write updated configs, and display a confirmation summary with quick command references.
  • Use Case: A developer onboarding a new environment can quickly standardize agent behavior and model choice across local and CI workflows without manual YAML edits.

Quick Start

Run the gsd-settings interactive prompt and answer the five guided questions to create or update your GSD configuration with the suggested defaults.

Frequently Asked Questions about gsd-settings

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

FAQPage Schema
How do I configure GSD workflow agent settings interactively?

Configure GSD workflow agent settings interactively by running a guided prompt that checks for existing configuration, presents five pre-selected options for model, research, plan_check, verifier, and branching, merges your answers, and writes the updated config file.

What is the best way to initialize get-shit-done agent configuration across local and CI environments?

Initialize get-shit-done agent configuration by running the interactive setup, which automatically creates a config file with sensible defaults if none exists, ensuring consistent toggles and model profiles across local development and CI contexts.

Do I need specific file permissions to update GSD model profiles and branching behavior?

Updating GSD model profiles and branching behavior requires Read, Write, and Bash access, along with a settings workflow located at ~/.claude/get-shit-done/workflows/settings.md to execute the interactive configuration and file persistence.

Can I use interactive settings prompts to standardize agent behavior without manual YAML edits?

Yes, interactive settings prompts standardize agent behavior by reading current settings, presenting pre-selected options for model choice and toggles, safely merging answers, and writing the config file, which removes the need for manual YAML edits.

What options are available when setting up GSD model selection and verification toggles?

GSD model selection and verification toggles present five guided options covering model, research, plan_check, verifier, and branching behavior, with pre-selected defaults to simplify decision-making during the interactive configuration workflow.

Why does my GSD configuration workflow require a settings.md file?

The GSD configuration workflow requires the settings.md file located at ~/.claude/get-shit-done/workflows/settings.md to execute the interactive prompt, perform config existence checks, read settings, merge answers, and display confirmation summaries with command references.