ワンクリックで
handoff
Use when preserving enough task context for another agent or future session to continue without the current conversation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when preserving enough task context for another agent or future session to continue without the current conversation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user says they are stepping away and the agent should continue without interactive approvals
Use when running e2e tests, debugging test failures, or fixing flaky tests. Covers failure taxonomy, fix rules, and workflow. Never changes source code logic or API without spec backing.
Use when auditing how well the shared agent instructions (AGENTS.md, skills) hold up in real sessions — sampling transcripts via recall, scoring them against the gap rubric, and turning findings into ratified amendments
Use when preparing clean, logical git commits from an existing working tree
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Fetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.
| name | handoff |
| description | Use when preserving enough task context for another agent or future session to continue without the current conversation |
Create a concise, standalone handoff in ~/.handoffs/ when work is incomplete,
blocked, or ready for another agent to pick up.
A ship/pivot/wait moment is a session boundary: right after a merge, release, or prod-verify, or when work is blocked upstream, prefer minting a handoff and starting fresh over compacting — the next session opens with this artifact instead of inherited sprawl.
When a LOOP.md charter exists, the charter is the campaign's memory:
mid-campaign continuation is its State/Decisions write-back, committed with
the work — an iteration ending is not a handoff moment. Mint a handoff only
at a terminal state, as the boundary package for the human, or for
non-campaign sessions; its Decisions reference the charter's rather than
forking them.
~/.handoffs/handoff-<repo>-<shortname>-<timestamp>.md.# <what to do next>
<2-4 sentence state summary>
## What's done
- ...
## What to do
1. ...
## Acceptance / Verification
- <every check that counts as done: flows to drive, deploy bumps, e2e floors>
## Decisions
- <pre-made calls, each marked ratified|provisional, so the next session
never re-asks and never inherits an unratified call as fact>
## Blockers or boundaries
- ...
.hunk/agent-context.json
rationale sidecar was written and still matches the diff (see hunk-notes).