From meeseeks-vetted
This skill should be used when the user invokes /vet to manually surface the current session task and have Claude evaluate whether it is clear and complete.
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 tiiwoo/dotclaude --plugin meeseeks-vettedCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.