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.mdsource content
Write Handoff Report
Write a session handoff report to preserve context across sessions.
Steps
- Check the most recent file in
to understand prior statehandoffs/ - Create a new file in
named with today's date and time:handoffs/YYYYMMDD_HHMM.md - 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
- Verify the file was saved and summarize next steps to the user