بنقرة واحدة
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.