What problem does it solve?
This Skill provides a structured, scientific approach to debugging complex issues by isolating investigations in a fresh context, preventing main context pollution and managing complex debugging workflows.
Core Features & Use Cases
- Systematic Debugging: Employs the scientific method to identify root causes of problems.
- Subagent Isolation: Runs investigations in separate agents to preserve main context and manage resource-intensive tasks.
- Persistent State: Saves and loads debugging session state, allowing for interruptions and continuations.
- Use Case: When a critical bug appears in production, this Skill can be used to systematically gather symptoms, spawn a dedicated debugging agent, track its progress through checkpoints, and either find the root cause or determine that further investigation is needed.
Quick Start
Use the gsd-debug skill to debug the issue of the application crashing on startup.