templates/skills/dev/handoff/SKILL.md
Save session state to .rulebook/handoff/_pending.md for cross-session continuity
npx skillsauth add hivellm/rulebook handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
research
Create structured analyses with numbered findings, execution plans, and task materialization
research
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.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)