gsd-settings

Configure GSD workflow toggles and model profiles through an interactive 5-question prompt.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-settings-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/onelee85/my-skills/tree/main/gsd-settings
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-settings-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies configuring and tuning the GSD workflow by guiding users through interactive settings for model profiles and workflow toggles, ensuring consistent behavior.

Core Features & Use Cases

  • Interactive 5-question settings prompt (model, research, plan_check, verifier, branching) to tailor the workflow.
  • Auto-creation and merging of config with defaults when missing, and reading current config.
  • Confirmation display with quick command references to apply settings.

Quick Start

Run the gsd-settings workflow and answer the 5 questions to create or update your configuration.

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 for automated development?

Configuring workflow toggles and model profiles involves answering a 5-question interactive prompt that guides settings for the model, research, plan_check, verifier, and branching choices. The process auto-creates defaults if config is missing, merges updates, and writes the finalized configuration.

How do I set up initial configuration defaults for a GSD workflow?

Setting up initial configuration defaults requires running the interactive settings workflow. The system automatically creates a baseline config with default values, then merges your specific updates for model profiles and workflow toggles before writing the resulting configuration.

What is the interactive prompt process for adjusting model profiles?

Adjusting model profiles uses a multi-question interactive prompt workflow. You answer five targeted questions covering the model, research, plan_check, verifier, and branching choices, which then generates a finalized configuration displayed with quick command references for confirmation.

Can I update existing workflow settings without losing my current configuration?

Updating existing workflow settings safely preserves your current configuration. The system reads your current settings, merges the new updates from the interactive prompt with the existing values, and writes the resulting configuration without overwriting unchanged preferences.

Do I need a specific file format to store automated workflow toggles?

Storing automated workflow toggles requires a SKILL.md file containing YAML frontmatter with 'name' and 'description' fields. The interactive setup process writes the finalized configuration for model profiles and toggles into this required structure.

What are the limitations of using interactive prompts for workflow configuration?

Interactive workflow configuration is limited to the five specific toggles provided: model, research, plan_check, verifier, and branching. Customization outside these predefined settings or bypassing the interactive prompt process is not supported by the configuration workflow.