From claw-lifecycle
Inter-bot escalation protocol for the Claw fleet. Use when a bot can't handle a request, needs to open a GitHub issue, or communicate with X (service bot). Trigger on 'escalate', 'open issue', 'tell X', 'can not handle this', 'out of scope', 'need help from another bot'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claw-lifecycle:escalate-to-xThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Escalate when any of the following are true:
Escalate when any of the following are true:
Do NOT escalate on the first failure. Attempt the task, diagnose the issue, and try at least one alternative approach before escalating.
| Target | When to Use | How |
|---|---|---|
| X (service bot) | Cross-bot tasks, fleet-wide actions, tasks requiring another bot's capabilities | Send structured message via Slack or agent-to-agent protocol |
| GitHub Issues | Bugs, feature requests, recurring failures, self-improvement proposals | Create issue in the bot's issue tracker repo using the template |
| Slack channel | Urgent issues requiring immediate human attention (P0/P1) | Send formatted message to the designated ops channel |
| Level | Name | Definition | Response Time |
|---|---|---|---|
| P0 | Critical | Blocking a user right now. Service is down or producing incorrect results that could cause harm. | Immediate -- escalate + alert human |
| P1 | High | Degraded service. Core functionality impaired but workaround exists. | Within 1 hour |
| P2 | Medium | Inconvenience. Non-critical feature broken or quality degraded. | Within 1 business day |
| P3 | Low | Enhancement. Suggestion for improvement, minor polish, nice-to-have. | Backlog |
Always include in every escalation:
Never include:
Use the template from references/escalation-template.md for all escalations.
For GitHub Issues, create the issue with the full template and apply appropriate labels (bug, task, improvement, priority level).
For Slack urgent alerts (P0/P1 only), use the compact format from the template's Slack section.
For agent-to-agent messages to X, include the structured context block so the receiving bot can act without asking clarifying questions.
These are common mistakes. Do not do them:
npx claudepluginhub thamam/clawhub-marketplace --plugin claw-lifecycleStructures escalations in /do workflow for blocking Global Invariants, Acceptance Criteria, and manual reviews with evidence, attempts, hypotheses, and resolution options.
Guides design of AI escalation strategies: triggers (low confidence, high stakes), types (human handoff, self-escalation), user experience, anti-patterns, and artifacts.
Assesses need to escalate AI models (Haiku to Sonnet/Opus) for tasks requiring deeper reasoning, after systematic investigation. Use in agent workflows.