gsd-set-profile

Set the model profile for GSD planning and execution tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/optivent/gsd-kimi-cli --skill gsd-set-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/optivent/gsd-kimi-cli/tree/main/skills/gsd-set-profile
Command: npx skills add https://github.com/optivent/gsd-kimi-cli --skill gsd-set-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set the model profile used by AI agents to optimize quality, balance, or cost.

Core Features & Use Cases

  • Supports three profiles (quality, balanced, budget) and applies them to planning and execution components.
  • Automatically updates configuration files and reflects the chosen model selections across the workflow.
  • Use Case: When scaling the GSD workflow, switch to a lower-cost profile to reduce expenses while maintaining acceptable performance.

Quick Start

Instantiate the profile by running the command /skill:gsd-set-profile balanced to apply the balanced model configuration.

Frequently Asked Questions about gsd-set-profile

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

FAQPage Schema
How do I switch the AI model profile for planning and execution tasks?

To switch the AI model profile, run the /skill:gsd-set-profile command with your desired profile name. This updates the .planning/config.json file and applies the model selection across all active GSD planning and execution tasks.

What model profiles can I choose from to optimize AI agent costs and quality?

You can choose from three model profiles: quality, balanced, and budget. Each profile adjusts the planner and executor models to optimize for either maximum output quality, a balance of cost and performance, or lowest operational cost.

When should I change the model profile to budget instead of quality?

You should select the budget model profile when scaling the GSD workflow to reduce expenses while maintaining acceptable performance. Switch to the quality profile when maximum output accuracy is the priority and cost is secondary.

How do AI model configuration changes propagate across an active project?

AI model configuration changes propagate by validating your input and updating the .planning/config.json file. The skill confirms the change across the active project, ensuring all subsequent planning and execution components use the new model selections.

Can I use the balanced model profile for both planner and executor AI agents?

Yes, the balanced model profile applies to both planner and executor AI agents. It automatically updates the configuration files to reflect the chosen balanced model selections across the entire workflow.

Do I need any dependencies to set the model profile for AI agents?

No dependencies are required to set the model profile for AI agents. The skill operates independently to validate input, update the .planning/config.json configuration file, and confirm the model selection change across your active project.