Status:
accepted · ADR-8 · Filed 2026-04-17Decision
Add a new MCP verbhd_exec (short for ‘handoff execute’ / ‘handoff pickup’). Symmetric counterpart to prism_wrap: prism_wrap closes a session, hd_exec opens one for an inherited thread. Behavior: (1) resolve PID from project_dir match or prompt; (2) fetch last prism_handoff doc for this PID; (3) return structured payload with status_card (last handoff author+timestamp, focus field, next_agent), recent session deltas, TODOs tagged to the handoff focus, ADRs in the recent window, retros for current phase, any Ring 4 drift warnings; (4) set a session marker so the subsequent prism_wrap knows this was a handoff pickup (enables Ring 4 enforcement: ‘you picked up a handoff but didn’t address the focus items’). CC and Codex should surface hd_exec as a lightweight entry point — a single verb/command agents type or run on session start when continuing another agent’s work.

