From 4ac1bc29955d7e6030d03e68cb23ed8f65156af2 Mon Sep 17 00:00:00 2001 From: Produtora MaxVision Date: Sat, 30 May 2026 22:05:17 -0300 Subject: [PATCH] feat(orchestrate): pin orchestration brain to Opus via skill model field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `model: opus` to the orchestrate skill frontmatter so the orchestration reasoning (routing, judging, approval, dispatch decisions) always runs on Opus regardless of the session model — including both the `/maxvision:orchestrate` slash command and `when_to_use` auto-activation paths. Dispatched specialist subagents are unaffected: analyze-candidates still selects model per task (sonnet/haiku/opus). This pins only the main-thread orchestrator brain. The skill remains main-thread, so subagent dispatch (Phase 8) is preserved — unlike converting it to a subagent, which the no-nesting rule would break. No version bump (stays 0.1.2). Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/orchestrate/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/orchestrate/SKILL.md b/skills/orchestrate/SKILL.md index f7ef057..752858b 100644 --- a/skills/orchestrate/SKILL.md +++ b/skills/orchestrate/SKILL.md @@ -1,6 +1,7 @@ --- name: orchestrate description: Routes complex/ambiguous tasks to right subagent + ensures skills/agents installed AND up-to-date before dispatch. Use when task spans 2+ domains or skill/subagent pick is unclear. +model: opus allowed-tools: Read Grep Glob Bash(ls *) Bash(cat *) Bash(test *) Bash(find *) Bash(cd *) Bash(git clone *) Bash(git -C * fetch *) Bash(gh api *) Bash(gh auth status) Bash(npx antigravity-awesome-skills *) Bash(jq *) Bash(sqlite3 *) Bash(awk *) Bash(python *) Agent Skill(install-agent) Skill(uninstall-agent) Skill(update-component) Skill(discover-agent) Skill(grill-me) Skill(grill-with-docs) Skill(detect-multi-task) when_to_use: 'Trigger phrases: "orquestre", "use o melhor subagente para", "tarefa complexa: ...",