packages/shared-skills/skills/debugging/references/methodology/05-escalate.md
Escalation is for genuine ambiguity, not for skipping investigation. Most "should I ask the user" moments are really "I don't want to do one more query" moments, and those are wrong.
Keep it short. Evidence-dense. One decision, not a status update.
## Decision needed
**What we know** (verbatim evidence, not paraphrase):
- <fact 1 with file:line or address>
- <fact 2 with source>
- <what the evidence rules IN>
- <what the evidence rules OUT>
**What the decision is** (one sentence):
<the fork in the road>
**Options**:
| # | Fix | Scope | Risk | Effort |
|---|-----|-------|------|--------|
| A | <short label> | <files touched / layers> | <regressions possible> | <rough> |
| B | ... | ... | ... | ... |
| C | ... | ... | ... | ... |
**Recommendation**: <A/B/C> because <one-sentence reason>.
Which direction do you want?