Agent Handoff
The scenario
Section titled “The scenario”You are done for the day, or switching to a different agent. You want the next person or agent to pick up exactly where you left off — with goals, decisions, validation results, and next steps all documented.
What you say
Section titled “What you say”Give the next agent a handoff.How it works
Section titled “How it works”The agent collects recent decisions and validation evidence:
sivtr search agent --match "current goal|next step|TODO|blocked|decision|test result|commit|passed|failed" --since today --format json --limit 30sivtr search terminal --since today --sort oldest --format timeline --limit 20sivtr copy cmd 1..10 --printThen it produces a structured handoff document.
Example output
Section titled “Example output”## GoalMigrate docs-site to Bun-only and add skills documentation.
## Current stateBoth tasks complete. Build passes, 69 pages generated.
## Validation- `bun run check`: 0 errors, 0 warnings, 0 hints.- `bun run build`: 69 pages built successfully.- VS Code extension: 8 tests pass, vsix packaged.
## Decisions made- Playbooks moved to a separate top-level section for future video demos.- Remote collaboration kept as roadmap direction, not implemented.
## Risks- Sitemap warning (non-blocking, needs `site` config in astro.config.mjs).
## Next steps- Record demo videos for playbook pages.- Commit and push all documentation changes.Demo video outline
Section titled “Demo video outline”This playbook works well in longer videos or live streams where work continues across multiple agent sessions.