Debug Session
Purpose
Package debugging work so another agent or human can resume it.
When to Use
Use for longer debugging tasks or handoffs.
Inputs
Goal, environment, repro, observations, attempted fixes, blockers.
Steps
- State the debug goal.
- Record repro steps and environment.
- Track attempts and results.
- End with conclusion, blocker, or next step.
Gates
The session is understandable without hidden context.
Evidence
Debug session notes, checked files, and command results.
Anti-Patterns
Leaving only "it fails" without repro or observations.
Related
systematic-debugging, session-output-contract