agent-recoverable-errors

Installation
SKILL.md

agent-recoverable-errors

An error is not the end of an interaction. It is the beginning of the client's next decision. This skill makes error surfaces answer the four questions an automated caller must answer before its next action:

  1. What failed? — a stable, branchable code
  2. Is repeating this request safe?retryable and safe_to_retry, which are different questions
  3. What state did the system end up in?mutation_state
  4. What should I do next? — typed, advisory next_actions

Companion article: Errors are recovery protocols (see metadata.article). Generic envelope schema: references/error-envelope.schema.json.

Modes

Pick the mode the user asked for; when unclear, ask or default to Audit.

Installs
1
First Seen
12 days ago
agent-recoverable-errors — kychee-com/tech-blog