Core workflows

Continue work across agents

Create Markdown checkpoints and local handoffs when a task needs to continue later or in another terminal agent.

ClaudeKit's continuity features create local Markdown files you can inspect, keep, and paste yourself. They do not send a message or perform work without a command you explicitly run.

Save a checkpoint

ck checkpoint "Checkout receipt" --note "Receipt UI is complete; verify the webhook path next."
ck resume "Checkout receipt"

ck checkpoint writes an explicit Markdown checkpoint. ck resume prints the latest checkpoint, or the latest one matching the task name.

Switch agents

ck switch codex
# inspect the handoff only
ck switch claude --print

ClaudeKit builds a short handoff from local project memory: recent sessions, observed and changed files, notes, and the target agent name. It saves the handoff under .claudekit-local/handoffs/.

Manual handoff

Claude Code, Codex, Gemini CLI, and OpenCode have built-in adapters that can receive a first prompt through their documented launch flow. Antigravity CLI does not have a documented first-prompt command-line input here, so ClaudeKit saves the handoff and tells you where to paste it.