Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:workflow:debug

Workflow for systematic debugging

Install in Claude Code
Copy
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-workflow-debug && cp -r /tmp/gsd-workflow-debug/.claude/skills/gsd/workflows/debug ~/.claude/skills/gsd-workflow-debug
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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.