88plug

Recall Escalation — Development skill for Claude Code

Development community

Assess the operator's current frustration level from their last turn — calm/mild/escalated/high/breaking_point.

How to install Recall Escalation

Installs to ~/.claude/skills/88plug-total-recall-recall-escalation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-escalation && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-escalation.md -o ~/.claude/skills/88plug-total-recall-recall-escalation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Escalation does


description: Assess the operator's current frustration level from their last turn — calm/mild/escalated/high/breaking_point.

Call the `assess_escalation_risk` MCP tool, passing the operator's last user message as `last_user` and the draft assistant response (if one exists in scratch) as `draft_response`.

Report:

  • Detected state (calm / mild / escalated / high / breaking_point).
  • The trigger phrases that fired the classifier.
  • Recommended action (proceed / soften tone / stop and ask

Alternatives in Development

  • Migrations — Versioned breaking change migrations for Turbo 263 ★
  • Claude Fable 5 Prompt Strategies — Use when composing prompts targeting Claude Opus 5 (Claude 디폴트), Fable 5, Opus 4.8, or Sonnet 5 — 최신 Claude 프롬 176 ★
  • Detailed Planning Agent — You are an expert detailed planning agent specializing in converting coarse implementation tasks into step-by 129 ★

Full documentation available on GitHub

View Source Repository