solo
SolidПревратить текущую живую сессию в автономного фонового агента claude-control (handoff, кейс A). Сессия формулирует миссию с проверяемым критерием приемки, регистрирует агента через `claude-rc agent create --handoff-*` и после выхода пользователя из сессии продолжает миссию сама - под надзором reconciler'а, с видимостью с телефона и приемкой результата. Использовать когда пользователь говорит "/solo", "продолжи без меня", "доделай фоном", "преврати в агента". Требует установленный агентный слой claude-control (Linux/systemd) и git-проект. Контракт handoff - docs/design-2026-07-11-agent-state-machine.md (§9).
Install
Quality Score: 79/100
Skill Content
Details
- Author
- dewil
- Repository
- dewil/claude-control
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
claude-codehandoff
Hand the current conversation off to a fresh background agent that picks up the work immediately, so you can step away and track it independently. Use when the user wants to background the current work, keep going without them, continue in a separate session, or says "hand this off", "run this in the background", "keep working on this while I'm gone", or "spin up an agent to finish this".
handoff
Write a cross-account/session handoff file capturing the current work state, so a fresh Claude Code session (possibly on another account) can continue without replaying this conversation. Use when the user says /handoff, "hand off", "prepare to switch accounts", or wants to preserve context before ending a session.
claude-handoff
Hand the current conversation off to a fresh background agent that picks up the work immediately.