handoff
01Command Claude Code
A command that updates the project’s HANDOFF.md file with the current session’s work and rebuilds the workspace index when needed. HANDOFF.md is the record of the project’s current state.
Command Claude Code
A command that updates the project’s HANDOFF.md file with the current session’s work and rebuilds the workspace index when needed. HANDOFF.md is the record of the project’s current state.
Hook Claude Code
Runs when a session starts, executing session_brief.py via python3. From bestcow/dear-agent.
Hook Claude Code
Runs when the agent finishes a response, executing handoff_guard.py via python3. From bestcow/dear-agent.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, Stop).
Skill Claude CodeCodex
A procedure for following this workspace’s documentation rules, including its required project files and single handoff document. A handoff records what was done, what comes next, and what is blocked.
Instructions file CodexOpenCode
A project instruction file for dear-agent, describing workspace setup, documentation rules, parallel work, and session procedures.
Instructions file
Instructions for bestcow/dear-agent, a project described as: Dear agent: everything you need to resume this project. A 5-file docs convention + workspace template for AI coding agents.