40 lines
649 B
Markdown
40 lines
649 B
Markdown
---
|
|
title: "Handoffs"
|
|
status: "active"
|
|
folder: "05-handoffs"
|
|
tags: [readme, handoff]
|
|
created: "2026-07-29"
|
|
updated: "2026-07-29"
|
|
version: "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.md`
|
|
- `handoff-mistral-user.md`
|
|
|
|
## Required Frontmatter
|
|
|
|
```yaml
|
|
---
|
|
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.
|