Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin fradser-dotclaudeHow 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.
Enforces 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'.
Share bugs, ideas, or general feedback.
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>