gsd-config

Configures GSD workflow settings, integrations, and model profiles via flag-based routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of setting up and switching GSD runtime behavior without manually editing configuration files across multiple environments.

Core Features & Use Cases

  • Interactive common-case configuration: Sets workflow toggles for model, research, plan checks, verifier, and branching via a guided 5-question flow.
  • Advanced power-user tuning: Enables deeper control over planning, execution, discussion behavior, cross-AI execution, git routing, and runtime parameters.
  • Integrations and API key wiring: Manages third-party integrations (e.g., Brave/Firecrawl/Exa), routes code-review CLI behavior, and supports agent-skill injection.
  • Model profile switching: Applies a specified model profile (quality, balanced, budget, or inherit) non-interactively using the gsd-sdk command.

Quick Start

Run gsd-config with the --profile balanced option to switch your GSD model profile without any interactive prompts.

Frequently Asked Questions about gsd-config

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

FAQPage Schema
How do I configure GSD workflow settings without manually editing files?

GSD configuration can be managed via flag-based routing and interactive prompts, dispatching to settings or gsd-sdk query config-set-model-profile. This replaces manual file editing with repeatable setup across environments.

How do I switch my GSD model profile non-interactively?

You can apply a specified model profile (quality, balanced, budget, or inherit) non-interactively by running gsd-config with the --profile flag. This dispatches to the gsd-sdk query config-set-model-profile command.

Can I manage third-party API keys and integrations for GSD?

Yes, GSD configuration supports managing third-party integrations like Brave, Firecrawl, and Exa. It routes settings-integrations to handle API key wiring, code-review CLI behavior, and agent-skill injection.

Does GSD configuration support advanced tuning for power users?

Yes, GSD configuration supports advanced power-user tuning by dispatching to settings-advanced. This enables deeper control over planning, execution, discussion behavior, cross-AI execution, git routing, and runtime parameters.

What are the limitations of using interactive prompts for GSD setup?

The interactive common-case configuration is limited to a 5-question flow covering model, research, plan checks, verifier, and branching toggles. Advanced tuning or third-party API wiring requires dispatching to specific settings modules.