649 B
649 B
title, status, folder, tags, created, updated, version
| title | status | folder | tags | created | updated | version | ||
|---|---|---|---|---|---|---|---|---|
| Handoffs | active | 05-handoffs |
|
2026-07-29 | 2026-07-29 | 1.0.0 |
Handoffs
Model-to-model handoffs. When one model picks up where another left off.
Naming
handoff-<source>-<dest>.md
handoff-claude-mistral.mdhandoff-mistral-user.md
Required Frontmatter
---
title: "Handoff: <source> → <dest>"
status: "active" | "done"
folder: "05-handoffs"
tags: [handoff]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
from: "model-name"
to: "model-name"
---
Template
000-configs/templates/handoff.md — copy + fill in.