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 joshuarweaver/cascade-code-general-misc-1 --plugin fradser-dotclaudeEnforces rigorous task verification via /need-vet: clarify if needed, fully execute and test (code runs, app interactions, edge cases), append verified tag only after checks.
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.
Maintains a living STATE.md document tracking current project context, active tasks, blockers, and next steps. Auto-loads at session start or on explicit commands like 'update state' or 'where was I'.