What problem does it solve?
Debugging complex issues often requires maintaining context across resets and coordinating multiple agents. This skill provides a structured, persistent-context debugging workflow using a dedicated gsd-debugger subagent to investigate symptoms without losing state.
Core Features & Use Cases
- Orchestrated subagent debugging with isolated contexts to prevent context bleed.
- Persistent session state across prompts, checkpoints, and restarts.
- Checkpoint-driven workflow with the ability to spawn continuation agents and plan next steps.
- Supports diagnose-only mode (via --diagnose) to identify root causes before applying fixes, or find-and-fix mode for end-to-end resolution.
Quick Start
Describe the issue you want investigated and initiate a debugging session by invoking the gsd-debug workflow with your issue description.