ワンクリックで
handoff
Save session state to .rulebook/handoff/_pending.md for cross-session continuity
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save session state to .rulebook/handoff/_pending.md for cross-session continuity
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create structured analyses with numbered findings, execution plans, and task materialization
Terse Conventional Commits generator. Subject ≤50 chars (hard cap 72), body only when 'why' isn't obvious, no filler. Use when user says 'write a commit', 'generate commit', 'commit message', or invokes /rulebook-terse-commit. Independent of the base rulebook-terse mode.
Ultra-compressed code review comments. One line per finding: location, problem, fix. Use when user says 'review this PR', 'code review', 'review the diff', or invokes /rulebook-terse-review. Independent of the base rulebook-terse mode.
Output-verbosity compression. Cuts response tokens ~40-70% without losing technical accuracy. Four intensity levels (off/brief/terse/ultra) aligned with Rulebook's agent-tier system. Use when user says 'terse mode', 'be terse', 'less tokens please', or invokes /rulebook-terse. Auto-activates via SessionStart hook with tier-aware default.
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
| name | handoff |
| description | Save session state to .rulebook/handoff/_pending.md for cross-session continuity |
| model | sonnet |
| context | fork |
| agent | researcher |
Save a session handoff to .rulebook/handoff/_pending.md.
The handoff file MUST contain:
Write the file to .rulebook/handoff/_pending.md using the Write tool.
After writing successfully, display this message prominently:
TYPE /clear NOW — your context will be auto-restored in the next session <<<
If the file .rulebook/handoff/.urgent exists, skip any confirmations and write immediately.
The SessionStart hook (resume-from-handoff.sh) will automatically inject the handoff content into the next session and archive the file.