gsd-debug

Orchestrate subagents and maintain checkpoints for scientific debugging sessions.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-debug-nnexai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-debug
Source: https://github.com/nnexai/git-stacks/tree/main/.codex/skills/gsd-debug
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-debug-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of maintaining context and scientific rigor during complex debugging sessions, preventing the loss of state across multiple AI interactions.

Core Features & Use Cases

  • Scientific Debugging: Enforces a structured, hypothesis-driven approach to bug investigation.
  • Persistent State: Manages debug checkpoints and continuations, allowing you to pause and resume complex investigations without losing progress.
  • Subagent Orchestration: Automatically dispatches specialized debug agents to isolate and investigate issues.

Quick Start

Invoke the gsd-debug skill to begin a new diagnostic session for the current issue by typing $gsd-debug followed by your problem description.

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 multiple AI interactions without losing state?▼

Persistent state management maintains debugging context across multiple AI interactions by storing checkpoints and continuations locally. This allows you to pause and resume complex investigations without losing progress or repeating prior diagnostic steps.

What is the scientific method for debugging software issues?▼

Scientific debugging enforces a structured, hypothesis-driven approach to bug investigation. It systematically formulates and tests hypotheses to isolate root causes, preventing random trial-and-error during complex troubleshooting workflows.

Do I need Codex agent spawning tools to use agentic debugging workflows?▼

Yes, this systematic debugging framework requires integration with Codex agent spawning tools and local planning directory structures. These dependencies ensure context continuity and enable the orchestration of specialized subagents.

Can I resume a complex troubleshooting session after pausing it?▼

Yes, persistent state management manages debug checkpoints and continuations, allowing you to pause and resume complex investigations. This prevents the loss of state and scientific rigor across multi-turn interactions.

How do I start a diagnostic session for a software bug using a structured approach?▼

Invoke the debugging skill followed by your problem description to begin a new diagnostic session. This initiates a structured, hypothesis-driven investigation using persistent state and subagent orchestration.