with one click
gsd-debug
Systematic debugging with persistent state across context resets
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Systematic debugging with persistent state across context resets
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create detailed phase plan (PLAN.md) with verification loop
File a phase artifact into MemPalace; mirror decision facts into its temporal KG
Cross-AI plan convergence - replan until review concerns are resolved.
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Start a new milestone cycle — update PROJECT.md and route to requirements
Toggle which skills are surfaced — apply a profile, list, or disable a cluster without reinstall
| name | gsd-debug |
| description | Systematic debugging with persistent state across context resets |
| argument-hint | [list | status <slug> | continue <slug> | --diagnose] [issue description] |
| allowed-tools | ["Read","Write","Bash","Agent","AskUserQuestion"] |
Orchestrator role: Gather symptoms, spawn gsd-debugger agent, handle checkpoints, spawn continuations.
Flags:
--diagnose — Diagnose only. Returns a Root Cause Report without applying a fix.Subcommands: list · status <slug> · continue <slug>
<available_agent_types> Valid GSD subagent types (use exact names — do not fall back to 'general-purpose'):
<execution_context> @~/.claude/gsd-core/workflows/debug.md </execution_context>
User's input: $ARGUMENTSParse subcommands and flags from $ARGUMENTS BEFORE the active-session check:
--diagnose: SUBCMD=debug, diagnose_only=true, strip --diagnose from descriptionCheck for active sessions (used for non-list/status/continue flows):
ls .planning/debug/*.md 2>/dev/null | grep -v resolved | head -5
Execute end-to-end.