Loop Diagnosis Diagnose and fix stalled agent coding loops. This skill covers the diagnostic CLI, common failure modes, and the observability patterns that prevent silent stalls. Quick Commands What Diagnosis Checks The command runs 6 checks in order: 1. Redis state — PRD stories (pass/skip/pending), progress entries, active claims 2. Worktree — exists? commits? uncommitted changes? .out files? 3. Inngest runs — running/failed agent-loop- functions, recent plan runs 4. Agent processes — any claude/codex processes still alive? 5. Worker health — function count from localhost:3111/api/inngest 6…