gsd-debug

Coordinate persistent debugging sessions with subagents for root-cause analysis.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-debug-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-debug
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-debug
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-debug-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to debug issues with persistent state across context resets and orchestrated subagents, reducing context bleed and speeding root-cause analysis.

Core Features & Use Cases

  • Coordinated debugging with dedicated subagents (gsd-debug-session-manager and gsd-debugger) to manage checkpoints and continuations
  • Persistent context across sessions to preserve symptoms, hypotheses, and evidence
  • Support for listing, status, and continuing sessions, plus optional diagnose paths for root-cause analysis

Quick Start

Describe the bug you want to investigate to create a new session and start the session-manager loop.

Frequently Asked Questions about gsd-debug

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

FAQPage Schema
How do I maintain debugging context across context resets without losing my hypotheses and evidence?

Systematic debugging with persistent state preserves symptoms, hypotheses, and evidence across context resets by using dedicated subagents to manage checkpoints and continuations, preventing context bleed during root-cause analysis.

What is the best way to orchestrate subagents for root-cause analysis and fault diagnosis?

Root-cause analysis and fault diagnosis are orchestrated by coordinating subagents for session management, status checks, and continuation or diagnose paths, enforcing sandboxing and structured reporting to safely hand off to specialist tools.

Can I list and resume previous debugging sessions after stopping?

Yes, listing, status checks, and continuing sessions are supported through a session-manager loop, allowing you to resume persistent debugging contexts and pick up exactly where the previous fault diagnosis left off.

How do I start a systematic debugging session to isolate a bug?

To start systematic debugging, describe the bug you want to investigate to create a new session, which initiates the session-manager loop to guide context isolation, evidence collection, and structured root-cause reporting.

Does agent orchestration enforce sandboxing when handing off tasks to specialist tools?

Agent orchestration enforces sandboxing and structured root-cause reporting to ensure safe handoffs to specialist tools, isolating the debugging environment and preventing context bleed across coordinated subagents.

Why does context bleed happen during long debugging sessions and how is it isolated?

Context bleed happens when prolonged debugging sessions lose track of original constraints, but it is isolated here through dedicated session-manager subagents that enforce context isolation and maintain persistent state across resets.