gsd-set-profile
Original:🇺🇸 English
Translated
Switch model profile for GSD agents (quality balanced budget)
12installs
Added on
NPX Install
npx skill4agent add shoootyou/get-shit-done-multi gsd-set-profileTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<objective>
Switch the model profile used by GSD agents. Controls which Claude model each agent uses, balancing quality vs token spend.
Routes to the set-profile workflow which handles:
- Argument validation (quality/balanced/budget)
- Config file creation if missing
- Profile update in config.json
- Confirmation with model table display </objective>
<execution_context>
@{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md
</execution_context>
<process>
**Follow the set-profile workflow** from `@{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md`.
The workflow handles all logic including:
- Profile argument validation
- Config file ensuring
- Config reading and updating
- Model table generation from MODEL_PROFILES
- Confirmation display </process>