Создание YAML-документа передачи задач между агентами
productivity
create_handoff is a Claude Code skill that generates a compact YAML handoff document (~400 tokens vs ~2000 for Markdown) to transfer work context between agents or sessions. The skill follows four steps: it locates the current session name from existing folders under `thoughts/shared/handoffs/`, writes a timestamped file (`YYYY-MM-DD_HH-MM_description.yaml`), fills a strictly defined structure with required fields `goal:` and `now:` (rendered in the statusline), plus `done_this_session:`, `decisions:`, `findings:`, `worked:`, `failed:`, `next:`, and `files:`. After writing the document, it prompts for a session outcome (SUCCEEDED / PARTIAL_PLUS / PARTIAL_MINUS / FAILED) and records it via `artifact_index.py` and `artifact_mark.py`, supporting both PostgreSQL and SQLite. Teams that hand off ongoing tasks between autonomous agents will find this skill useful for preserving decisions and progress without bloating the context window.
- #handoff
- #documentation
- #agent-handoff
- #yaml-format