gsd-settings

Configure GSD workflow toggles and model profile through an interactive guided process.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-settings-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-settings
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-settings-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need to reliably configure GSD workflow toggles and the model profile, but manual edits are error-prone and you may not know which settings to change or how they affect the workflow.

Core Features & Use Cases

  • Interactive 5-question configuration to set the model, research approach, plan_check, verifier, and branching behavior in one guided flow.
  • Config validation and merging to ensure the settings file exists, parse current values, apply updates safely, and write back the merged configuration.
  • Confirmation with quick command references so you can immediately verify what changed and how to run the resulting settings workflow.

Quick Start

Ask the AI to run the gsd-settings workflow to configure your GSD agent toggles and model profile at $HOME/.claude/get-shit-done/workflows/settings.md.

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 toggles and model profiles without manual file editing?

To configure workflow toggles safely, use an interactive guided settings update process that reads current values, validates inputs through a 5-question prompt flow, merges configurations, and writes results to the settings path.

What is config merging and validation for agent workflow settings?

Config merging and validation for agent workflow settings ensures the settings file exists, parses current values, applies updates to model and branching behavior safely, and writes back a merged configuration to prevent manual edit errors.

How do I set up model profile and branching behavior using prompt orchestration?

You set up model profile and branching behavior by completing an interactive 5-question configuration flow that prompts for the model, research approach, plan_check, verifier, and branching behavior, then validates and merges the responses.

Does the guided settings update process work with existing workflow configuration files?

Yes, the guided settings update process reads and parses current values from existing workflow configuration files before applying validated updates, ensuring safe config merging without overwriting your previous settings.

What's the best way to verify changes after updating agent toggles?

The best way to verify changes after updating agent toggles is to review the confirmation output, which provides quick command references showing exactly what changed and how to run the resulting settings workflow.

Why does my settings validation fail when updating workflow configuration?

Settings validation fails when the settings config does not exist or current values cannot be parsed, requiring the interactive guided settings update process to initialize the file structure before applying model and branching updates.