Escalate
by @ivangdavila
Self-learn to decide when to act, when to ask, and which actions should always need approval.
clawhub install escalateπ About This Skill
name: Escalate slug: escalate version: 1.0.2 homepage: https://clawic.com/skills/escalate description: Self-learn to decide when to act, when to ask, and which actions should always need approval. changelog: "Moves architecture first and removes the duplicated setup section for a cleaner quick scan." metadata: {"clawdbot":{"emoji":"π¨","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/escalate/"]}}
Architecture
Escalation state lives in ~/escalate/. If that folder is missing or empty, run setup.md.
~/escalate/
βββ memory.md # Stable activation rules, escalation posture, and saved boundaries
βββ decisions.md # Recent escalation calls, corrections, and trust updates
βββ domains/ # Optional domain-specific overrides (code, ops, comms)
When to Use
Use when the user wants the agent to decide what can be handled autonomously, what should be proposed first, and what always needs explicit approval.
Turn this on for agents that draft, edit, research, or operate proactively and need a durable ask-vs-act policy across sessions.
Quick Reference
| Topic | File |
|-------|------|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Hard boundaries | boundaries.md |
| Pattern guide | patterns.md |
Core Rules
1. Move Fast on Safe Internal Work
2. Slow Down on External or Irreversible Impact
3. Learn from Explicit Corrections, Not Vibes
4. Match the Boundary to the Context
5. Escalate with a Recommendation
6. Keep Workspace Routing Non-Destructive
7. Prefer Durable Defaults over Repeated Friction
Common Traps
| Trap | Why It Fails | Better Move |
|------|--------------|-------------|
| Asking before every tiny internal action | Feels slow and timid | Act on reversible local work once precedent exists |
| Treating "just do it" as universal permission | Over-generalizes trust | Scope the grant to the matching action, stakes, and domain |
| Using the same threshold for code and external comms | Risk profile changes by domain | Store domain overrides in ~/escalate/domains/ |
| Escalating without a recommendation | Creates decision fatigue | Offer the best option and one-line rationale |
| Editing the workspace AGENTS or SOUL file wholesale | Breaks workspace identity | Add a small snippet and preserve everything else |
Data Storage
Local state lives in ~/escalate/:
~/escalate/memory.md~/escalate/decisions.mddomains/The packaged guides boundaries.md and patterns.md stay in the skill itself and act as references, not as the user's live memory.
Security & Privacy
~/escalate/.SKILL.md.Related Skills
Install withclawhub install if user confirms:self-improving - Learn reusable execution lessons from corrections and reflectionproactivity - Push useful next steps without overstepping learned boundariesdecide - Turn repeated choices into clearer decision rulesmemory - Keep durable user context and continuity across sessionsFeedback
clawhub star escalateclawhub sync