ワンクリックで
handoff
Create a detailed context summary for seamless continuation in a new session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a detailed context summary for seamless continuation in a new session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Runtime debugging loop, reproduce, form ranked hypotheses, instrument, fix, verify. Use for crashes, wrong output, intermittent failures, race conditions, or anything that works locally but not in prod. Triggers: "debug this", "why is this failing at runtime", "intermittent failure", "race condition", "works locally but not in prod", "flaky test", "silent failure". NOT for build failures, type errors, or toolchain issues; those belong to the hephaestus flow. This skill owns runtime misbehavior only.
Strip AI-generated code slop from changed files: double-guards, dead fallbacks, redundant re-validation, narrating comments, speculative flexibility, premature abstraction, and more. Each category pairs with a KEEP rule and a trust-boundary proof requirement, so cleanup never strips load-bearing validation or error handling. Triggers: 'remove ai slop', 'clean up generated code', 'de-slop', 'remove defensive clutter', 'strip ai slop', 'clean up ai-generated code'.
Designer-turned-developer who crafts stunning UI/UX even without design mockups. Use for UI components, styling, layout, animations, and visual design work.
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
Configure ~/.claude/ for oh-my-claudeagent (deps check, block injection, settings, statusline).
Consolidate agent project memories and notepad learnings into a unified summary
| name | handoff |
| description | Create a detailed context summary for seamless continuation in a new session. |
| when_to_use | Use when: - Context window is getting long or session quality is degrading - Approaching context window capacity - User says "handoff", "context is long", or "start fresh" - Switching to a new Claude Code session mid-task |
| user-invocable | true |
| shell | bash |
| argument-hint | optional notes about what to include |
Read-only. No Write/Edit/Agent. MCP tools: boulder_write, boulder_progress, notepad_read, notepad_list.
Self-contained handoff summary for new-session continuation.
Confirm meaningful work exists. Nearly empty session → inform user nothing to hand off.
Run in parallel:
git diff --stat HEAD~10..HEAD 2>/dev/null || git log --oneline -10
git status --porcelain
git branch --show-current
git log --oneline -5
Also: TaskList(), boulder_progress(), notepad_read for active plan sections, Glob("~/.claude/plans/*.md"), and .omca/plans/ only as a boulder compatibility mirror/resume surface.
First person ("I did...", "I told you..."):
HANDOFF CONTEXT
===============
USER REQUESTS (AS-IS)
---------------------
- [Exact verbatim user requests]
GOAL
----
[One sentence: what should be done next]
PROGRESS
--------
Tasks completed: X / Y total
- [x] [Completed task name]
- [ ] [Pending task name]
(Use TaskList() counts and checkboxes — do not invent)
NOTEPAD SUMMARY
---------------
[Only include if an active plan with notepad data exists]
Plan: [plan-name]
- learnings: N entries — [one-line summary of key insight]
- issues: N entries — [one-line summary of open issue if any]
- decisions: N entries — [list verbatim from notepad decisions section, one per line]
- problems: N entries — [summary if non-zero]
- questions: N entries — [list open questions if non-zero]
WORK COMPLETED
--------------
- [First person bullets of what was done]
- [Include specific file paths]
CURRENT STATE
-------------
- [Current state of codebase or task]
- [Build/test status if applicable]
REMAINING WORK
--------------
- [ ] [Unchecked plan task — copy exact task text]
- [ ] [Next logical step if not in plan]
(Pull from plan file checkboxes and TaskList() state)
KEY FILES
---------
- [path/to/file] - [brief role]
(Maximum 10 files, prioritized by importance)
IMPORTANT DECISIONS
-------------------
- [Technical decisions and why — pull from notepad decisions section if available]
- [Trade-offs considered]
EXPLICIT CONSTRAINTS
--------------------
- [Verbatim constraints only — from user or existing AGENTS.md]
- If none: None
CONTEXT FOR CONTINUATION
------------------------
- [What the next session needs to know]
- [Warnings or gotchas]
Rules:
TO CONTINUE IN A NEW SESSION:
1. Start a new Claude Code session: claude
2. Paste the HANDOFF CONTEXT above as your first message
3. Add: "Continue from the handoff context above. [Your next task]"
Handoff is a user-driven workflow. To prevent Claude from self-invoking it mid-conversation, disable the OMCA plugin temporarily via /plugin disable oh-my-claudeagent (re-enable with /plugin enable oh-my-claudeagent), or set enabledPlugins in your settings.json to exclude it for sessions where you do not want the handoff keyword trigger active.