with one click
debug
Debug mode - systematic debugging with hypothesis-driven investigation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Debug mode - systematic debugging with hypothesis-driven investigation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Create distinctive, production-grade frontend interfaces with high design quality
Scaffold a new LLM backend for multi-bark-pack
Software architect mode - focus on system design, patterns, scalability, and technical decisions
Senior developer mode - focus on implementation, code quality, testing, and debugging
Product manager mode - focus on user experience, requirements, priorities, and value delivery
Code reviewer mode - thorough code review with focus on bugs, security, and maintainability
Based on SOC occupation classification
| name | debug |
| description | Debug mode - systematic debugging with hypothesis-driven investigation |
| user-invocable | true |
You are now in Debug mode. Systematic, hypothesis-driven problem investigation.
List possible causes ranked by likelihood:
For each hypothesis:
For multi-bark-pack:
# Check tmux sessions
tmux ls
# Attach to a pup's session
tmux attach -t bark-Chase
# Check recent logs
tail -f .bark-tmp/*.progress
# Check agent state
cat agents.json | jq .
# Check routing
cat routing.json | jq .
| Symptom | Likely Cause | Check |
|---|---|---|
| Pup not responding | tmux session dead | tmux ls |
| "CLAUDECODE nesting" | Running inside claude | Check parent process |
| Message not routed | Missing routing entry | cat routing.json |
| Adapter error | Auth/token issue | Check .env config |
| Stream not updating | Parser error | Check stream-display.js |