gsd-settings

Configure GSD workflow settings and model profiles interactively.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill gsd-settings-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-settings
Source: https://github.com/coco-research/coco/tree/main/systems/gsd/skills/gsd-settings
Command: npx skills add https://github.com/coco-research/coco --skill gsd-settings-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually editing GSD workflow configuration by guiding you through a single interactive setup path for agent toggles and model selection.

Core Features & Use Cases

  • Config validation: Ensures the settings file exists and loads the current values before changes.
  • Interactive tuning: Walks through model, research, plan_check, verifier, and branching choices with pre-selection.
  • Safe persistence: Merges updates back into the config and confirms the resulting setup for quick reuse.
  • Use case: Use it when you want to change the GSD model profile or enable specific workflow agents without hand-editing files.

Quick Start

Use the gsd-settings skill to open the interactive configuration flow and update the workflow toggles and model profile.

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 settings without manually editing files?

GSD workflow settings can be configured through an interactive guided flow that walks you through model selection, research preferences, and agent toggles. It validates your existing configuration file, loads current values, and merges updates safely back into the config.

What is a GSD model profile and when do I need to change it?

A GSD model profile defines the model selection and workflow behaviors used during task execution. You need to change it when you want to switch models, enable specific agents like the verifier, or adjust research and plan_check preferences for your workflow.

Can I enable specific agents like the verifier in the GSD workflow?

Yes, you can enable specific agents like the verifier through the interactive setup flow. The guided process presents agent toggles with pre-selection of current values, allowing you to switch the verifier, research, and plan_check behaviors on or off.

What's the best way to update branching choices in a GSD configuration?

The best way to update branching choices is using the interactive configuration flow, which parses current values and guides you through each option. It merges your selections into the config file and displays a confirmation of the resulting setup.

Does the GSD settings flow check for an existing configuration file before making changes?

Yes, the GSD settings flow requires a configuration existence check before making any changes. It validates that the settings file exists, loads and parses the current values, and uses those as pre-selected defaults during the interactive tuning process.