Loading...
Loading...
Switch model profile for kata agents (quality/balanced/budget). Triggers include "set profile", "set profile".
npx skill4agent add gannonh/kata-skills kata-set-profileif $ARGUMENTS.profile not in ["quality", "balanced", "budget"]:
Error: Invalid profile "$ARGUMENTS.profile"
Valid profiles: quality, balanced, budget
STOPls .planning/config.json 2>/dev/null.planning/Error: No Kata project found.
Run /kata-new-project first to initialize a project.cat .planning/config.jsonmodel_profile{
"model_profile": "$ARGUMENTS.profile"
}.planning/config.json✓ Model profile set to: $ARGUMENTS.profile
Agents will now use:
[Show table from model-profiles.md for selected profile]
Next spawned agents will use the new profile./kata-set-profile budget
✓ Model profile set to: budget
Agents will now use:
| Agent | Model |
| ------------- | ------ |
| kata-planner | sonnet |
| kata-executor | sonnet |
| kata-verifier | haiku |
| ... | ... |/kata-set-profile quality
✓ Model profile set to: quality
Agents will now use:
| Agent | Model |
| ------------- | ------ |
| kata-planner | opus |
| kata-executor | opus |
| kata-verifier | sonnet |
| ... | ... |