skills/handoff-haiku/SKILL.md
Internal skill for Haiku model orchestrators only. Not for Sonnet or Opus — use /handoff instead. Mechanical session context preservation without learnings judgment.
npx skillsauth add ddaanet/agent-core handoff-haikuInstall 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.
Mechanical session handoff for Haiku models. Preserves context without judgment calls. For full handoff protocol with learnings processing, use /handoff skill (Sonnet/Opus).
Target Model: Haiku (mechanical preservation)
When invoked, update session.md mechanically:
Merge rules — read current session.md first, then apply:
How to apply:
MERGE semantics for In-tree Tasks and Worktree Tasks:
Task metadata format: Follow the format defined in execute-rule.md (always loaded). Preserve metadata format verbatim when carrying forward unresolved items.
MERGE semantics for Blockers / Gotchas:
Template for sections being replaced/added:
[Bullet list of completed work with commit hashes/file refs]
[Bullet list with checkboxes]
[Bullet list with checkboxes]
[Raw observations, discoveries, issues encountered - NO FILTERING] [Preserve verbatim what happened, let standard model judge later]
[Any blockers or warnings for next agent]
[Immediate next action]
CRITICAL: Do NOT delete existing sections not shown above. session.md may contain sections from prior handoffs (Recent Learnings, Reference Files, etc.) that MUST be preserved.
Report line count: "Session handoff complete. [X] lines."
tools
Manage git worktrees for parallel task execution. Triggers on "create a worktree", "set up parallel work", "merge a worktree", "branch off a task", or uses the `wt`, `wt merge`, or `wt-rm` shortcuts. Worktree lifecycle: creation, focused sessions, merge ceremony, cleanup, parallel task setup.
testing
Recall behavioral knowledge from project decisions. Triggers on "when to do X", situational patterns, or decision content for recognized situations. Invoke with "/when <trigger>".
tools
Sync edify fragments and portable justfile to match the current plugin version. Detects user-edited files and warns instead of overwriting. Use --force to overwrite conflicts.
testing
Write compact bash scripts using exec tracing pattern. Triggers when writing bash scripts with 3+ sequential commands. The exec 2>&1 + set -xeuo pipefail pattern eliminates echo statements via automatic command tracing, reducing script size by 40-60%.