Awesome-Agent-Skills-for-Empirical-Research handoff

Writes a session handoff report to handoffs/ with project state, work done, decisions, and next steps. Use at session end or after significant work.

install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/29-quarcs-lab-project20XXy/dot-claude/skills/handoff" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-handoff && rm -rf "$T"
manifest: skills/29-quarcs-lab-project20XXy/dot-claude/skills/handoff/SKILL.md
source content

Write Handoff Report

Write a session handoff report to preserve context across sessions.

Steps

  1. Check the most recent file in
    handoffs/
    to understand prior state
  2. Create a new file in
    handoffs/
    named with today's date and time:
    YYYYMMDD_HHMM.md
  3. Include these sections:
    • Project State — one paragraph summarizing current status
    • Work Completed — bullet list of what was done this session with key results
    • Decisions Made — any choices and their rationale
    • Open Issues — blockers or unresolved items
    • Next Steps — concrete actions for the next session
  4. Verify the file was saved and summarize next steps to the user