Skip to content

Instantly share code, notes, and snippets.

View devwgnteam's full-sized avatar

Cephus Business Consulting devwgnteam

View GitHub Profile
@devwgnteam
devwgnteam / SKILL.md
Created May 25, 2026 17:54
wakeup skill
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:*)

Wake Up — Resume from Previous Session