gsd-debug

Coordinate subagents and persistent state for multi-session debugging workflows.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-debug-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-debug
Source: https://github.com/onelee85/my-skills/tree/main/gsd-debug
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-debug-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging complex issues across software systems by maintaining persistent state and coordinating subagents for robust investigation.

Core Features & Use Cases

  • Orchestrates symptom gathering, checkpoint management, and continuation workflows for deep debugging tasks.
  • Spawns specialized subagents and preserves context to keep the main assistant lean during investigation.
  • Provides interactive prompting and deterministic task execution to guide users through complex scenarios.

Quick Start

Instruct gsd-debug to start a new investigation by describing the issue and desired outcome.

Frequently Asked Questions about gsd-debug

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

FAQPage Schema
How do I debug complex software issues across multiple sessions?

Debugging complex issues across sessions requires persistent state management to save progress. This approach coordinates symptom gathering and checkpoint handling, allowing you to pause and resume deep investigations without losing context.

What is subagent orchestration for debugging workflows?

Subagent orchestration spawns specialized agents to investigate specific symptoms while isolating their context. This keeps the main assistant lean and protects user interaction from context bloat during complex debugging tasks.

How do I maintain context isolation when investigating software bugs?

Context isolation is maintained by spawning subagents for specific investigations and enforcing clear prompts. This prevents the main context from expanding excessively while preserving the state needed for continuation workflows.

Can I use checkpoint handling to resume a paused debugging investigation?

Checkpoint handling allows you to save the state of a debugging investigation and resume it later. You can start a new investigation by describing the issue and desired outcome, then use continuation workflows to pick up where you left off.

What is the best way to coordinate symptom gathering for deep debugging?

The best way to coordinate symptom gathering is using an orchestration workflow that manages state and spawns subagents. This provides interactive prompting and deterministic task execution to guide you through complex debugging scenarios.

Why does my debugging context overflow when investigating complex system issues?

Debugging context overflows when all investigation data is kept in the main assistant. Using subagent isolation and context management prevents this, keeping user interactions lean while preserving necessary debugging state.