How this command is triggered — by the user, by Claude, or both
Slash command
/thunk:listThe summary Claude sees in its command listing — used to decide when to auto-load this command
# List Planning Sessions ## Prerequisites If `thunk` is not found (exit code 127), install it first: Then continue with the steps below. ## Steps 1. Run `thunk list` 2. Display the sessions in a readable format: - Session ID - Feature description - Current turn - Phase - Last updated
If thunk is not found (exit code 127), install it first:
uv tool install git+https://github.com/gbasin/thunk
Then continue with the steps below.
thunk listnpx claudepluginhub gbasin/thunk --plugin thunk/show-planDisplays running or executed plans detected in the current session via keywords and patterns like ## Plan titles or ### 실행 계획. Prioritizes latest; notes if none exist.
/show-planDisplays the most recent plan from the current session by detecting specific titles and patterns from exit_plan_mode outputs, or notifies if none exist.
/show-planDisplays the latest executing or executed plan from current session history by detecting exit_plan_mode patterns and keywords, or notifies if none exists.
/show-planDisplays the latest plan from the current session, detected via exit_plan_mode or plan-related headings. Formats and shows content, or notifies if none exists.
/listLists saved plans grouped by status (active, executed, archived) with tasks, dates, estimates, risks, and quick actions. Supports --status, --sort=date, --detailed flags.
/show-planDisplays the current or latest executed plan in the session by detecting headings like '## Plan' or '### Implementation Plan'. Notifies if no plan exists.