From 19eaeada9d819eb16f45b81f10aa07acda03ce30 Mon Sep 17 00:00:00 2001 From: allaun Date: Mon, 22 Jun 2026 20:25:18 -0500 Subject: [PATCH] docs(agent): break-glass requires user has no solution + all free models expended Added explicit conditions: - User has no solution (they don't know the answer) - All free models tried and failed - All cheap models (< /usr/bin/bash.50/call) tried and failed - If a free model can solve it, use the free model --- .opencode/skills/break-glass/SKILL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.opencode/skills/break-glass/SKILL.md b/.opencode/skills/break-glass/SKILL.md index 449bbe8e..5bd38c70 100644 --- a/.opencode/skills/break-glass/SKILL.md +++ b/.opencode/skills/break-glass/SKILL.md @@ -4,9 +4,9 @@ **DO NOT USE THIS SKILL UNLESS ALL OF THE FOLLOWING ARE TRUE:** -1. You have tried the current model and it failed -2. You have tried a different model and it failed -3. You have tried existing skills/tools and they failed +1. The user has no solution — they do not know the answer +2. All free models have been tried and failed +3. All cheap models (< $0.50/call) have been tried and failed 4. The problem is genuinely novel (not a rehash of known issues) 5. The problem is blocking progress (not a nice-to-have) @@ -15,6 +15,7 @@ If the problem is solvable by switching models, just switch models. If the problem is solvable by reading docs, just read docs. If the problem is solvable by asking the user, just ask the user. +If a free model can solve it, use the free model. **This skill is the last resort before giving up.**