# Gsd:workflow:debug

> Workflow for systematic debugging

- Skill: `ctsstc/gsd-workflow-debug` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ctsstc/gsd-workflow-debug`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ctsstc/gsd-workflow-debug/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ctsstc (https://skillmd.com/u/ctsstc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ctsstc/gsd-workflow-debug

---


# GSD Debug Workflow

Workflow for systematic issue investigation and resolution.

## When to Use

- Bugs encountered
- Verification failures
- Unexpected behavior

## Phases

1. Describe problem
2. Investigate root cause
3. Implement fix
4. Verify solution
5. Prevent recurrence

## Entry Point

Run: `gsd:debug`

## Success Criteria

Issue resolved with verified fix.

