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
This commit is contained in:
allaun 2026-06-22 20:25:18 -05:00
parent 5ce6cf62cc
commit 19eaeada9d

View file

@ -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.**