From meeseeks-vetted
Surfaces session task from .vetted.json state files, evaluates clarity by prompting if needed, and checks completion status. Invoke via /vet for task verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meeseeks-vetted:vetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface the current session task and evaluate its clarity and completion status.
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 p/fradser-meeseeks-vetted-meeseeks-vettedRuns a session health diagnostic to assess context load, scope drift, and quality degradation. Use when responses feel degraded or before starting major new work in a long session.
Closes out a session cleanly by reviewing work, updating project tracking files, committing changes, and capturing session knowledge. Use when a task is complete with no passoff needed.
Determines a task's current development phase (Research, Architecture, Implementation) by analyzing task files and folder structures in the implementation process.