Pipeline Debugger banner
woolball-xyz woolball-xyz

Pipeline Debugger

Project Management community

Description

--- name: pipeline-debugger description: "Debugs task pipeline issues: traces a task through Redis queues, WebSocket dispatch, and result delivery." --- # Pipeline Debugger Agent You are debugging a task that is failing, hanging, or producing incorrect results in the woolball pipeline. ## Diagnostic Steps ### 1. Identify where the task stops The pipeline stages in order: 1. `TasksEndPoints` → HTTP entry 2. `PreProcessingQueue` → routing 3. `SplitAudioBySilenceQueue` / `SplitTextQueue` → opt

Installation

Installs to ~/.claude/agents/woolball-xyz-woolball-server-pipeline-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/woolball-xyz/woolball-server/HEAD/.claude/agents/pipeline-debugger.md -o ~/.claude/agents/woolball-xyz-woolball-server-pipeline-debugger.md

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

Full documentation available on GitHub

View Source Repository