| name | wakeup |
|---|---|
| description | Resume a project from the previous session. Reads `handoffs/latest-session-handoff.md`, syncs git state, and surfaces the Pickup-ready tasks (P1 → P3) so the user can pick where to start. Invoke at the start of a new conversation when the user types /wakeup. |
| argument-hint | [optional: task focus, e.g. 'P1' or 'PR #22'] |
| disable-model-invocation | true |
| allowed-tools | Read, Bash(git status:*), Bash(git branch:*), Bash(git fetch:*), Bash(git log:*), Bash(gh pr list:*), Bash(gh pr view:*) |