vibe.continuelisted
Install: claude install-skill su-record/vibe
# /vibe.continue
## Done Criteria
- [ ] handoff mode에서는 HANDOFF.md가 지정 경로에 존재한다.
- [ ] restore mode에서는 복원한 checkpoint 또는 handoff 경로가 보고된다.
- [ ] 현재 목표, 변경 파일, 검증 상태, 다음 작업이 결과에 포함된다.
Restore previous session context for continuity.
## Usage
```
/vibe.continue
/vibe.continue handoff
```
## Process
- **Restore mode** (default): locate the newest project checkpoint,
`HANDOFF.md`, and `.vibe/memories/` record; read them in full, reconstruct
completed work and the next step, verify against `git status`, then resume.
- **Handoff mode**: read `references/handoff.md`, generate `HANDOFF.md`, read it
back, and verify its tasks, decisions, changed files, branch, and test status
against repository state.
## When to Use
- At new session start, to pick up exactly where the previous session left off
- At 85%+ context usage: persist a checkpoint/handoff → start a fresh session using the harness's session reset → `/vibe.continue`
- Invoke the `vibe.handoff` compatibility name when an existing workflow expects it; it delegates to handoff mode.
---
ARGUMENTS: $ARGUMENTS