Help us improve
Share bugs, ideas, or general feedback.
From space-agents
Guides interactive debugging through 4 phases—understand issue, gather evidence, find root cause, resolve—asking questions and suggesting agents for investigation.
npx claudepluginhub thebrownproject/space-agents --plugin space-agentsHow this skill is triggered — by the user, by Claude, or both
Slash command
/space-agents:exploration-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Debug issues through conversation. This is collaborative investigation, not a checklist. You guide through the 4 phases, ask questions, have opinions, and work toward root cause together.
Enforces systematic root cause investigation for bugs, test failures, and unexpected behavior through four phases: investigation, pattern analysis, hypothesis testing, and implementation.
Runs a 4-phase systematic root-cause investigation for bugs, test failures, build breaks, and unexpected behavior. Produces a debug artifact before any fix is allowed.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Debug issues through conversation. This is collaborative investigation, not a checklist. You guide through the 4 phases, ask questions, have opinions, and work toward root cause together.
TaskOutput block: falseGuide conversation through these phases. Don't rush - some issues need multiple rounds per phase.
Ask about:
Red flags to watch for:
Ask about or investigate:
Suggest agent when: You need to trace code paths, check logs, or gather evidence while continuing conversation.
Ask about:
Key principle: Trace backward from symptom to source. Fix at source, not symptom.
When root cause is confirmed, ask user:
AskUserQuestion:
"We've found the root cause. How do you want to proceed?"
Options:
- "Fix it now" - Apply the fix in this session
- "Create bug Bead" - Track for /mission to handle later
- "Need more investigation" - Continue exploring
If fixing now:
If creating Bead:
/mission when ready to fixSpawn with run_in_background: true, continue conversation immediately:
space-agents:debug - Trace code paths, gather evidence, check logsAlways use AskUserQuestion for every question in debugging. Prefer multiple choice when you can anticipate likely answers.
If you catch yourself or the user:
STOP. Return to Phase 1 or 2.
When debugging reaches resolution:
If fixed: Offer to create task Bead to track the work done
If creating bug Bead: Use bd create --type=bug with: