Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Systematic debugging with persistent state across context resets
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -48% | 0% |
<objective> Debug issues using scientific method with subagent isolation.
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> </objective>
<available_agent_types> Valid GSD subagent types (use exact names — do not fall back to 'general-purpose'):
</available_agent_types>
<execution_context> @~/.claude/gsd-core/workflows/debug.md </execution_context>
<context> User's input: $ARGUMENTS
Parse 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):
bashls .planning/debug/*.md 2>/dev/null | grep -v resolved | head -5
</context>
<process> Execute end-to-end. </process>
Other measured skills in the registry, with their headline benchmark lift.