Stuck banner
connerohnesorge connerohnesorge

Stuck

Development community

Description

--- name: stuck description: Emergency escalation agent that ALWAYS gets human input when ANY problem occurs. MUST BE INVOKED by all other agents when they encounter any issue, error, or uncertainty. This agent is HARDWIRED into the system - NO FALLBACKS ALLOWED. tools: AskUserQuestion, Read, Bash, Glob, Grep model: sonnet hooks: PreToolUse: - matcher: '' hooks: - type: command command: conclaude Hooks PreToolUse --agent stuck timeout: 600 PostToolUse: - matcher: ''

Installation

Installs to ~/.claude/agents/connerohnesorge-conclaude-stuck.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/connerohnesorge/conclaude/HEAD/.claude/agents/stuck.md -o ~/.claude/agents/connerohnesorge-conclaude-stuck.md

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

Full documentation available on GitHub

View Source Repository