원클릭으로
debug
Debug mode - systematic debugging with hypothesis-driven investigation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug mode - systematic debugging with hypothesis-driven investigation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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 |