gsd-settings

Configure GSD workflow toggles and model profile settings interactively.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the hassle of manually figuring out which GSD workflow toggles and model profile settings to change, so your agent workflow runs with the intended behavior.

Core Features & Use Cases

  • Interactive multi-question configuration: Guides you through selecting key workflow parameters (model, research, plan checks, verifier, and branching) with a 5-question flow.
  • Safe config lifecycle management: Ensures the settings workflow file exists, reads and parses current settings, merges updates, and writes the updated configuration back.
  • Confirmation with actionable references: Shows a confirmation display and provides quick command references for follow-up steps.

Quick Start

Run the gsd-settings skill to interactively update your GSD workflow toggles and model profile, starting from the workflow settings file 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 agent workflow toggles and model profiles for execution?

Agent workflow toggles and model profiles are configured through an interactive 5-question guided prompt flow. This setup reads existing configuration, merges updates, and writes the final settings to the workflow file.

What is the best way to update my agent planning settings without breaking existing configurations?

Updating agent planning settings safely requires parsing the current configuration file, merging the new updates, and writing the merged configuration back. This ensures existing settings persist while applying new workflow toggles.

How does interactive setup work for workflow configuration parameters like research and verifier?

Interactive setup works by guiding you through a 5-question flow to select key parameters including model, research, plan checks, verifier, and branching, followed by a confirmation display with quick command references.

Can I use guided configuration if my workflow settings file does not exist yet?

Guided configuration cannot be used if the settings file is missing. The workflow requires existence checks and settings parsing to read current values before merging updates and writing the updated configuration back.

Why does my agent workflow run with unintended behavior after changing settings manually?

Agent workflows run with unintended behavior when settings are changed manually without proper merging. Using an interactive setup ensures settings parsing and config merging apply updates correctly to the model profile and workflow toggles.

Do I need a specific file path to manage workflow configuration persistence for agent planning?

Workflow configuration persistence requires the settings file located at $HOME/.claude/get-shit-done/workflows/settings.md. The configuration lifecycle management reads, merges, and writes updates directly to this file.