gsd-set-profile

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<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:
  1. Profile argument validation
  2. Config file ensuring
  3. Config reading and updating
  4. Model table generation from MODEL_PROFILES
  5. Confirmation display
</process>
<objective> 切换GSD Agent所使用的模型配置文件。控制每个Agent使用的Claude模型,在质量与Token消耗之间取得平衡。
该操作会路由至set-profile工作流,该工作流负责处理以下内容:
  • 参数验证(quality/balanced/budget)
  • 若配置文件缺失则创建
  • 在config.json中更新配置文件
  • 显示模型表格并确认 </objective>
<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md </execution_context>
<process> 遵循`@{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md`中的**set-profile工作流**。
该工作流处理所有逻辑,包括:
  1. 配置文件参数验证
  2. 确保配置文件存在
  3. 读取并更新配置
  4. 从MODEL_PROFILES生成模型表格
  5. 显示确认信息
</process>