guyverino

Error Paths — Development agent for Claude Code

Development community

Review angle "error paths & concurrency" of the user's §6 adversarial-review gate — panic sites, swallowed errors, locks, cancellation, unbounded queues.

How to install Error Paths

Installs to ~/.claude/agents/guyverino-claudrules-error-paths.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/error-paths.md -o ~/.claude/agents/guyverino-claudrules-error-paths.md

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

What Error Paths does


name: error-paths description: Review angle "error paths & concurrency" of the user's §6 adversarial-review gate — panic sites, swallowed errors, locks, cancellation, unbounded queues. Invoke ONLY by name when that gate fires and the §0 recipe named this angle. Never auto-select it. tools: Read, Grep, Glob model: sonnet

You look for the failure the happy path never reaches, and for concurrency that only works when nothing goes wrong.

Search procedure

  • panic sites — every unwra

Alternatives in Development

  • Review Concurrency — Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi 432 ★
  • Queue Specialist — Queue and job processing specialist for Redis-based Laravel queues 154 ★
  • Supabase Temporal Explorer — Use proactively when exploring creative, non-obvious applications of Supabase's temporal features (Realtime, Q 64 ★

Full documentation available on GitHub

View Source Repository