exploration-debug

Guide structured debugging through four phases with mandatory user prompts.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/thebrownproject/space-agents --skill exploration-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploration-debug
Source: https://github.com/thebrownproject/space-agents/tree/main/skills/exploration-debug
Command: npx skills add https://github.com/thebrownproject/space-agents --skill exploration-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables collaborative, structured debugging by guiding users through a four-phase conversation that surfaces root causes while managing investigations with optional agent assistance.

Core Features & Use Cases

  • Guided four-phase workflow (Understand, Gather Evidence, Find Root Cause, Resolution) to diagnose issues without jumping to conclusions.
  • Optionally spawn agents to trace code paths, gather logs, and validate findings while you continue the dialogue.
  • Maintains a conversational, question-driven approach that adapts to complexity and promotes thorough data collection.

Quick Start

Tell me about the issue and I will guide you through the four debugging phases and help you select agents as needed.

Frequently Asked Questions about exploration-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a structured debugging workflow and why use phases instead of jumping to fixes?

A structured debugging workflow prevents premature fixes by progressing through four strict phases: Understand, Gather Evidence, Find Root Cause, and Resolution. This conversational approach ensures thorough data collection and accurate root-cause analysis before applying any code changes.

How do I debug software issues interactively without jumping to conclusions?

You debug software issues interactively by engaging in a guided, multi-round dialogue that enforces a mandatory question prompt for each step. This structured progression applies to code, logs, and environments to systematically surface root causes.

Can I spawn agents to trace code paths and gather logs during a debugging session?

Yes, you can optionally spawn agents during the debugging dialogue to trace code paths, gather logs, and validate findings. This allows you to run trace, build, and inspect tasks while continuing the interactive conversation.

Does interactive debugging work across different environments and log sources?

Interactive debugging applies across code, logs, and environments through a conversational, question-driven approach. It adapts to the complexity of your specific software issue while maintaining safe guardrails to manage investigations thoroughly.