From meeseeks-vetted
Surfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/meeseeks-vetted:SKILLvet/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Vet Session Task Surface the current session task and evaluate its clarity and completion status. ## Phase 1: Resolve Task State **Goal**: Locate and read the session state file. **Actions**: 1. Find the most recent `*.vetted.json` file in `~/.claude/projects/$(echo "$PWD" | tr '/' '-')/` (use the file with the most recent modification time) 2. If no state file exists, report "No task is being tracked in this session" and stop 3. Read the file and extract `task`, `updated_at`, and `modified_files` (if present) 4. Display the tracked task clearly to the user ## Phase 2: Clarity Check ...
Surface the current session task and evaluate its clarity and completion status.
Goal: Locate and read the session state file.
Actions:
*.vetted.json file in ~/.claude/projects/$(echo "$PWD" | tr '/' '-')/ (use the file with the most recent modification time)task, updated_at, and modified_files (if present)Goal: Determine whether the task has unambiguous completion criteria.
Actions:
AskUserQuestion tool to ask the user to clarify before proceedingGoal: Assess whether the task is complete based on the conversation so far.
Actions:
<verified>Fully Vetted.</verified>npx claudepluginhub tiiwoo/dotclaude --plugin meeseeks-vetted2plugins reuse this command
First indexed Mar 23, 2026
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.
/continue-sessionLoads session context from SESSION.md, displays current phase, stage, progress, known issues, and next action. Checks for uncommitted changes and shows recent git history to help resume work efficiently.
/statusShows current session progress in plain language, including what changed, what was checked, and next steps. Also provides error recovery guidance.
/handoffCaptures full session state into a structured handoff document for clean context transfer between sessions. Also supports including brief custom notes.
/syncBootstraps the current session by reading project context files and restoring saved state from session cache. Also supports --verbose, --diff, --git, --status flags.
/statusReads task_plan.md and displays a compact phase summary with status markers, goal, and progress. Also shows findings count if findings.md exists.