Skip to content

Instantly share code, notes, and snippets.

@davidalee
davidalee / adr-template.md
Created May 7, 2026 18:51
ADR template for lightweight, decision-driver-aware architectural decision records

ADR Template

Copy this file for each new decision. Filename: adr-NNN-short-description.md

When to Include Optional Sections

Situation Add section
Debated multiple approaches Options Considered
Multiple stakeholders or competing constraints Decision Drivers
@davidalee
davidalee / end-session.md
Last active May 9, 2026 01:17
Claude Code session-continuity skills: /init-session, /resume-session, /end-session

End-of-session documentation and handoff protocol. Perform ALL of the following steps:

1. Discover project doc paths

Read the project's CLAUDE.md to find the session management doc paths. Look for a "Session Management" section or similar that lists:

  • Status tracker (e.g., docs/plans/work-streams.md)
  • Stream anchors (e.g., docs/plans/streams/[name].md)
  • Session index / decision log (e.g., docs/plans/decision-log.md)
  • Insights index (e.g., docs/insights-index.md)
  • Insights log (e.g., docs/insights.md)