Skip to content

Instantly share code, notes, and snippets.

View hesreallyhim's full-sized avatar

Really Him hesreallyhim

View GitHub Profile
@hesreallyhim
hesreallyhim / DEBUGGING_TEMPLATE.md
Last active October 16, 2025 15:06
A template/runbook to use when your agent gets stuck and is starting to flail about.

DEBUG SESSION TEMPLATE

Use this document as the structured workspace whenever a complex issue arises (e.g., “app fails to launch if it’s raining outside”). The goal is to capture observations, develop and test hypotheses systematically, and leave a durable record that future agents can build on. Follow the sections in order; update them as you work. Keep entries concise but specific.


1. Context & Scope

  • Problem statement: Describe the issue in one sentence. Include any user reports, reproducibility notes, or triggering conditions.
  • Environment: List OS, hardware, app version/commit, and any relevant runtime flags or services.
  • Guardrails: Note any actions that are out-of-bounds (e.g., no network access, no external APIs, approvals needed).
@hesreallyhim
hesreallyhim / debug-session-template.md
Created October 14, 2025 14:58
Debugging Session Template for Agentic Coding

DEBUG SESSION TEMPLATE

Use this document as the structured workspace whenever a complex issue arises (e.g., “app fails to launch if it’s raining outside”). The goal is to capture observations, develop and test hypotheses systematically, and leave a durable record that future agents can build on. Follow the sections in order; update them as you work. Keep entries concise but specific.


1. Context & Scope

  • Problem statement: Describe the issue in one sentence. Include any user reports, reproducibility notes, or triggering conditions.
  • Environment: List OS, hardware, app version/commit, and any relevant runtime flags or services.
  • Guardrails: Note any actions that are out-of-bounds (e.g., no network access, no external APIs, approvals needed).