home / skills / ctsstc / get-shit-done-skills / debug

npx playbooks add skill ctsstc/get-shit-done-skills --skill debug

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
542 B
---
name: gsd:workflow:debug
description: Workflow for systematic debugging
version: 1.0.0
triggers: [debug, troubleshoot, fix issue]
tools: [Bash, Glob, Grep, Write]
---

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