Skip to main content
ClaudeWave
Skill490 estrellas del repoactualizado yesterday

gsd:workflow:debug

Workflow for systematic debugging

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.