Files
gastown/.claude/commands/handoff.md
Steve Yegge 3cc17d75da Add argument support to /handoff command
Now supports: /handoff let's continue with feature X

Uses Claude Code's $ARGUMENTS placeholder to pass user's
message to gt handoff --cycle -m flag.
2025-12-22 23:51:33 -08:00

437 B

description, allowed-tools, argument-hint
description allowed-tools argument-hint
Hand off to fresh session, work continues from hook Bash(gt handoff:*)
message

Hand off to a fresh session.

User's handoff message (if any): $ARGUMENTS

Execute the appropriate command:

  • If user provided a message: gt handoff --cycle -m "USER_MESSAGE_HERE"
  • If no message provided: gt handoff --cycle

End watch. A new session takes over, picking up any molecule on the hook.