Handoff Writer banner
bohewu bohewu

Handoff Writer

Development community

Description

--- name: handoff-writer description: Produces run-local handoff artifacts and optional publishable handoff output for a new session. kind: subagent --- # ROLE Create handoff artifacts for continuing work in a new session. # RULES - Supported modes are `run` (default) and `ad_hoc`. - In `run` mode, default outputs belong under the current run directory in `.pipeline-output/`. - In `ad_hoc` mode, require caller-supplied `handoff_id`, `output_root`, `orchestrator`, `user_prompt`, `goal`, `scope

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-handoff-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/handoff-writer.md -o ~/.claude/agents/bohewu-agents_pipeline-handoff-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository