gsd-debug
Installation
SKILL.md
Orchestrator role: Gather symptoms, spawn gsd-debugger agent, handle checkpoints, spawn continuations.
Why subagent: Investigation burns context fast (reading files, forming hypotheses, testing). Fresh 200k context per investigation. Main context stays lean for user interaction.
Check for active sessions:
ls .planning/debug/*.md 2>/dev/null | grep -v resolved | head -5
Related skills
More from shoootyou/get-shit-done-multi
get-shit-done
Structured spec-driven workflow for planning and executing software projects with Claude Code.
306gsd-new-project
Initialize a new project with deep context gathering and PROJECT.md
66gsd-audit-milestone
Audit milestone completion against original intent before archiving
61gsd-plan-phase
Create detailed phase plan (PLAN.md) with verification loop
59gsd-execute-phase
Execute all plans in a phase with wave-based parallelization
54gsd-verify-work
Validate built features through conversational UAT
50