一键导入
exploration-debug
Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for investigation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for investigation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Structure work into plans and Beads. Three modes: plan from brainstorm, plan from scratch, or create Beads from existing plan.
Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.
Select feature, select mode, delegate to execution skill.
Start a Space-Agents session. Displays welcome screen with project status.
HOUSTON spawns Pathfinder, Builder, Inspector per task. Best for medium features (4-10 tasks).
Launch ralph.sh in background. Lightweight mode (default) or full Pod crew (--pod). Best for large features (10+ tasks).
| name | exploration-debug |
| description | Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for investigation. |
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: