handoff
Installation
SKILL.md
Core Principle
Never repeat artifact content. If a spec, plan, or document exists, reference its path. The handoff prompt contains only: (1) pointers to existing artifacts, (2) session context not captured elsewhere, (3) a directive for the next session's first action.
Parse Arguments
Parse $ARGUMENTS to determine the handoff mode.
| Argument | Type | Description |
|---|---|---|
topic |
Optional string | Focus filter — handoff concentrates on this topic only (e.g., /handoff auth 리팩토링) |
-y |
Optional flag | Skip confirmation — output handoff prompt directly without draft review |
If $ARGUMENTS contains -y, extract it as the skip-confirmation flag. The remaining text (if any) is the topic filter.
If $ARGUMENTS is empty, proceed with auto-detection and default confirmation flow.